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-12-01T14:14:43.069Z||main|||||INFO|500||The following profiles are active: basic 2022-12-01T14:14:54.943Z||main|||||INFO|500||Starting service [Tomcat] 2022-12-01T14:14:54.944Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-12-01T14:14:55.062Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-12-01T14:14:58.976Z||main|||||INFO|500||catdb-pool - Starting... 2022-12-01T14:14:59.360Z||main|||||INFO|500||catdb-pool - Start completed. 2022-12-01T14:14:59.822Z||main|||||INFO|500||reqdb-pool - Starting... 2022-12-01T14:14:59.829Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-12-01T14:14:59.942Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-12-01T14:15:00.136Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-12-01T14:15:00.672Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-12-01T14:15:02.287Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-01T14:15:04.546Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-01T14:15:04.603Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-12-01T14:15:05.162Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-12-01T14:15:05.401Z||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-12-01T14:15:06.677Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-12-01T14:15:07.739Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-12-01T14:15:07.755Z||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$$af915e9a.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-12-01T14:15:07.756Z||main|||||WARN|500||The sdc end point is not alive 2022-12-01T14:15:10.954Z||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-12-01T14:15:13.756Z||main|||||WARN|500||--- 2022-12-01T14:15:13.756Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-12-01T14:15:13.757Z||main|||||WARN|500||--- 2022-12-01T14:15:14.270Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-12-01T14:15:19.074Z||main|||||INFO|500||Started Application in 39.32 seconds (JVM running for 41.279) 2022-12-01T14:15:19.088Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-01T14:15:19.090Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-01T14:15:19.102Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-01T14:15:19.133Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-01T14:15:19.175Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b8d5ff6-6ab5-4e9f-b8df-9a015cf801bc url= /sdc/v1/artifactTypes 2022-12-01T14:15:19.175Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-01T14:15:20.262Z||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.17.136] 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$$30bfe606.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-12-01T14:15:20.267Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@227d7754 2022-12-01T14:15:20.268Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-12-01T14:15:20.307Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-12-01T14:15:20.309Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-12-01T14:15:20.312Z||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$$30bfe606.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-12-01T14:16:09.068Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-01T14:16:09.069Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-01T14:16:09.069Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-01T14:16:09.073Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-01T14:16:09.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18777298-bd80-458d-9fcb-15164d356e7b url= /sdc/v1/artifactTypes 2022-12-01T14:16:09.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-01T14:16:10.117Z||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.17.136] 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$$30bfe606.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-12-01T14:16:10.119Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@207b7da 2022-12-01T14:16:10.120Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-12-01T14:16:10.120Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-12-01T14:16:10.121Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-12-01T14:16:10.121Z||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$$30bfe606.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-12-01T14:16:59.068Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-01T14:16:59.071Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-01T14:16:59.071Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-01T14:16:59.074Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-01T14:16:59.079Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20ab7ca1-b4b3-45a1-9c4b-90ff0fe74dab url= /sdc/v1/artifactTypes 2022-12-01T14:16:59.080Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-01T14:17:00.101Z||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.17.136] 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$$30bfe606.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-12-01T14:17:00.101Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23cfa158 2022-12-01T14:17:00.102Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-12-01T14:17:00.102Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-12-01T14:17:00.102Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-12-01T14:17:00.103Z||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$$30bfe606.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-12-01T14:17:49.069Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-12-01T14:17:49.071Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-12-01T14:17:49.072Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-12-01T14:17:49.076Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-12-01T14:17:49.083Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a6dfd57-56fc-4481-bed5-ee15ce03c8a8 url= /sdc/v1/artifactTypes 2022-12-01T14:17:49.083Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-12-01T14:17:49.294Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-12-01T14:17:49.306Z||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-12-01T14:17:49.347Z||scheduling-1|||||DEBUG|500||create keys 2022-12-01T14:17:49.356Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-12-01T14:17:49.390Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:17:49.408Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ec59039a-275b-41f4-896f-e406b99890be url= /sdc/v1/registerForDistribution 2022-12-01T14:17:49.489Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ec59039a-275b-41f4-896f-e406b99890be url= /sdc/v1/registerForDistribution 2022-12-01T14:17:49.490Z||scheduling-1|||||INFO|500||start DistributionClient 2022-12-01T14:17:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:17:49.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:17:49.510Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-12-01T14:17:49.513Z||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-12-01T14:17:49.514Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:17:49.514Z||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-12-01T14:17:49.514Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:17:59.813Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:17:59.825Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:18:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:18:49.499Z||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-12-01T14:18:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:18:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:18:49.501Z||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-12-01T14:18:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:18:59.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:18:59.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:19:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:19:49.499Z||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-12-01T14:19:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:19:49.502Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:19:49.503Z||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-12-01T14:19:49.504Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:19:59.100Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:19:59.104Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:20:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:20:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:20:49.500Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:20:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:20:49.502Z||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-12-01T14:20:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:20:59.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:20:59.046Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:21:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:21:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:21:49.502Z||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-12-01T14:21:49.502Z||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-12-01T14:21:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:21:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:21:59.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:21:59.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:22:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:22:49.500Z||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-12-01T14:22:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:22:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:22:49.501Z||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-12-01T14:22:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:22:59.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:22:59.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:23:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:23:49.499Z||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-12-01T14:23:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:23:49.501Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:23:49.503Z||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-12-01T14:23:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:23:59.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:23:59.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:24:41.885Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-12-01T14:24:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:24:49.499Z||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-12-01T14:24:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:24:49.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:24:49.501Z||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-12-01T14:24:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:24:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:24:59.055Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:25:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:25:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:25:49.501Z||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-12-01T14:25:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:25:49.501Z||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-12-01T14:25:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:25:59.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:25:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:26:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:26:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:26:49.501Z||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-12-01T14:26:49.501Z||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-12-01T14:26:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:26:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:26:59.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:26:59.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:27:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:27:49.499Z||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-12-01T14:27:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:27:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:27:49.501Z||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-12-01T14:27:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:27:59.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:27:59.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:28:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:28:49.499Z||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-12-01T14:28:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:28:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:28:49.501Z||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-12-01T14:28:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:28:59.049Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:28:59.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:29:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:29:49.500Z||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-12-01T14:29:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:29:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:29:49.501Z||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-12-01T14:29:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:29:59.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:29:59.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:30:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:30:49.500Z||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-12-01T14:30:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:30:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:30:49.501Z||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-12-01T14:30:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:30:59.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:30:59.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:31:49.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:31:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:31:49.505Z||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-12-01T14:31:49.505Z||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-12-01T14:31:49.505Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:31:49.505Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:31:59.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:31:59.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:32:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:32:49.499Z||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-12-01T14:32:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:32:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:32:49.501Z||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-12-01T14:32:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:32:59.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:32:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:33:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:33:49.499Z||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-12-01T14:33:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:33:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:33:49.503Z||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-12-01T14:33:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:33:59.061Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:33:59.087Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:34:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:34:49.499Z||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-12-01T14:34:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:34:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:34:49.501Z||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-12-01T14:34:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:34:59.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:34:59.062Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:35:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:35:49.499Z||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-12-01T14:35:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:35:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:35:49.501Z||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-12-01T14:35:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:35:59.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:35:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:36:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:36:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:36:49.501Z||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-12-01T14:36:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:36:49.501Z||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-12-01T14:36:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:36:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:36:59.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:37:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:37:49.499Z||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-12-01T14:37:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:37:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:37:49.501Z||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-12-01T14:37:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:37:59.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:37:59.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:38:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:38:49.499Z||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-12-01T14:38:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:38:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:38:49.501Z||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-12-01T14:38:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:38:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:38:59.058Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:39:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:39:49.499Z||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-12-01T14:39:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:39:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:39:49.501Z||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-12-01T14:39:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:39:59.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:39:59.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:40:49.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:40:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:40:49.503Z||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-12-01T14:40:49.503Z||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-12-01T14:40:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:40:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:40:59.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:40:59.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:41:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:41:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:41:49.500Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:41:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:41:49.502Z||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-12-01T14:41:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:41:59.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:41:59.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:42:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:42:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:42:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:42:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:42:49.501Z||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-12-01T14:42:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:42:59.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:42:59.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:43:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:43:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:43:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:43:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:43:49.501Z||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-12-01T14:43:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:43:59.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:43:59.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:44:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:44:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:44:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:44:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:44:49.501Z||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-12-01T14:44:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:44:59.040Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:44:59.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:45:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:45:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:45:49.501Z||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-12-01T14:45:49.501Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:45:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:45:49.501Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:45:59.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:45:59.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:46:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:46:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:46:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:46:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:46:49.501Z||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-12-01T14:46:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:46:59.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:46:59.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:47:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:47:49.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:47:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:47:49.500Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:47:49.501Z||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-12-01T14:47:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:47:59.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:47:59.057Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:48:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:48:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:48:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:48:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:48:49.501Z||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-12-01T14:48:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:48:59.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:48:59.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:49:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:49:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:49:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:49:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:49:49.502Z||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-12-01T14:49:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:49:59.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:49:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:50:49.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:50:49.501Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:50:49.503Z||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-12-01T14:50:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:50:49.503Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:50:49.503Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:50:59.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:50:59.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:51:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:51:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:51:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:51:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:51:49.501Z||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-12-01T14:51:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:51:59.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:51:59.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:52:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:52:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:52:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:52:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:52:49.501Z||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-12-01T14:52:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:52:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:52:59.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:53:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:53:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:53:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:53:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:53:49.501Z||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-12-01T14:53:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:53:59.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:53:59.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:54:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:54:49.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:54:49.500Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:54:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:54:49.501Z||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-12-01T14:54:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:54:59.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:54:59.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:55:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:55:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:55:49.500Z||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-12-01T14:55:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:55:49.501Z||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-12-01T14:55:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:55:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:55:59.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:56:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:56:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:56:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:56:49.501Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:56:49.502Z||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-12-01T14:56:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:56:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:56:59.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:57:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:57:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:57:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:57:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:57:49.501Z||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-12-01T14:57:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:57:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:57:59.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:58:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:58:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:58:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:58:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:58:49.501Z||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-12-01T14:58:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:58:59.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:58:59.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:59:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:59:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T14:59:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T14:59:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T14:59:49.501Z||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-12-01T14:59:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T14:59:59.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T14:59:59.048Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:00:49.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:00:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:00:49.503Z||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-12-01T15:00:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:00:49.503Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:00:49.504Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:00:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:00:59.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:01:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:01:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:01:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:01:49.501Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:01:49.501Z||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-12-01T15:01:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:01:59.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:01:59.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:02:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:02:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:02:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:02:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:02:49.501Z||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-12-01T15:02:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:02:59.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:02:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:03:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:03:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:03:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:03:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:03:49.501Z||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-12-01T15:03:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:03:59.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:03:59.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:04:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:04:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:04:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:04:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:04:49.501Z||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-12-01T15:04:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:04:59.043Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:04:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:05:49.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:05:49.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:05:49.504Z||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-12-01T15:05:49.504Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:05:49.504Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:05:49.505Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:05:59.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:05:59.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:06:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:06:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:06:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:06:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:06:49.501Z||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-12-01T15:06:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:06:59.046Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:06:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:07:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:07:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:07:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:07:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:07:49.501Z||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-12-01T15:07:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:07:59.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:07:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:08:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:08:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:08:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:08:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:08:49.501Z||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-12-01T15:08:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:08:59.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:08:59.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:09:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:09:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:09:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:09:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:09:49.501Z||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-12-01T15:09:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:09:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:09:59.055Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:10:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:10:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:10:49.501Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:10:49.501Z||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-12-01T15:10:49.501Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:10:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:10:59.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:10:59.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:11:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:11:49.499Z||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-12-01T15:11:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:11:49.501Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:11:49.502Z||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-12-01T15:11:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:11:59.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:11:59.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:12:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:12:49.500Z||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-12-01T15:12:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:12:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:12:49.501Z||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-12-01T15:12:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:12:59.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:12:59.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:13:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:13:49.499Z||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-12-01T15:13:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:13:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:13:49.501Z||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-12-01T15:13:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:13:59.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:13:59.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:14:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:14:49.499Z||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-12-01T15:14:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:14:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:14:49.501Z||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-12-01T15:14:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:14:59.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:14:59.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:15:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:15:49.501Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:15:49.501Z||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-12-01T15:15:49.501Z||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-12-01T15:15:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:15:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:15:59.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:15:59.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:16:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:16:49.499Z||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-12-01T15:16:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:16:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:16:49.501Z||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-12-01T15:16:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:16:59.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:16:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:17:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:17:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:17:49.501Z||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-12-01T15:17:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:17:49.501Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:17:49.502Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:17:59.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:17:59.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:18:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:18:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:18:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:18:49.500Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:18:49.501Z||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-12-01T15:18:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:18:59.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:18:59.048Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:19:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:19:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:19:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:19:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:19:49.501Z||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-12-01T15:19:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:19:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:19:59.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:20:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:20:49.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:20:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:20:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:20:49.501Z||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-12-01T15:20:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:20:59.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:20:59.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:21:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:21:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:21:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:21:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:21:49.501Z||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-12-01T15:21:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:21:59.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:21:59.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:22:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:22:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:22:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:22:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:22:49.501Z||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-12-01T15:22:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:22:59.054Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:22:59.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:23:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:23:49.499Z||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-12-01T15:23:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:23:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:23:49.501Z||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-12-01T15:23:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:23:59.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:23:59.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:24:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:24:49.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:24:49.499Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:24:49.501Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:24:49.501Z||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-12-01T15:24:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:24:59.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:24:59.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:25:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:25:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:25:49.501Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:25:49.501Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:25:49.501Z||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-12-01T15:25:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:25:59.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:25:59.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:26:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:26:49.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:26:49.499Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:26:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:26:49.501Z||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-12-01T15:26:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:26:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:26:59.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:27:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:27:49.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T15:27:49.500Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T15:27:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:27:49.501Z||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-12-01T15:27:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:27:59.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:27:59.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:28:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:28:49.500Z||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-12-01T15:28:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:28:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:28:49.502Z||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-12-01T15:28:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:28:59.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:28:59.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:29:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:29:49.499Z||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-12-01T15:29:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:29:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:29:49.501Z||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-12-01T15:29:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:29:59.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:29:59.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:30:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:30:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:30:49.503Z||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-12-01T15:30:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:30:49.503Z||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-12-01T15:30:49.504Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:30:59.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:30:59.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:31:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:31:49.499Z||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-12-01T15:31:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:31:49.501Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:31:49.502Z||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-12-01T15:31:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:31:59.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:31:59.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:32:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:32:49.499Z||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-12-01T15:32:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:32:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:32:49.501Z||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-12-01T15:32:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:32:59.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:32:59.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:33:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:33:49.499Z||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-12-01T15:33:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:33:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:33:49.501Z||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-12-01T15:33:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:33:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:33:59.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:34:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:34:49.499Z||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-12-01T15:34:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:34:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:34:49.501Z||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-12-01T15:34:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:34:59.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:34:59.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:35:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:35:49.500Z||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-12-01T15:35:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:35:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:35:49.503Z||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-12-01T15:35:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:35:59.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:35:59.048Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:36:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:36:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:36:49.501Z||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-12-01T15:36:49.501Z||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-12-01T15:36:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:36:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:36:59.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:36:59.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:37:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:37:49.499Z||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-12-01T15:37:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:37:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:37:49.501Z||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-12-01T15:37:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:37:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:37:59.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:38:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:38:49.499Z||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-12-01T15:38:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:38:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:38:49.501Z||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-12-01T15:38:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:38:59.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:38:59.044Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:39:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:39:49.499Z||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-12-01T15:39:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:39:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:39:49.501Z||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-12-01T15:39:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:39:59.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:39:59.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:40:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:40:49.499Z||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-12-01T15:40:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:40:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:40:49.501Z||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-12-01T15:40:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:40:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:40:59.043Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:41:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:41:49.499Z||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-12-01T15:41:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:41:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:41:49.501Z||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-12-01T15:41:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:41:59.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:41:59.052Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:49.498Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:42:49.499Z||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-12-01T15:42:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:42:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:42:49.501Z||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-12-01T15:42:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:42:49.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:49.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909334238, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909334238, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909337544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909334238, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909337544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909334238, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909337544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909334238, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909337544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909334238, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909337544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909334238, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:42:49.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909337544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909343014, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:42:49.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:49.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909337544, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:42:49.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909343762, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.687Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "cds", "timestamp": 1669909344035, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-01T15:42:49.900Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51da2b7e-c6e4-441b-b3a3-72effe332119 2022-12-01T15:42:49.920Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:42:49.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909343762, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "NOTIFIED" } 2022-12-01T15:42:49.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909345500, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:42:49.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:49.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "ves-openapi-manager", "timestamp": 1669909345840, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.950Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.950Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909343762, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-01T15:42:49.951Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.951Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "ves-openapi-manager", "timestamp": 1669909345840, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.952Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.952Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909343762, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.953Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.953Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "ves-openapi-manager", "timestamp": 1669909345840, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.953Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.954Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.954Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909343762, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-01T15:42:49.954Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.955Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "ves-openapi-manager", "timestamp": 1669909345840, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.955Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909343762, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.956Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "ves-openapi-manager", "timestamp": 1669909345840, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909343762, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:42:49.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909349736, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "ves-openapi-manager", "timestamp": 1669909345840, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909351608, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T15:42:49.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:49.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909349736, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "ves-openapi-manager", "timestamp": 1669909345840, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909349238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909352722, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T15:42:49.962Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:49.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909349736, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909349238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909353781, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-01T15:42:49.964Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:49.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909349736, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909349238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909349736, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909354868, "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-12-01T15:42:49.982Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51da2b7e-c6e4-441b-b3a3-72effe332119 2022-12-01T15:42:49.982Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:42:49.992Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.992Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909349238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.993Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909349736, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "multicloud-k8s-id", "timestamp": 1669909355874, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T15:42:49.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:49.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909349238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909349736, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:42:49.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909349238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:49.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909357608, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:42:49.997Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:49.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909349238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:42:49.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:49.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909358391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:42:49.998Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:49.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:49.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "cds", "timestamp": 1669909359396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-01T15:42:50.011Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 2022-12-01T15:42:50.011Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:42:50.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909361132, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:42:50.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:50.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "aai-ml", "timestamp": 1669909362141, "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-12-01T15:42:50.028Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51da2b7e-c6e4-441b-b3a3-72effe332119 2022-12-01T15:42:50.028Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:42:50.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909363167, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:42:50.036Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:42:50.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909363761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:50.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909364172, "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-12-01T15:42:50.042Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51da2b7e-c6e4-441b-b3a3-72effe332119 2022-12-01T15:42:50.042Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:42:50.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909363761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "NOTIFIED" } 2022-12-01T15:42:50.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "ves-openapi-manager", "timestamp": 1669909365840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:50.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909363761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-01T15:42:50.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "ves-openapi-manager", "timestamp": 1669909365840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:50.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909363761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:50.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "ves-openapi-manager", "timestamp": 1669909365840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:50.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909367544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:50.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909363761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-01T15:42:50.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:42:50.128Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:50.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:42:50.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"51da2b7e-c6e4-441b-b3a3-72effe332119","serviceName":"vFW 2022-12-01 15-41-27","serviceVersion":"1.0","serviceUUID":"8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2","serviceDescription":"catalog service description","serviceInvariantUUID":"b6af4570-d9bb-4f2d-a2f3-9e715c9657a8","resources":[{"resourceInstanceName":"vFW fd8983f5-feef 0","resourceName":"vFW fd8983f5-feef","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4806c568-fd2c-42d2-94dc-20f21af48998","resourceInvariantUUID":"e49e1a42-f6fb-4d00-a8a6-474049e9b6b9","resourceCustomizationUUID":"ec403999-8a84-4c35-a93e-253bf6708f57","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml","artifactChecksum":"NGI3ZDEyODUyZmE5ZTdiMGJiYjJhMmFiNzQ1MTY0YTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fec0cf7-8c7a-452d-bef8-e0268af2845e","artifactVersion":"1"},{"artifactName":"vfwfd8983f5feef0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json","artifactChecksum":"NTA2NmMxOTExNmIwNzllMjI1MmI2MzJhZjRhY2Q5MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09e2e381-570d-4e6e-934c-35d6d352d550","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48d8f3eb-f0a7-4e2c-8056-80cd89e25640","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTgwMmZmZjMyZWQzNzIzZDM2M2NjNmJmNGNhNmIwYjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b24fbbc8-4cec-4c7b-be80-d9ec1605ca5b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c9968384-29b6-471d-859c-cd7d95bb669d","artifactVersion":"2","generatedFromUUID":"48d8f3eb-f0a7-4e2c-8056-80cd89e25640"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221201154127-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml","artifactChecksum":"MzcyNWU0ZTEyM2M1ZGZkN2UzNDZkZDM1OTBiZjBlMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ead6fec-dd25-4469-84d2-aacad7723c56","artifactVersion":"1"},{"artifactName":"service-Vfw20221201154127-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar","artifactChecksum":"NjcxYzQ5ZWY2MGYzMzllZjc5ZTk2NGJiOGFlZWQ2Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78e45089-ebad-4d7a-9fb8-865cba6f2a5b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T15:42:50.139Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:42:50.145Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:42:50.155Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:42:50.155Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:50.255Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-12-01T15:42:50.261Z||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-12-01T15:42:50.261Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:42:50.273Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:50.274Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:42:51.161Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:42:51.162Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:42:51.163Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:42:51.164Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "NOTIFIED" } 2022-12-01T15:42:51.264Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:42:51.266Z||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-12-01T15:42:51.266Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:42:51.283Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:51.284Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:42:52.165Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:42:52.166Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:42:52.169Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:42:52.170Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-01T15:42:52.270Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:42:52.271Z||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-12-01T15:42:52.272Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:42:52.283Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:52.284Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:42:53.170Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:42:53.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:42:53.173Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:42:53.174Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:53.274Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T15:42:53.275Z||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-12-01T15:42:53.275Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:42:53.287Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:53.287Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:42:54.174Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:42:54.175Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:42:54.177Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:42:54.177Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-01T15:42:54.278Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:42:54.279Z||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-12-01T15:42:54.279Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:42:54.290Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:54.291Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:42:55.178Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:42:55.179Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:42:55.181Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:42:55.182Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:42:55.282Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:42:55.283Z||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-12-01T15:42:55.283Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:42:55.295Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:55.295Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:42:56.182Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:42:56.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:42:56.186Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:42:56.186Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:42:56.286Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:42:56.288Z||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-12-01T15:42:56.288Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:42:56.305Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:56.306Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:42:57.188Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "serviceName": "vFW 2022-12-01 15-41-27", "serviceVersion": "1.0", "serviceUUID": "8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b6af4570-d9bb-4f2d-a2f3-9e715c9657a8", "resources": [ { "resourceInstanceName": "vFW fd8983f5-feef 0", "resourceCustomizationUUID": "ec403999-8a84-4c35-a93e-253bf6708f57", "resourceName": "vFW fd8983f5-feef", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4806c568-fd2c-42d2-94dc-20f21af48998", "resourceInvariantUUID": "e49e1a42-f6fb-4d00-a8a6-474049e9b6b9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfd8983f5feef0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "artifactChecksum": "NTA2NmMxOTExNmIwNzllMjI1MmI2MzJhZjRhY2Q5MGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "09e2e381-570d-4e6e-934c-35d6d352d550", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "48d8f3eb-f0a7-4e2c-8056-80cd89e25640", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c9968384-29b6-471d-859c-cd7d95bb669d", "generatedFromUUID": "48d8f3eb-f0a7-4e2c-8056-80cd89e25640" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c9968384-29b6-471d-859c-cd7d95bb669d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221201154127-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "artifactChecksum": "NjcxYzQ5ZWY2MGYzMzllZjc5ZTk2NGJiOGFlZWQ2Yzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78e45089-ebad-4d7a-9fb8-865cba6f2a5b" } ], "workloadContext": "Production" } 2022-12-01T15:42:57.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T15:42:57.190Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2 ASDC 2022-12-01T15:42:57.320Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:51da2b7e-c6e4-441b-b3a3-72effe332119 ServiceName:vFW 2022-12-01 15-41-27 ServiceVersion:1.0 ServiceUUID:8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2 ServiceInvariantUUID:b6af4570-d9bb-4f2d-a2f3-9e715c9657a8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221201154127-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar ArtifactUUID:78e45089-ebad-4d7a-9fb8-865cba6f2a5b ArtifactChecksum:NjcxYzQ5ZWY2MGYzMzllZjc5ZTk2NGJiOGFlZWQ2Yzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fd8983f5-feef 0 ResourceCustomizationUUID:ec403999-8a84-4c35-a93e-253bf6708f57 ResourceInvariantUUID:e49e1a42-f6fb-4d00-a8a6-474049e9b6b9 ResourceName:vFW fd8983f5-feef ResourceType:VF ResourceUUID:4806c568-fd2c-42d2-94dc-20f21af48998 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfd8983f5feef0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json ArtifactUUID:09e2e381-570d-4e6e-934c-35d6d352d550 ArtifactChecksum:NTA2NmMxOTExNmIwNzllMjI1MmI2MzJhZjRhY2Q5MGY= 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/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml ArtifactUUID:48d8f3eb-f0a7-4e2c-8056-80cd89e25640 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/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env ArtifactUUID:c9968384-29b6-471d-859c-cd7d95bb669d 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/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env ArtifactUUID:c9968384-29b6-471d-859c-cd7d95bb669d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-01T15:42:57.321Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2 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-12-01T15:42:57.372Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T15:42:57.373Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T15:42:57.375Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T15:42:57.375Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 78e45089-ebad-4d7a-9fb8-865cba6f2a5b from URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar 2022-12-01T15:42:57.375Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T15:42:57.376Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar 2022-12-01T15:42:57.467Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T15:42:57.554Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar 78e45089-ebad-4d7a-9fb8-865cba6f2a5b 100698 2022-12-01T15:42:57.556Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar ASDC sendASDCNotification 2022-12-01T15:42:57.556Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar 2022-12-01T15:42:57.557Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:42:57.559Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:42:57.561Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:42:57.561Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909377555, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:42:57.661Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:42:57.662Z||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-12-01T15:42:57.663Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:42:57.674Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:42:57.675Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:42:58.562Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T15:42:58.563Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T15:42:58.564Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 78e45089-ebad-4d7a-9fb8-865cba6f2a5b, URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar to file: /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:42:58.564Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221201154127-csar.csar 2022-12-01T15:42:58.644Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:42:58.645Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:42:59.330Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13379977928850865944/Definitions/service-Vfw20221201154127-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-12-01T15:43:02.290Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T15:43:02.295Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T15:43:02.296Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.296Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-12-01T15:43:02.297Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.297Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.297Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.298Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fd8983f5-feef 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.298Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.298Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.299Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.299Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.299Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.300Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.300Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:02.300Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T15:43:02.307Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.308Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:02.313Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:02.313Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T15:43:02.315Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T15:43:02.317Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.317Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:02.318Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:02.318Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T15:43:02.318Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T15:43:02.319Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.319Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:02.323Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.323Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria 2022-12-01T15:43:02.324Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-01T15:43:02.324Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-01T15:43:02.324Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-01T15:43:02.325Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.325Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.325Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-01T15:43:02.326Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.326Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-01T15:43:02.326Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-01T15:43:02.327Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.327Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.328Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-01T15:43:02.328Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.328Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-01T15:43:02.329Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.329Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-01T15:43:02.330Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.330Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T15:43:02.331Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.332Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:02.332Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:43:02.333Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.333Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:02.333Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:43:02.334Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.334Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:02.335Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:43:02.335Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.336Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria 2022-12-01T15:43:02.336Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-01T15:43:02.337Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-01T15:43:02.337Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-01T15:43:02.337Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-01T15:43:02.338Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-01T15:43:02.338Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.338Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.339Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-01T15:43:02.339Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.339Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-01T15:43:02.340Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.340Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee3aab9a-bdb4-45db-9cc2-2d235ab21c8d 2022-12-01T15:43:02.340Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.341Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria 2022-12-01T15:43:02.341Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-01T15:43:02.341Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-01T15:43:02.342Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-01T15:43:02.342Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.343Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.343Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-01T15:43:02.343Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.344Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-01T15:43:02.344Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-01T15:43:02.345Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.345Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-01T15:43:02.345Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.346Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=24a821db-077d-46e1-9082-53f3f9add35a 2022-12-01T15:43:02.346Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.347Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria 2022-12-01T15:43:02.347Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-01T15:43:02.348Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-01T15:43:02.348Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-01T15:43:02.349Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.349Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.349Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-01T15:43:02.350Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.350Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-01T15:43:02.351Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-01T15:43:02.351Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:02.351Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:02.352Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-01T15:43:02.352Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dc4bf55-938e-4076-9f29-a54c79045c55 2022-12-01T15:43:02.353Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.353Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:02.354Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.354Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:02.354Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.355Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:02.355Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:02.355Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:02.356Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-12-01 15-41-27 Description:catalog service description Model UUID:8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2 Model Version:NULL Model InvariantUuid:b6af4570-d9bb-4f2d-a2f3-9e715c9657a8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fd8983f5-feef Model UUID:e650f1d9-b306-40af-b781-423013370b0a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e49e1a42-f6fb-4d00-a8a6-474049e9b6b9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ec403999-8a84-4c35-a93e-253bf6708f57 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fee52420-0a36-4504-8cfa-d1ad4901526d ModelName:VfwFd8983f5Feef..base_vfw..module-0 ModelUuid:9d3f8035-594f-48a8-98d6-356e49613ce4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ee3aab9a-bdb4-45db-9cc2-2d235ab21c8d ModelInvariantUuid:ab8d9cbb-6776-40bc-a7ec-5f82914d6ae7 ModelName:vFW fd8983f5-feef-nodes.vfwCvfc ModelUuid:8a02b323-5928-4d08-b1f6-66b9d3d54e98 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:5076be0a-02ef-470d-a834-dbe6526d2f74 ModelInvariantUuid:343004c4-0279-4b4a-87f0-01be4211fd21 ModelName:VfwFd8983f5Feef.compute.nodes.heat.vfw ModelUuid:953b83d1-9642-4d49-b41f-aa58263928c5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:24a821db-077d-46e1-9082-53f3f9add35a ModelInvariantUuid:b4e6e728-2cc5-4ff2-81ab-3d21e52879ed ModelName:vFW fd8983f5-feef-nodes.vsnCvfc ModelUuid:f4a3445c-40cd-466c-8c3d-3262a206e2e4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:452fdca9-b333-491e-93ff-55aebe7bc044 ModelInvariantUuid:86c50741-eb22-42c2-8ef5-58524f883ad5 ModelName:VfwFd8983f5Feef.compute.nodes.heat.vsn ModelUuid:4dc0f10a-a3bb-4925-bd96-dab5b7e3fee6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8dc4bf55-938e-4076-9f29-a54c79045c55 ModelInvariantUuid:6275a02c-ca08-4c04-bbc6-042a41e5e1cd ModelName:vFW fd8983f5-feef-nodes.vpgCvfc ModelUuid:b7cd06cd-b652-42c8-9dca-691878c2c103 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3143193a-95c1-46ee-87d4-03cc4c193cbd ModelInvariantUuid:92ccecef-2306-40ee-8267-3a9ef7a2e319 ModelName:VfwFd8983f5Feef.compute.nodes.heat.vpg ModelUuid:f0e7e545-ff14-4394-bd50-8cd8c69a2f6f 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-12-01T15:43:02.371Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 4806c568-fd2c-42d2-94dc-20f21af48998 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-12-01T15:43:02.464Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||vFW fd8983f5-feef 0 2022-12-01T15:43:02.472Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4806c568-fd2c-42d2-94dc-20f21af48998 2022-12-01T15:43:02.473Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 09e2e381-570d-4e6e-934c-35d6d352d550 from URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json 2022-12-01T15:43:02.473Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T15:43:02.473Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json 2022-12-01T15:43:02.524Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T15:43:02.524Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json 09e2e381-570d-4e6e-934c-35d6d352d550 785 2022-12-01T15:43:02.525Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json ASDC sendASDCNotification 2022-12-01T15:43:02.525Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json 2022-12-01T15:43:02.525Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:43:02.525Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:02.527Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:02.527Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909382525, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T15:43:02.627Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:02.629Z||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-12-01T15:43:02.629Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:02.642Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:02.642Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:43:03.528Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFd8983f5Feef..base_vfw..module-0", "vfModuleModelInvariantUUID": "fee52420-0a36-4504-8cfa-d1ad4901526d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9d3f8035-594f-48a8-98d6-356e49613ce4", "vfModuleModelCustomizationUUID": "e95fa7b4-985c-43a3-add3-4d99cd396b50", "isBase": true, "artifacts": [ "48d8f3eb-f0a7-4e2c-8056-80cd89e25640", "c9968384-29b6-471d-859c-cd7d95bb669d" ], "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-12-01T15:43:03.543Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFd8983f5Feef..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9d3f8035-594f-48a8-98d6-356e49613ce4 VfModuleModelInvariantUUID:fee52420-0a36-4504-8cfa-d1ad4901526d VfModuleModelDescription:NULL Artifacts UUID List:{ 48d8f3eb-f0a7-4e2c-8056-80cd89e25640 , c9968384-29b6-471d-859c-cd7d95bb669d } 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-12-01T15:43:03.546Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFd8983f5Feef..base_vfw..module-0", "vfModuleModelInvariantUUID": "fee52420-0a36-4504-8cfa-d1ad4901526d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9d3f8035-594f-48a8-98d6-356e49613ce4", "vfModuleModelCustomizationUUID": "e95fa7b4-985c-43a3-add3-4d99cd396b50", "isBase": true, "artifacts": [ "48d8f3eb-f0a7-4e2c-8056-80cd89e25640", "c9968384-29b6-471d-859c-cd7d95bb669d" ], "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-12-01T15:43:03.546Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFd8983f5Feef..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9d3f8035-594f-48a8-98d6-356e49613ce4 VfModuleModelInvariantUUID:fee52420-0a36-4504-8cfa-d1ad4901526d VfModuleModelDescription:NULL Artifacts UUID List:{ 48d8f3eb-f0a7-4e2c-8056-80cd89e25640 , c9968384-29b6-471d-859c-cd7d95bb669d } 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-12-01T15:43:03.546Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 48d8f3eb-f0a7-4e2c-8056-80cd89e25640 from URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml 2022-12-01T15:43:03.546Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T15:43:03.547Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml 2022-12-01T15:43:03.601Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T15:43:03.602Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml 48d8f3eb-f0a7-4e2c-8056-80cd89e25640 20368 2022-12-01T15:43:03.602Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-01T15:43:03.603Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml 2022-12-01T15:43:03.603Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:43:03.603Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:03.605Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:03.605Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909383602, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T15:43:03.705Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:03.706Z||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-12-01T15:43:03.707Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:03.717Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:03.718Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:43:04.606Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c9968384-29b6-471d-859c-cd7d95bb669d from URL: /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env 2022-12-01T15:43:04.607Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T15:43:04.607Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env 2022-12-01T15:43:04.658Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T15:43:04.659Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env c9968384-29b6-471d-859c-cd7d95bb669d 2098 2022-12-01T15:43:04.660Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-01T15:43:04.660Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env 2022-12-01T15:43:04.660Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:43:04.660Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:04.663Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:04.663Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909384660, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-01T15:43:04.763Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:04.764Z||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-12-01T15:43:04.764Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:04.777Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:04.777Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:43:05.664Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2 2022-12-01T15:43:05.664Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fd8983f5-feef 0 4806c568-fd2c-42d2-94dc-20f21af48998 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-12-01T15:43:05.706Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5acb2840, org.onap.sdc.toscaparser.api.parameters.Input@327cea97, org.onap.sdc.toscaparser.api.parameters.Input@7cebb51e, org.onap.sdc.toscaparser.api.parameters.Input@2d055ccb, org.onap.sdc.toscaparser.api.parameters.Input@2e8ff803] 2022-12-01T15:43:05.710Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ec403999-8a84-4c35-a93e-253bf6708f57 2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec403999-8a84-4c35-a93e-253bf6708f57 matches Tosca VF Customization UUID: ec403999-8a84-4c35-a93e-253bf6708f57 2022-12-01T15:43:05.711Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ec403999-8a84-4c35-a93e-253bf6708f57 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-12-01T15:43:05.719Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.719Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:05.721Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ec403999-8a84-4c35-a93e-253bf6708f57: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-01T15:43:05.721Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fe4e409 2022-12-01T15:43:05.721Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.721Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T15:43:05.722Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e95fa7b4-985c-43a3-add3-4d99cd396b50 2022-12-01T15:43:05.723Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e95fa7b4-985c-43a3-add3-4d99cd396b50 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-12-01T15:43:05.730Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.731Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:05.731Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:43:05.732Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.732Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:05.732Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria 2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-01T15:43:05.733Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:05.734Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-01T15:43:05.735Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:05.735Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-01T15:43:05.735Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:05.735Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ee3aab9a-bdb4-45db-9cc2-2d235ab21c8d 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-12-01T15:43:05.747Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.748Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:05.748Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:43:05.748Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.749Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria 2022-12-01T15:43:05.749Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-01T15:43:05.749Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-01T15:43:05.750Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-01T15:43:05.750Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:05.750Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:05.750Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-12-01T15:43:05.751Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:05.752Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=24a821db-077d-46e1-9082-53f3f9add35a 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-12-01T15:43:05.754Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.754Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:05.754Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:43:05.757Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.757Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is not matching search criteria 2022-12-01T15:43:05.757Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:05.758Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-12-01T15:43:05.759Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-12-01T15:43:05.760Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-12-01T15:43:05.760Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8dc4bf55-938e-4076-9f29-a54c79045c55 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-12-01T15:43:05.763Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.763Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:05.763Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:43:05.764Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.764Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Node template vFW fd8983f5-feef 0 is matching search criteria 2022-12-01T15:43:05.764Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW fd8983f5-feef 0] matching following query criteria: sdcType=VF, customizationUUID=ec403999-8a84-4c35-a93e-253bf6708f57 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-12-01T15:43:05.767Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.767Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:05.767Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2: vFW fd8983f5-feef 2022-12-01T15:43:05.767Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.768Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:05.768Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.768Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:05.769Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.769Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:05.769Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.769Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:05.770Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:43:05.770Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-01 15-41-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:43:05.770Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-12-01 15-41-27 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-12-01T15:43:06.025Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fd8983f5-feef 4806c568-fd2c-42d2-94dc-20f21af48998 1 ASDC deployResourceStructure 2022-12-01T15:43:06.026Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json ASDC sendASDCNotification 2022-12-01T15:43:06.026Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json 2022-12-01T15:43:06.026Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:43:06.027Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:06.029Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:06.029Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909386026, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T15:43:06.129Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:06.130Z||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-12-01T15:43:06.130Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:06.141Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:06.142Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:43:07.030Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-12-01T15:43:07.030Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml 2022-12-01T15:43:07.030Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:43:07.031Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:07.033Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:07.033Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909387030, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-01T15:43:07.133Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:07.134Z||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-12-01T15:43:07.134Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:07.146Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:07.146Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:43:08.034Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-12-01T15:43:08.035Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env 2022-12-01T15:43:08.035Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:43:08.035Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:08.037Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:08.037Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909388034, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-01T15:43:08.137Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:08.138Z||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-12-01T15:43:08.138Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:08.152Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:08.153Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:43:09.038Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar ASDC sendASDCNotification 2022-12-01T15:43:09.039Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar 2022-12-01T15:43:09.039Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:43:09.039Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:09.042Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:09.042Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909389038, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:43:09.142Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:09.143Z||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-12-01T15:43:09.144Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:09.156Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:09.156Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:43:10.043Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:43:10.061Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T15:43:10.065Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:43:10.066Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-01T15:43:10.072Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T15:43:40.072Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51da2b7e-c6e4-441b-b3a3-72effe332119 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-12-01T15:43:40.095Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51da2b7e-c6e4-441b-b3a3-72effe332119 and serviceModelVersionId: 8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2 2022-12-01T15:43:40.096Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6af4570-d9bb-4f2d-a2f3-9e715c9657a8 2022-12-01T15:43:49.501Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:43:49.503Z||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-12-01T15:43:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:43:49.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:49.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:43:49.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "ves-openapi-manager", "timestamp": 1669909365840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:43:49.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:43:54.697Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0 2022-12-01T15:43:54.805Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T15:43:55.297Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|INFO|500||Invoke 2022-12-01T15:43:55.305Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[51da2b7e-c6e4-441b-b3a3-72effe332119], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3444cda3-7b05-4bde-bbf2-942f4a2c4db6], X-ECOMP-RequestID=[51da2b7e-c6e4-441b-b3a3-72effe332119], X-TransactionId=[], X-ONAP-RequestID=[51da2b7e-c6e4-441b-b3a3-72effe332119], Content-Type=[application/merge-patch+json]} 2022-12-01T15:43:55.435Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T15:43:55.600Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?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/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 15:43:54 GMT], content-length=[0], vertex-id=[176200], x-aai-txid=[0-aai-resources-221201-15:43:54:398-15695], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T15:43:55.602Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-01T15:43:55.603Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6af4570-d9bb-4f2d-a2f3-9e715c9657a8/model-vers/model-ver/8ba5fe6a-cea0-4d0e-b5f4-4e9a22c80ea2?depth=0|INFO|500||InvokeReturn 2022-12-01T15:43:55.607Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T15:43:55.608Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T15:43:55.617Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T15:43:55.618Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51da2b7e-c6e4-441b-b3a3-72effe332119 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T15:43:55.619Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T15:43:55.620Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:55.623Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:55.623Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909435618, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T15:43:55.723Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:55.724Z||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-12-01T15:43:55.724Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:55.736Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:55.737Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-01T15:43:56.641Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:43:56.642Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e8c5e97-68cd-4187-a3d3-0e60cfa6c251","serviceName":"basic_onboard_SSYqOM","serviceVersion":"1.0","serviceUUID":"685302b6-7431-4ca6-9677-d8e41570eb76","serviceDescription":"service","serviceInvariantUUID":"366e8e46-ae10-47a1-8051-3858e9d610a2","resources":[{"resourceInstanceName":"basic_onboard_SSYqOM 0","resourceName":"basic_onboard_SSYqOM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b57b9280-a6d4-4d7b-a51b-4fb639e16c81","resourceInvariantUUID":"5ac109a6-e8c2-4c86-8b2b-15a7ca2d8335","resourceCustomizationUUID":"9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml","artifactChecksum":"YmZiNWVlNzcyNjZkNzY0ZjY0ODY3YmU2MjdhMmUxNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"88327551-208b-4b65-91f1-46411ad3ffb9","artifactVersion":"1"},{"artifactName":"basic_onboard_ssyqom0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json","artifactChecksum":"N2Q5NWUwNGEzODA0NDQ4NDE2MzRkZjRiODRmZjE0MDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b597fdaa-6e1c-4d41-a895-539f88a720a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76b9cba9-94d9-4f70-ab02-5cf65eaf8589","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6c0ac043-71bf-4fc0-8555-66f2ab620cef","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2393df26-4525-4c30-b581-202555dbf117","artifactVersion":"2","generatedFromUUID":"76b9cba9-94d9-4f70-ab02-5cf65eaf8589"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSsyqom-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml","artifactChecksum":"MTVkYTVhN2M4YjU4MDRjMDQ3NDc1YmNlOWI3ZjAxMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"267fa463-e29a-469e-82b9-372af34eacae","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSsyqom-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar","artifactChecksum":"ZjA2MGRhMmQ0ODczZDA4YjZjMDk1NWJiYTVlMTIyYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8a23277-913c-4e12-a914-b9b936e2cab2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T15:43:56.643Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:43:56.643Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:56.646Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:56.646Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:43:56.746Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T15:43:56.748Z||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-12-01T15:43:56.748Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:56.761Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:56.762Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:43:57.647Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:43:57.648Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:57.650Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:57.650Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "NOTIFIED" } 2022-12-01T15:43:57.750Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T15:43:57.751Z||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-12-01T15:43:57.751Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:57.763Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:57.764Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:43:58.651Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:43:58.652Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:58.654Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:58.654Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-01T15:43:58.754Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:43:58.755Z||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-12-01T15:43:58.755Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:58.772Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:58.772Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:43:59.655Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:43:59.656Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:43:59.658Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:43:59.659Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:43:59.759Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T15:43:59.760Z||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-12-01T15:43:59.760Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:43:59.773Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:43:59.773Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:44:00.661Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:44:00.662Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:00.665Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:00.665Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-01T15:44:00.765Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:00.767Z||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-12-01T15:44:00.767Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:00.779Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:00.779Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:44:01.666Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:44:01.667Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:01.669Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:01.670Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:44:01.770Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:01.771Z||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-12-01T15:44:01.771Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:01.782Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:01.783Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:44:02.670Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:44:02.671Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:02.673Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:02.674Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:44:02.774Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:02.775Z||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-12-01T15:44:02.775Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:02.786Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:02.787Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:44:03.675Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "serviceName": "basic_onboard_SSYqOM", "serviceVersion": "1.0", "serviceUUID": "685302b6-7431-4ca6-9677-d8e41570eb76", "serviceDescription": "service", "serviceInvariantUUID": "366e8e46-ae10-47a1-8051-3858e9d610a2", "resources": [ { "resourceInstanceName": "basic_onboard_SSYqOM 0", "resourceCustomizationUUID": "9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0", "resourceName": "basic_onboard_SSYqOM", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b57b9280-a6d4-4d7b-a51b-4fb639e16c81", "resourceInvariantUUID": "5ac109a6-e8c2-4c86-8b2b-15a7ca2d8335", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ssyqom0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "artifactChecksum": "N2Q5NWUwNGEzODA0NDQ4NDE2MzRkZjRiODRmZjE0MDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b597fdaa-6e1c-4d41-a895-539f88a720a2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "76b9cba9-94d9-4f70-ab02-5cf65eaf8589", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2393df26-4525-4c30-b581-202555dbf117", "generatedFromUUID": "76b9cba9-94d9-4f70-ab02-5cf65eaf8589" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "2393df26-4525-4c30-b581-202555dbf117", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardSsyqom-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "artifactChecksum": "ZjA2MGRhMmQ0ODczZDA4YjZjMDk1NWJiYTVlMTIyYTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8a23277-913c-4e12-a914-b9b936e2cab2" } ], "workloadContext": "Production" } 2022-12-01T15:44:03.676Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T15:44:03.676Z|51da2b7e-c6e4-441b-b3a3-72effe332119|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 685302b6-7431-4ca6-9677-d8e41570eb76 ASDC 2022-12-01T15:44:03.677Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 ServiceName:basic_onboard_SSYqOM ServiceVersion:1.0 ServiceUUID:685302b6-7431-4ca6-9677-d8e41570eb76 ServiceInvariantUUID:366e8e46-ae10-47a1-8051-3858e9d610a2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardSsyqom-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar ArtifactUUID:b8a23277-913c-4e12-a914-b9b936e2cab2 ArtifactChecksum:ZjA2MGRhMmQ0ODczZDA4YjZjMDk1NWJiYTVlMTIyYTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_SSYqOM 0 ResourceCustomizationUUID:9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 ResourceInvariantUUID:5ac109a6-e8c2-4c86-8b2b-15a7ca2d8335 ResourceName:basic_onboard_SSYqOM ResourceType:VF ResourceUUID:b57b9280-a6d4-4d7b-a51b-4fb639e16c81 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ssyqom0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json ArtifactUUID:b597fdaa-6e1c-4d41-a895-539f88a720a2 ArtifactChecksum:N2Q5NWUwNGEzODA0NDQ4NDE2MzRkZjRiODRmZjE0MDU= 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/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml ArtifactUUID:76b9cba9-94d9-4f70-ab02-5cf65eaf8589 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/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env ArtifactUUID:2393df26-4525-4c30-b581-202555dbf117 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/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env ArtifactUUID:2393df26-4525-4c30-b581-202555dbf117 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-01T15:44:03.678Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 685302b6-7431-4ca6-9677-d8e41570eb76 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-12-01T15:44:03.710Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T15:44:03.711Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T15:44:03.711Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T15:44:03.711Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8a23277-913c-4e12-a914-b9b936e2cab2 from URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:03.711Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T15:44:03.712Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:03.794Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T15:44:03.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar b8a23277-913c-4e12-a914-b9b936e2cab2 75307 2022-12-01T15:44:03.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar ASDC sendASDCNotification 2022-12-01T15:44:03.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:03.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:44:03.799Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:03.801Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:03.801Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909443798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:44:03.901Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:03.902Z||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-12-01T15:44:03.902Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:03.914Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:03.915Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:44:04.801Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T15:44:04.803Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T15:44:04.804Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b8a23277-913c-4e12-a914-b9b936e2cab2, URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar to file: /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:04.804Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:04.805Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:04.805Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:05.064Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15838210250073418475/Definitions/service-BasicOnboardSsyqom-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-12-01T15:44:06.396Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T15:44:06.396Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T15:44:06.396Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SSYqOM 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:06.397Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T15:44:06.398Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.398Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:06.398Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:06.398Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T15:44:06.399Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is not matching search criteria 2022-12-01T15:44:06.400Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T15:44:06.401Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:06.402Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:44:06.403Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.403Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:06.403Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:44:06.403Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is not matching search criteria 2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d30a5cdd-79ba-4b66-b1a5-bc52fcb29757 2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.404Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:06.405Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:06.406Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_SSYqOM Description:service Model UUID:685302b6-7431-4ca6-9677-d8e41570eb76 Model Version:NULL Model InvariantUuid:366e8e46-ae10-47a1-8051-3858e9d610a2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_SSYqOM Model UUID:b9e0758f-780c-4784-beb4-3c0493892681 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5ac109a6-e8c2-4c86-8b2b-15a7ca2d8335 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:90d924ba-f04c-4b41-8a13-9de965703dc9 ModelName:BasicOnboardSsyqom..base_ubuntu18..module-0 ModelUuid:012c66a5-3c30-4a38-bd47-a11818343970 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d30a5cdd-79ba-4b66-b1a5-bc52fcb29757 ModelInvariantUuid:efb91cbe-30be-4fc0-aa5d-ad31d3192402 ModelName:basic_onboard_SSYqOM-nodes.ubuntu18Cvfc ModelUuid:5df35b82-12be-4431-9eb8-b55fc426d5b8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:04fb6215-294d-4e85-9f81-0dd136c62332 ModelInvariantUuid:378b2879-796d-4fa4-a62c-f74b334d03c1 ModelName:BasicOnboardSsyqom.compute.nodes.heat.ubuntu18 ModelUuid:a7f45d50-536f-4019-9019-82d8d6263538 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-12-01T15:44:06.414Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b57b9280-a6d4-4d7b-a51b-4fb639e16c81 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-12-01T15:44:06.418Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||basic_onboard_SSYqOM 0 2022-12-01T15:44:06.418Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b57b9280-a6d4-4d7b-a51b-4fb639e16c81 2022-12-01T15:44:06.418Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b597fdaa-6e1c-4d41-a895-539f88a720a2 from URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json 2022-12-01T15:44:06.418Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T15:44:06.419Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json 2022-12-01T15:44:06.473Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T15:44:06.473Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json b597fdaa-6e1c-4d41-a895-539f88a720a2 798 2022-12-01T15:44:06.474Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json ASDC sendASDCNotification 2022-12-01T15:44:06.474Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json 2022-12-01T15:44:06.474Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:44:06.475Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:06.477Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:06.477Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909446474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T15:44:06.577Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:06.578Z||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-12-01T15:44:06.578Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:06.589Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:06.590Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:44:07.477Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSsyqom..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "90d924ba-f04c-4b41-8a13-9de965703dc9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "012c66a5-3c30-4a38-bd47-a11818343970", "vfModuleModelCustomizationUUID": "f2f8116d-4c66-4900-a96b-a3e340741d1e", "isBase": true, "artifacts": [ "76b9cba9-94d9-4f70-ab02-5cf65eaf8589", "2393df26-4525-4c30-b581-202555dbf117" ], "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-12-01T15:44:07.483Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSsyqom..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:012c66a5-3c30-4a38-bd47-a11818343970 VfModuleModelInvariantUUID:90d924ba-f04c-4b41-8a13-9de965703dc9 VfModuleModelDescription:NULL Artifacts UUID List:{ 76b9cba9-94d9-4f70-ab02-5cf65eaf8589 , 2393df26-4525-4c30-b581-202555dbf117 } 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-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardSsyqom..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "90d924ba-f04c-4b41-8a13-9de965703dc9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "012c66a5-3c30-4a38-bd47-a11818343970", "vfModuleModelCustomizationUUID": "f2f8116d-4c66-4900-a96b-a3e340741d1e", "isBase": true, "artifacts": [ "76b9cba9-94d9-4f70-ab02-5cf65eaf8589", "2393df26-4525-4c30-b581-202555dbf117" ], "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-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardSsyqom..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:012c66a5-3c30-4a38-bd47-a11818343970 VfModuleModelInvariantUUID:90d924ba-f04c-4b41-8a13-9de965703dc9 VfModuleModelDescription:NULL Artifacts UUID List:{ 76b9cba9-94d9-4f70-ab02-5cf65eaf8589 , 2393df26-4525-4c30-b581-202555dbf117 } 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-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 76b9cba9-94d9-4f70-ab02-5cf65eaf8589 from URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml 2022-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T15:44:07.486Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml 2022-12-01T15:44:07.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T15:44:07.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml 76b9cba9-94d9-4f70-ab02-5cf65eaf8589 5033 2022-12-01T15:44:07.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-01T15:44:07.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml 2022-12-01T15:44:07.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:44:07.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:07.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:07.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909447537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T15:44:07.639Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:07.641Z||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-12-01T15:44:07.641Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:07.653Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:07.654Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:44:08.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2393df26-4525-4c30-b581-202555dbf117 from URL: /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env 2022-12-01T15:44:08.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T15:44:08.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env 2022-12-01T15:44:08.589Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T15:44:08.589Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env 2393df26-4525-4c30-b581-202555dbf117 909 2022-12-01T15:44:08.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-01T15:44:08.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env 2022-12-01T15:44:08.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:44:08.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:08.592Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:08.592Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909448590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-01T15:44:08.692Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:08.693Z||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-12-01T15:44:08.693Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:08.708Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:08.708Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:44:09.593Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 685302b6-7431-4ca6-9677-d8e41570eb76 2022-12-01T15:44:09.593Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SSYqOM 0 b57b9280-a6d4-4d7b-a51b-4fb639e16c81 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-12-01T15:44:09.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c7374a7, org.onap.sdc.toscaparser.api.parameters.Input@4661b80, org.onap.sdc.toscaparser.api.parameters.Input@73d89d85, org.onap.sdc.toscaparser.api.parameters.Input@f66107f, org.onap.sdc.toscaparser.api.parameters.Input@38079b78] 2022-12-01T15:44:09.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:09.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-12-01T15:44:09.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 2022-12-01T15:44:09.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 matches Tosca VF Customization UUID: 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 2022-12-01T15:44:09.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 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-12-01T15:44:09.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d0a7b4 2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T15:44:09.613Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f2f8116d-4c66-4900-a96b-a3e340741d1e 2022-12-01T15:44:09.614Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f2f8116d-4c66-4900-a96b-a3e340741d1e 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-12-01T15:44:09.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:09.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is not matching search criteria 2022-12-01T15:44:09.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-12-01T15:44:09.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-12-01T15:44:09.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d30a5cdd-79ba-4b66-b1a5-bc52fcb29757 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-12-01T15:44:09.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:09.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T15:44:09.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.621Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_SSYqOM 0 is matching search criteria 2022-12-01T15:44:09.621Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_SSYqOM 0] matching following query criteria: sdcType=VF, customizationUUID=9b31bfee-80c0-4e31-9c28-3fcb1a64a9e0 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-12-01T15:44:09.623Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.623Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:09.623Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 685302b6-7431-4ca6-9677-d8e41570eb76: basic_onboard_SSYqOM 2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.624Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:09.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:09.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:44:09.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_SSYqOM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:44:09.626Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_SSYqOM 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-12-01T15:44:09.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SSYqOM b57b9280-a6d4-4d7b-a51b-4fb639e16c81 1 ASDC deployResourceStructure 2022-12-01T15:44:09.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json ASDC sendASDCNotification 2022-12-01T15:44:09.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json 2022-12-01T15:44:09.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:44:09.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:09.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:09.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909449713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T15:44:09.817Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:09.818Z||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-12-01T15:44:09.818Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:09.830Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:09.830Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:44:10.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-12-01T15:44:10.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml 2022-12-01T15:44:10.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:44:10.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:10.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:10.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909450718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-01T15:44:10.821Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:10.822Z||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-12-01T15:44:10.822Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:10.833Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:10.833Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:44:11.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-12-01T15:44:11.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env 2022-12-01T15:44:11.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:44:11.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:11.726Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:11.726Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909451722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-01T15:44:11.826Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:11.827Z||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-12-01T15:44:11.827Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:11.842Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:11.842Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:44:12.727Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar ASDC sendASDCNotification 2022-12-01T15:44:12.728Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar 2022-12-01T15:44:12.728Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:44:12.728Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:44:12.730Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:44:12.731Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909452727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:44:12.831Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:44:12.832Z||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-12-01T15:44:12.832Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:44:12.843Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:12.843Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:44:13.731Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:44:13.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:44:13.747Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:44:13.747Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:44:13.747Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:44:43.748Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:44:43.763Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:44:43.765Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:44:43.765Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:44:43.765Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:44:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:44:49.502Z||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-12-01T15:44:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:44:49.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:44:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:44:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909367544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:44:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:13.766Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:45:13.777Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:45:13.779Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:45:13.780Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:45:13.780Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:45:43.780Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:45:43.793Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:45:43.797Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:45:43.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:45:43.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:45:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:45:49.501Z||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-12-01T15:45:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:45:49.530Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:45:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909363761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "ves-openapi-manager", "timestamp": 1669909365840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909367544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909363761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "NOTIFIED" } 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "ves-openapi-manager", "timestamp": 1669909365840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909367544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909371493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "ves-openapi-manager", "timestamp": 1669909365840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909367544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909372555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909367544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-12-01T15:45:49.536Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909373613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909367544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909374657, "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-12-01T15:45:49.544Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 2022-12-01T15:45:49.544Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:45:49.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909375275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.555Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:45:49.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "multicloud-k8s-id", "timestamp": 1669909375661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T15:45:49.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909377555, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909379736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909379736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909382525, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909382291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909379736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909383602, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "aai-ml", "timestamp": 1669909383297, "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-12-01T15:45:49.565Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 2022-12-01T15:45:49.565Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:45:49.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909379736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909384660, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.575Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909379736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909386026, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/vfwfd8983f5feef0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909379736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:45:49.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909387030, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909379736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909388034, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/resourceInstances/vfwfd8983f5feef0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909387482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:45:49.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909389038, "artifactURL": "/sdc/v1/catalog/services/Vfw20221201154127/1.0/artifacts/service-Vfw20221201154127-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:45:49.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909389867, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:45:49.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:45:49.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:45:49.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669909390872, "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-12-01T15:45:49.584Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 2022-12-01T15:45:49.584Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:46:13.798Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:46:13.812Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T15:46:13.816Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:46:13.817Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-01T15:46:13.821Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T15:46:43.826Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 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-12-01T15:46:43.836Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 and serviceModelVersionId: 685302b6-7431-4ca6-9677-d8e41570eb76 2022-12-01T15:46:43.837Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 366e8e46-ae10-47a1-8051-3858e9d610a2 2022-12-01T15:46:43.838Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0 2022-12-01T15:46:43.842Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T15:46:43.898Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-01T15:46:43.900Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0|INFO|500||Invoke 2022-12-01T15:46:43.933Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T15:46:44.147Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0|INFO|500||InvokeReturn 2022-12-01T15:46:44.148Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/366e8e46-ae10-47a1-8051-3858e9d610a2/model-vers/model-ver/685302b6-7431-4ca6-9677-d8e41570eb76?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 15:46:42 GMT], content-length=[0], vertex-id=[581680], x-aai-txid=[0-aai-resources-221201-15:46:42:891-41989], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T15:46:44.148Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-12-01T15:46:44.148Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T15:46:44.148Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T15:46:44.160Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T15:46:44.161Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e8c5e97-68cd-4187-a3d3-0e60cfa6c251 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T15:46:44.161Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T15:46:44.162Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:46:44.165Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:46:44.165Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909604161, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T15:46:44.265Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:46:44.266Z||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-12-01T15:46:44.266Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:46:44.282Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:46:44.283Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-01T15:46:45.177Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:46:45.178Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:46:45.178Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:46:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:46:49.501Z||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-12-01T15:46:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:46:49.528Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:46:49.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "51da2b7e-c6e4-441b-b3a3-72effe332119", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909435618, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T15:46:49.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:49.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:46:49.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:46:49.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "NOTIFIED" } 2022-12-01T15:46:49.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:46:49.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909369498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909443798, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909446474, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909447537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909448590, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909449713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/basic_onboard_ssyqom0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T15:46:49.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909450718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-12-01T15:46:49.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909451722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/resourceInstances/basic_onboard_ssyqom0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-12-01T15:46:49.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:49.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:46:49.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909452727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSsyqom/1.0/artifacts/service-BasicOnboardSsyqom-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:46:49.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:46:55.458Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:46:55.459Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:46:55.459Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:46:55.459Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:47:05.054Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:47:05.055Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:47:05.056Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:47:05.056Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:47:14.604Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:47:14.605Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:47:14.606Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:47:14.606Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:47:24.146Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:47:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:47:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:47:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:47:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:47:49.501Z||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-12-01T15:47:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:47:50.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:47:50.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T15:47:50.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e8c5e97-68cd-4187-a3d3-0e60cfa6c251", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669909604161, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T15:47:50.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:47:59.043Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:48:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:48:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:48:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:48:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:48:49.501Z||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-12-01T15:48:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:48:59.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:48:59.046Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:49:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:49:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:49:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:49:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:49:49.501Z||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-12-01T15:49:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:49:59.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:49:59.049Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:50:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:50:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:50:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:50:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:50:49.501Z||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-12-01T15:50:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:50:59.041Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:50:59.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:51:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:51:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:51:49.501Z||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-12-01T15:51:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:51:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:51:49.502Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:51:59.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:51:59.056Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:52:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:52:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:52:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:52:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:52:49.501Z||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-12-01T15:52:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:52:59.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:52:59.046Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:53:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:53:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:53:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:53:49.500Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:53:49.501Z||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-12-01T15:53:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:53:59.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:53:59.043Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:54:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:54:49.499Z||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-12-01T15:54:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:54:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:54:49.501Z||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-12-01T15:54:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:54:59.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:54:59.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:55:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:55:49.499Z||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-12-01T15:55:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:55:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:55:49.501Z||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-12-01T15:55:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:55:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:55:59.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:56:49.498Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:56:49.499Z||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-12-01T15:56:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:56:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:56:49.501Z||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-12-01T15:56:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:56:49.703Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:56:49.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:56:49.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "multicloud-k8s-id", "timestamp": 1669910203761, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:56:49.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:56:49.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:56:49.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "multicloud-k8s-id", "timestamp": 1669910203761, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:56:49.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:56:49.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:56:49.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "cds", "timestamp": 1669910204238, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "ves-openapi-manager", "timestamp": 1669910205840, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "cds", "timestamp": 1669910204238, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:56:49.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "ves-openapi-manager", "timestamp": 1669910205840, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:56:49.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:56:49.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:56:49.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "cds", "timestamp": 1669910207122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:56:49.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:56:49.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:56:49.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "aai-ml", "timestamp": 1669910207544, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:56:49.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-12-01T15:56:50.129Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:56:50.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T15:56:50.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"372afc1e-dc32-4d10-91f1-09a57d10dfbc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4500509f-6b88-4116-9df4-4665dda2ec08","serviceDescription":"service","serviceInvariantUUID":"7452a227-d83a-44e7-ae7a-d5455805c59e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"827aeb09-2669-44ee-a3bc-472cbccc9c4d","resourceInvariantUUID":"4e776dcd-c763-425f-aff2-adea1880e0ca","resourceCustomizationUUID":"02d702e8-46fb-4174-8cd1-0daf0eb5e94d","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":"NjA4YmMwZGM2ODEzNzAxYzYzZDQxYWMwYjllM2IxMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"666392a3-8610-47ce-9d07-cacc27b56fa6","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTcyZjU0ZTZhYmNiYzMwYzQ5YmJlMmZkOWM5ZGYyODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08b55c10-db7d-461b-986b-89abac8cb778","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T15:56:50.138Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:56:50.138Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:56:50.142Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:56:50.142Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910209498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:56:50.242Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:56:50.243Z||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-12-01T15:56:50.243Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:56:50.257Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:56:50.257Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:56:51.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T15:56:51.144Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:56:51.146Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:56:51.146Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910209498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:56:51.246Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:56:51.247Z||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-12-01T15:56:51.247Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:56:51.259Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:56:51.260Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:56:52.147Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4500509f-6b88-4116-9df4-4665dda2ec08", "serviceDescription": "service", "serviceInvariantUUID": "7452a227-d83a-44e7-ae7a-d5455805c59e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "02d702e8-46fb-4174-8cd1-0daf0eb5e94d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "827aeb09-2669-44ee-a3bc-472cbccc9c4d", "resourceInvariantUUID": "4e776dcd-c763-425f-aff2-adea1880e0ca", "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": "MTcyZjU0ZTZhYmNiYzMwYzQ5YmJlMmZkOWM5ZGYyODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "08b55c10-db7d-461b-986b-89abac8cb778" } ], "workloadContext": "Production" } 2022-12-01T15:56:52.148Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T15:56:52.148Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4500509f-6b88-4116-9df4-4665dda2ec08 ASDC 2022-12-01T15:56:52.149Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:372afc1e-dc32-4d10-91f1-09a57d10dfbc ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4500509f-6b88-4116-9df4-4665dda2ec08 ServiceInvariantUUID:7452a227-d83a-44e7-ae7a-d5455805c59e 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:08b55c10-db7d-461b-986b-89abac8cb778 ArtifactChecksum:MTcyZjU0ZTZhYmNiYzMwYzQ5YmJlMmZkOWM5ZGYyODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:02d702e8-46fb-4174-8cd1-0daf0eb5e94d ResourceInvariantUUID:4e776dcd-c763-425f-aff2-adea1880e0ca ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:827aeb09-2669-44ee-a3bc-472cbccc9c4d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-12-01T15:56:52.149Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4500509f-6b88-4116-9df4-4665dda2ec08 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-12-01T15:56:52.190Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T15:56:52.191Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T15:56:52.191Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T15:56:52.191Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 08b55c10-db7d-461b-986b-89abac8cb778 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-01T15:56:52.192Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T15:56:52.192Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-01T15:56:52.251Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T15:56:52.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 08b55c10-db7d-461b-986b-89abac8cb778 57662 2022-12-01T15:56:52.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-01T15:56:52.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-01T15:56:52.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T15:56:52.261Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:56:52.263Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:56:52.263Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910212260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:56:52.363Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:56:52.364Z||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-12-01T15:56:52.364Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:56:52.377Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:56:52.377Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-01T15:56:53.263Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T15:56:53.265Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T15:56:53.265Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 08b55c10-db7d-461b-986b-89abac8cb778, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-01T15:56:53.266Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-12-01T15:56:53.266Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-01T15:56:53.267Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-01T15:56:53.434Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3244836455534441065/Definitions/service-BasicNetwork-template.yml 2022-12-01T15:56:54.050Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T15:56:54.051Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-01T15:56:54.051Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-01T15:56:54.051Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-12-01T15:56:54.052Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.052Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.052Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.052Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.053Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-01T15:56:54.054Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.054Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.054Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-01T15:56:54.055Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-01T15:56:54.055Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T15:56:54.055Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.055Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.056Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.057Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.057Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.057Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.058Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.059Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4500509f-6b88-4116-9df4-4665dda2ec08 Model Version:NULL Model InvariantUuid:7452a227-d83a-44e7-ae7a-d5455805c59e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:4e776dcd-c763-425f-aff2-adea1880e0ca Model UUID:3217f758-6648-4723-8488-5554a1061385 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:02d702e8-46fb-4174-8cd1-0daf0eb5e94d 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-12-01T15:56:54.066Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 827aeb09-2669-44ee-a3bc-472cbccc9c4d 2022-12-01T15:56:54.067Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||No resources found for Service: 4500509f-6b88-4116-9df4-4665dda2ec08 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-12-01T15:56:54.074Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500|| 2022-12-01T15:56:54.075Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-12-01T15:56:54.076Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4500509f-6b88-4116-9df4-4665dda2ec08 2022-12-01T15:56:54.076Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4500509f-6b88-4116-9df4-4665dda2ec08 2022-12-01T15:56:54.076Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-12-01T15:56:54.077Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.083Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36b97c69, org.onap.sdc.toscaparser.api.parameters.Input@71bea709, org.onap.sdc.toscaparser.api.parameters.Input@711d86d1, org.onap.sdc.toscaparser.api.parameters.Input@723a0588, org.onap.sdc.toscaparser.api.parameters.Input@f1d7592] 2022-12-01T15:56:54.085Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.085Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.086Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.086Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.087Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4500509f-6b88-4116-9df4-4665dda2ec08: Generic NeutronNet 2022-12-01T15:56:54.087Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.087Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.088Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.088Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.152Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.152Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T15:56:54.153Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:56:54.215Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-12-01T15:56:54.215Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-12-01T15:56:54.215Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-12-01T15:56:54.216Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T15:56:54.216Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T15:56:54.217Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T15:56:54.218Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910214215, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:56:54.318Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T15:56:54.319Z||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-12-01T15:56:54.319Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T15:56:54.333Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:56:54.333Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T15:56:55.219Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:56:55.229Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:56:55.230Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:56:55.231Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:56:55.231Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:57:25.231Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:57:25.241Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:57:25.243Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:57:25.244Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:57:25.244Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:57:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:57:49.501Z||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-12-01T15:57:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T15:57:49.522Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:57:49.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-12-01T15:57:49.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "cds", "timestamp": 1669910208139, "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-12-01T15:57:49.529Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 372afc1e-dc32-4d10-91f1-09a57d10dfbc 2022-12-01T15:57:49.529Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:57:55.244Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:57:55.256Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:57:55.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:57:55.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:57:55.260Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:58:25.261Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:58:25.274Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:58:25.276Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:58:25.276Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:58:25.276Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:58:49.500Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:58:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:58:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:58:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:58:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:58:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "aai-ml", "timestamp": 1669910207544, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:58:49.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:58:55.276Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:58:55.287Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:58:55.294Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:58:55.294Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:58:55.294Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:59:25.295Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:59:25.318Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:59:25.321Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:59:25.321Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T15:59:25.322Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T15:59:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T15:59:49.502Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T15:59:49.502Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T15:59:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T15:59:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910209498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "aai-ml", "timestamp": 1669910210286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910209498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910212260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910214215, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "aai-ml", "timestamp": 1669910214507, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "aai-ml", "timestamp": 1669910215512, "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-12-01T15:59:49.605Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 372afc1e-dc32-4d10-91f1-09a57d10dfbc 2022-12-01T15:59:49.605Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:59:49.615Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.615Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910219238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.615Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.615Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910219238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.616Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910219238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910222469, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910219238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.617Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "multicloud-k8s-id", "timestamp": 1669910223761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910224152, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:59:49.619Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.619Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.619Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910219238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "multicloud-k8s-id", "timestamp": 1669910223761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.620Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910225156, "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-12-01T15:59:49.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 372afc1e-dc32-4d10-91f1-09a57d10dfbc 2022-12-01T15:59:49.625Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910219238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.634Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "multicloud-k8s-id", "timestamp": 1669910223761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910219238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "multicloud-k8s-id", "timestamp": 1669910223761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910219238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "multicloud-k8s-id", "timestamp": 1669910223761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.637Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910227979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.638Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "multicloud-k8s-id", "timestamp": 1669910223761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.639Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "cds", "timestamp": 1669910228985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-01T15:59:49.651Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 2022-12-01T15:59:49.651Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T15:59:49.658Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.658Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.658Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.658Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "multicloud-k8s-id", "timestamp": 1669910223761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-01T15:59:49.659Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "multicloud-k8s-id", "timestamp": 1669910223761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.660Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910225840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910219736, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.661Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910234632, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910234249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910235828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-01T15:59:49.662Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.663Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.663Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "ves-openapi-manager", "timestamp": 1669910236833, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 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-12-01T15:59:49.667Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 2022-12-01T15:59:49.668Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 and ComponentName 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-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910236164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.681Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910237167, "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-12-01T15:59:49.686Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 2022-12-01T15:59:49.686Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T15:59:49.693Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910237544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910237544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910237544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.694Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910237544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910237544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910237544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.695Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910237544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910237544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910246347, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.696Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910249238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910249736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "ves-openapi-manager", "timestamp": 1669910245840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.697Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910243761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910251231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910249238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910243761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-01T15:59:49.698Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910249736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "ves-openapi-manager", "timestamp": 1669910245840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.699Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "aai-ml", "timestamp": 1669910252235, "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-12-01T15:59:49.705Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 2022-12-01T15:59:49.705Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T15:59:49.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910249238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.713Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "ves-openapi-manager", "timestamp": 1669910245840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.714Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910243761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910249736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "ves-openapi-manager", "timestamp": 1669910245840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.715Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910249736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910243761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.716Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910249238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910243761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910249238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.717Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "ves-openapi-manager", "timestamp": 1669910245840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910249736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.718Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "ves-openapi-manager", "timestamp": 1669910245840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910249238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.719Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910243761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910249736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "ves-openapi-manager", "timestamp": 1669910245840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.720Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910249238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910249736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.721Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910243761, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910257178, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910257577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.722Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910258053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.723Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "cds", "timestamp": 1669910258183, "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=? 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-12-01T15:59:49.735Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81ffbd19-03ad-4348-9e4a-2295ae103af5 2022-12-01T15:59:49.735Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910259156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.743Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910260206, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910259858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.744Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910261231, "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-12-01T15:59:49.748Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81ffbd19-03ad-4348-9e4a-2295ae103af5 2022-12-01T15:59:49.748Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T15:59:49.757Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.758Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910260861, "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-12-01T15:59:49.762Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81ffbd19-03ad-4348-9e4a-2295ae103af5 2022-12-01T15:59:49.762Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T15:59:49.769Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.769Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "multicloud-k8s-id", "timestamp": 1669910262234, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T15:59:49.769Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.770Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:49.771Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T15:59:49.771Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T15:59:49.771Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T15:59:55.322Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:59:55.333Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T15:59:55.335Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T15:59:55.335Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T15:59:55.335Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T15:59:55.336Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||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-12-01T15:59:55.341Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T16:00:25.341Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc 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-12-01T16:00:25.347Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 372afc1e-dc32-4d10-91f1-09a57d10dfbc and serviceModelVersionId: 4500509f-6b88-4116-9df4-4665dda2ec08 2022-12-01T16:00:25.347Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7452a227-d83a-44e7-ae7a-d5455805c59e 2022-12-01T16:00:25.349Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0 2022-12-01T16:00:25.357Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T16:00:25.421Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-01T16:00:25.423Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0|INFO|500||Invoke 2022-12-01T16:00:25.448Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T16:00:25.552Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0|INFO|500||InvokeReturn 2022-12-01T16:00:25.553Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7452a227-d83a-44e7-ae7a-d5455805c59e/model-vers/model-ver/4500509f-6b88-4116-9df4-4665dda2ec08?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 16:00:24 GMT], content-length=[0], vertex-id=[421888], x-aai-txid=[1-aai-resources-221201-16:00:24:388-45863], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T16:00:25.554Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-12-01T16:00:25.554Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T16:00:25.554Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:00:25.560Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T16:00:25.561Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 372afc1e-dc32-4d10-91f1-09a57d10dfbc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T16:00:25.561Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T16:00:25.561Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:25.564Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:25.564Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910425561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:00:25.664Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:25.665Z||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-12-01T16:00:25.666Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:25.683Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:25.683Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-01T16:00:26.576Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:00:26.577Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|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-12-01T16:00:26.577Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:00:31.082Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:31.084Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:00:31.084Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c5f755a-9ac7-42e4-bf6e-e0887b36bf62","serviceName":"Demo_pNF_GnqsfGUQM9zjtXH1mcbS","serviceVersion":"1.0","serviceUUID":"133918a0-6561-4d3d-b653-051b1382ea3e","serviceDescription":"catalog service description","serviceInvariantUUID":"c12ecea2-fbdc-413c-a9db-8232a9ad13bb","resources":[{"resourceInstanceName":"pNF 92bdba87-19a3 0","resourceName":"pNF 92bdba87-19a3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"68a4a66a-f54d-4685-8df7-e4517dad88d2","resourceInvariantUUID":"700a5de3-9398-44e5-b5eb-ba82da2a9010","resourceCustomizationUUID":"d2ccc3f5-4b9e-42ef-a54d-0195ca4f9820","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml","artifactChecksum":"Nzc3NmVhNGU5ZTUwNTY3ZWU2ZTdmYTZjYTM2YzZlMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"795a0e13-3bf3-4016-a5d6-385489520c34","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar","artifactChecksum":"Y2RiYThiYmRhYTczMzQyMTI0MGMzZDdlMjJkODZhY2U\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4dc91e06-b5e9-4a56-a79e-000c48ac735c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bc4c258f-4bf5-43aa-a9de-54015f9f5d05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml","artifactChecksum":"MmYwYWZhYWUxZTNhNjU2MzBiNWNjY2JmNTUzZjE2MzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d5be53f-4188-46c2-8c36-e3f7afaf0a54","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63fc9cc3-a5d4-46b0-948e-0d74252172c3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9aad773f-e92a-46c7-bf67-ba837ada717d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml","artifactChecksum":"NjY5ZDQ3N2FmOWRmZDY5MTkxMzVhOTRiYmQ0NWE5MjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd4b4374-2c0e-42d8-9a4e-660d91aede11","artifactVersion":"1"},{"artifactName":"service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar","artifactChecksum":"NTIzMDE1ZTk0MjVlMDc5MDE1NWUxZmVmNzQ0YzQyODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c472d27-6ef4-4bb0-ad73-55641fd19c4e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T16:00:31.088Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:00:31.088Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:31.090Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:31.091Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:31.191Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:31.192Z||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-12-01T16:00:31.192Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:31.210Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:31.211Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:32.091Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:00:32.092Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:32.094Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:32.094Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:32.194Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:32.195Z||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-12-01T16:00:32.195Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:32.206Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:32.207Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:33.095Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:00:33.095Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:33.097Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:33.097Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:33.198Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:00:33.199Z||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-12-01T16:00:33.199Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:33.229Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:33.229Z||pool-42-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:34.098Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:00:34.099Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:34.101Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:34.102Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:34.202Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:34.203Z||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-12-01T16:00:34.203Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:34.215Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:34.216Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:35.102Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:00:35.103Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:35.105Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:35.105Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:35.206Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-01T16:00:35.207Z||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-12-01T16:00:35.207Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:35.221Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:35.221Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:36.106Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:00:36.107Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:36.110Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:36.110Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:36.210Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:36.211Z||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-12-01T16:00:36.212Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:36.224Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:36.224Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:00:37.110Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:00:37.111Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:37.114Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:37.114Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:37.214Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:37.215Z||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-12-01T16:00:37.215Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:37.227Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:37.228Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:38.115Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:00:38.116Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:38.118Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:38.118Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:00:38.218Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:38.219Z||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-12-01T16:00:38.219Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:38.230Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:38.230Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:39.119Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "serviceName": "Demo_pNF_GnqsfGUQM9zjtXH1mcbS", "serviceVersion": "1.0", "serviceUUID": "133918a0-6561-4d3d-b653-051b1382ea3e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c12ecea2-fbdc-413c-a9db-8232a9ad13bb", "resources": [ { "resourceInstanceName": "pNF 92bdba87-19a3 0", "resourceCustomizationUUID": "d2ccc3f5-4b9e-42ef-a54d-0195ca4f9820", "resourceName": "pNF 92bdba87-19a3", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "68a4a66a-f54d-4685-8df7-e4517dad88d2", "resourceInvariantUUID": "700a5de3-9398-44e5-b5eb-ba82da2a9010", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "artifactChecksum": "NTIzMDE1ZTk0MjVlMDc5MDE1NWUxZmVmNzQ0YzQyODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c472d27-6ef4-4bb0-ad73-55641fd19c4e" } ], "workloadContext": "Production" } 2022-12-01T16:00:39.119Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T16:00:39.120Z|372afc1e-dc32-4d10-91f1-09a57d10dfbc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 133918a0-6561-4d3d-b653-051b1382ea3e ASDC 2022-12-01T16:00:39.120Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 ServiceName:Demo_pNF_GnqsfGUQM9zjtXH1mcbS ServiceVersion:1.0 ServiceUUID:133918a0-6561-4d3d-b653-051b1382ea3e ServiceInvariantUUID:c12ecea2-fbdc-413c-a9db-8232a9ad13bb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar ArtifactUUID:7c472d27-6ef4-4bb0-ad73-55641fd19c4e ArtifactChecksum:NTIzMDE1ZTk0MjVlMDc5MDE1NWUxZmVmNzQ0YzQyODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 92bdba87-19a3 0 ResourceCustomizationUUID:d2ccc3f5-4b9e-42ef-a54d-0195ca4f9820 ResourceInvariantUUID:700a5de3-9398-44e5-b5eb-ba82da2a9010 ResourceName:pNF 92bdba87-19a3 ResourceType:PNF ResourceUUID:68a4a66a-f54d-4685-8df7-e4517dad88d2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-01T16:00:39.121Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 133918a0-6561-4d3d-b653-051b1382ea3e 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-12-01T16:00:39.152Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c472d27-6ef4-4bb0-ad73-55641fd19c4e from URL: /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:00:39.153Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:39.287Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:00:39.293Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 7c472d27-6ef4-4bb0-ad73-55641fd19c4e 87767 2022-12-01T16:00:39.293Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar ASDC sendASDCNotification 2022-12-01T16:00:39.293Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:39.293Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:00:39.294Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:39.296Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:39.296Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910439293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:39.396Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:39.397Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:00:39.398Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:39.410Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:39.411Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:40.297Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:00:40.298Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:00:40.298Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c472d27-6ef4-4bb0-ad73-55641fd19c4e, URL: /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar to file: /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:40.298Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:40.299Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:40.299Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:40.482Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16003582414248902284/Definitions/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml 2022-12-01T16:00:41.417Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T16:00:41.417Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-01T16:00:41.417Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.417Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 92bdba87-19a3 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.418Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-01T16:00:41.419Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.419Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.419Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Node template pNF 92bdba87-19a3 0 is matching search criteria 2022-12-01T16:00:41.419Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 92bdba87-19a3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Node template pNF 92bdba87-19a3 0 is matching search criteria 2022-12-01T16:00:41.420Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 92bdba87-19a3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.421Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.422Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.422Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.422Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.422Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.422Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.422Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_GnqsfGUQM9zjtXH1mcbS Description:catalog service description Model UUID:133918a0-6561-4d3d-b653-051b1382ea3e Model Version:NULL Model InvariantUuid:c12ecea2-fbdc-413c-a9db-8232a9ad13bb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing 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-12-01T16:00:41.429Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 68a4a66a-f54d-4685-8df7-e4517dad88d2 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-12-01T16:00:41.432Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||pNF 92bdba87-19a3 0 2022-12-01T16:00:41.433Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 68a4a66a-f54d-4685-8df7-e4517dad88d2 2022-12-01T16:00:41.433Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 133918a0-6561-4d3d-b653-051b1382ea3e 2022-12-01T16:00:41.433Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 133918a0-6561-4d3d-b653-051b1382ea3e 2022-12-01T16:00:41.433Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 92bdba87-19a3 0 68a4a66a-f54d-4685-8df7-e4517dad88d2 ASDC 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-12-01T16:00:41.439Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2028dbf4, org.onap.sdc.toscaparser.api.parameters.Input@3b8eddca, org.onap.sdc.toscaparser.api.parameters.Input@593dd964, org.onap.sdc.toscaparser.api.parameters.Input@5e27d308, org.onap.sdc.toscaparser.api.parameters.Input@38364443] 2022-12-01T16:00:41.440Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.440Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.440Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 133918a0-6561-4d3d-b653-051b1382ea3e: pNF 92bdba87-19a3 2022-12-01T16:00:41.441Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Processing PNF resource: 68a4a66a-f54d-4685-8df7-e4517dad88d2 2022-12-01T16:00:41.441Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:00:41.441Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_GnqsfGUQM9zjtXH1mcbS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:00:41.442Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||Resource customization UUID: d2ccc3f5-4b9e-42ef-a54d-0195ca4f9820 is the same as notified resource customizationUUID: d2ccc3f5-4b9e-42ef-a54d-0195ca4f9820 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-01T16:00:41.499Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 92bdba87-19a3 68a4a66a-f54d-4685-8df7-e4517dad88d2 0 ASDC deployResourceStructure 2022-12-01T16:00:41.499Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar ASDC sendASDCNotification 2022-12-01T16:00:41.500Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar 2022-12-01T16:00:41.500Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:00:41.500Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:00:41.502Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:00:41.502Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910441499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:00:41.602Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:00:41.604Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:00:41.604Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:00:41.621Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:41.622Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:00:42.503Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T16:00:42.520Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T16:00:42.525Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:00:42.525Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T16:00:42.525Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T16:00:42.525Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T16:00:42.525Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:00:42.525Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:00:42.525Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:00:42.526Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:00:42.526Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:00:42.526Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||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-12-01T16:00:42.531Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T16:00:49.500Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:00:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:00:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:00:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:00:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-01T16:00:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:00:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-01T16:00:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.538Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.539Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.540Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.541Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.541Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-01T16:00:49.541Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.541Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.541Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.541Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.541Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.542Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:00:49.542Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.542Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.542Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.542Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.542Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.543Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.543Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.543Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.543Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.543Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.544Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.544Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.544Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.544Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.544Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910275263, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:49.544Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.544Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.545Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910263761, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:00:49.545Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.545Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.545Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910264238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:00:49.545Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.545Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.546Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "ves-openapi-manager", "timestamp": 1669910265840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.546Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.546Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.546Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910277343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:49.546Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.547Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.547Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910276515, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:49.547Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.547Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.547Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "cds", "timestamp": 1669910277541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-01T16:00:49.563Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06188a64-480a-46c4-85ad-49f6df700690 2022-12-01T16:00:49.564Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06188a64-480a-46c4-85ad-49f6df700690 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-12-01T16:00:49.572Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.573Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910278400, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:49.573Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.573Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.573Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910279451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:49.573Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.573Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.574Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910280500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:49.574Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.574Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.574Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.574Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.575Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.575Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910281553, "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-12-01T16:00:49.580Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06188a64-480a-46c4-85ad-49f6df700690 2022-12-01T16:00:49.580Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06188a64-480a-46c4-85ad-49f6df700690 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-12-01T16:00:49.589Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.589Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910281868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:00:49.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.590Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.591Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "multicloud-k8s-id", "timestamp": 1669910282555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:00:49.591Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.591Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.591Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.591Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.592Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.592Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "aai-ml", "timestamp": 1669910282873, "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-12-01T16:00:49.597Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81ffbd19-03ad-4348-9e4a-2295ae103af5 2022-12-01T16:00:49.597Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T16:00:49.606Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.606Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.607Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.608Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.609Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.610Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.610Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910279736, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:00:49.610Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.610Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.610Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.610Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.610Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.610Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910289486, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910267544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.611Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910291712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:00:49.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910292993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:00:49.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.612Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669910292717, "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-12-01T16:00:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06188a64-480a-46c4-85ad-49f6df700690 2022-12-01T16:00:49.618Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06188a64-480a-46c4-85ad-49f6df700690 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-12-01T16:00:49.630Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.630Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910299756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:00:49.631Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:00:49.631Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:00:49.631Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "aai-ml", "timestamp": 1669910300760, "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-12-01T16:00:49.635Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06188a64-480a-46c4-85ad-49f6df700690 2022-12-01T16:00:49.636Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06188a64-480a-46c4-85ad-49f6df700690 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-12-01T16:01:12.532Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 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-12-01T16:01:12.539Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 and serviceModelVersionId: 133918a0-6561-4d3d-b653-051b1382ea3e 2022-12-01T16:01:12.539Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c12ecea2-fbdc-413c-a9db-8232a9ad13bb 2022-12-01T16:01:12.540Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?depth=0 2022-12-01T16:01:12.543Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T16:01:12.601Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?depth=0|INFO|500||Invoke 2022-12-01T16:01:12.602Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c5f755a-9ac7-42e4-bf6e-e0887b36bf62], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3ec45e1c-f0f0-42c6-92cd-a7dfc7a726e5], X-ECOMP-RequestID=[3c5f755a-9ac7-42e4-bf6e-e0887b36bf62], X-TransactionId=[], X-ONAP-RequestID=[3c5f755a-9ac7-42e4-bf6e-e0887b36bf62], Content-Type=[application/merge-patch+json]} 2022-12-01T16:01:12.620Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T16:01:12.703Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?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/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 16:01:11 GMT], content-length=[0], vertex-id=[614448], x-aai-txid=[1-aai-resources-221201-16:01:11:558-13086], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T16:01:12.704Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-01T16:01:12.705Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c12ecea2-fbdc-413c-a9db-8232a9ad13bb/model-vers/model-ver/133918a0-6561-4d3d-b653-051b1382ea3e?depth=0|INFO|500||InvokeReturn 2022-12-01T16:01:12.710Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T16:01:12.711Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:01:12.716Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T16:01:12.717Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c5f755a-9ac7-42e4-bf6e-e0887b36bf62 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T16:01:12.717Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T16:01:12.718Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:12.720Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:12.720Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910472717, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:01:12.820Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:12.821Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:12.822Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:12.837Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:12.837Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 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-12-01T16:01:13.733Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:01:13.734Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"81ffbd19-03ad-4348-9e4a-2295ae103af5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9f1c7fb4-838a-4691-81d4-dac613d2cff2","serviceDescription":"service","serviceInvariantUUID":"624bcf0c-f88c-4332-b922-18bba091f39a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6908e6e-36c4-4d33-91ce-d8160fce1526","resourceInvariantUUID":"bfe7b0a7-c395-4ec8-b636-abc9a67c3f8a","resourceCustomizationUUID":"6dc16e09-095f-4a83-90ba-6a09a3bc6a92","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":"Y2Q1ZjA2NGJhNjcyM2YyMjg1MmU5Y2JkNTEwODdkNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"51dc79c9-e58a-45f6-b568-4c5a9bad351a","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":"MTk4Y2NiNTc2Njk2ZjUwNmYyNDc4Y2JlNjE1ODc2ZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04e993ad-9022-43ad-be60-361323b7c96c","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":"998ab896-c5cd-4da4-a3ce-cb67cbc03fa8","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":"ab2336bf-ed92-4684-9110-ca16924ec9b2","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":"6593ee85-6773-4599-ba8a-214c1455439f","artifactVersion":"2","generatedFromUUID":"998ab896-c5cd-4da4-a3ce-cb67cbc03fa8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjdmM2NmMzIwNDk0ZWE3MDhhODRmNzU2N2MwNDQzZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5979dcc-5eff-4426-9df9-1b161e4d3752","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjZmN2JlMWE0YmRkNGE5OWVhNTcwYTZhNGZiZjBiNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e06bdd8f-7500-4039-947a-ebfe29686f6e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T16:01:13.734Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:01:13.735Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:13.737Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:13.737Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:13.837Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:13.838Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:13.838Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:13.850Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:13.851Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:14.739Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:01:14.739Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:14.741Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:14.741Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:01:14.841Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:14.842Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:14.842Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:14.872Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:14.872Z||pool-52-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:15.742Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:01:15.743Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:15.745Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:15.746Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-01T16:01:15.847Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-01T16:01:15.848Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:15.848Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:15.860Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:15.860Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:01:16.747Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:01:16.747Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:16.749Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:16.749Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:16.850Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:16.851Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:16.851Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:16.863Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:16.864Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:17.750Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:01:17.751Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:17.753Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:17.753Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-01T16:01:17.853Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:17.854Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:17.854Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:17.865Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:17.866Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:18.754Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:01:18.755Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:18.757Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:18.757Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:18.857Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:01:18.858Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:18.858Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:18.872Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:18.872Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:19.758Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:01:19.759Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:19.761Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:19.761Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:01:19.862Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:01:19.862Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:19.862Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:19.878Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:19.878Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:20.763Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "9f1c7fb4-838a-4691-81d4-dac613d2cff2", "serviceDescription": "service", "serviceInvariantUUID": "624bcf0c-f88c-4332-b922-18bba091f39a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "6dc16e09-095f-4a83-90ba-6a09a3bc6a92", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d6908e6e-36c4-4d33-91ce-d8160fce1526", "resourceInvariantUUID": "bfe7b0a7-c395-4ec8-b636-abc9a67c3f8a", "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": "MTk4Y2NiNTc2Njk2ZjUwNmYyNDc4Y2JlNjE1ODc2ZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04e993ad-9022-43ad-be60-361323b7c96c", "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": "998ab896-c5cd-4da4-a3ce-cb67cbc03fa8", "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": "6593ee85-6773-4599-ba8a-214c1455439f", "generatedFromUUID": "998ab896-c5cd-4da4-a3ce-cb67cbc03fa8" }, "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": "6593ee85-6773-4599-ba8a-214c1455439f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MjZmN2JlMWE0YmRkNGE5OWVhNTcwYTZhNGZiZjBiNGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e06bdd8f-7500-4039-947a-ebfe29686f6e" } ], "workloadContext": "Production" } 2022-12-01T16:01:20.764Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T16:01:20.764Z|3c5f755a-9ac7-42e4-bf6e-e0887b36bf62|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9f1c7fb4-838a-4691-81d4-dac613d2cff2 ASDC 2022-12-01T16:01:20.764Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:81ffbd19-03ad-4348-9e4a-2295ae103af5 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:9f1c7fb4-838a-4691-81d4-dac613d2cff2 ServiceInvariantUUID:624bcf0c-f88c-4332-b922-18bba091f39a 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:e06bdd8f-7500-4039-947a-ebfe29686f6e ArtifactChecksum:MjZmN2JlMWE0YmRkNGE5OWVhNTcwYTZhNGZiZjBiNGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:6dc16e09-095f-4a83-90ba-6a09a3bc6a92 ResourceInvariantUUID:bfe7b0a7-c395-4ec8-b636-abc9a67c3f8a ResourceName:basic_vm ResourceType:VF ResourceUUID:d6908e6e-36c4-4d33-91ce-d8160fce1526 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:04e993ad-9022-43ad-be60-361323b7c96c ArtifactChecksum:MTk4Y2NiNTc2Njk2ZjUwNmYyNDc4Y2JlNjE1ODc2ZWI= 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:998ab896-c5cd-4da4-a3ce-cb67cbc03fa8 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:6593ee85-6773-4599-ba8a-214c1455439f 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:6593ee85-6773-4599-ba8a-214c1455439f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-01T16:01:20.765Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f1c7fb4-838a-4691-81d4-dac613d2cff2 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-12-01T16:01:20.796Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:01:20.797Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:01:20.797Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:01:20.797Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e06bdd8f-7500-4039-947a-ebfe29686f6e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-01T16:01:20.798Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:01:20.798Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-01T16:01:20.928Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:01:20.931Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e06bdd8f-7500-4039-947a-ebfe29686f6e 74812 2022-12-01T16:01:20.931Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-01T16:01:20.931Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-01T16:01:20.931Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:01:20.932Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:20.933Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:20.933Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910480931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:01:21.034Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:21.035Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:21.035Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:21.046Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:21.047Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:21.934Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:01:21.935Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:01:21.936Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e06bdd8f-7500-4039-947a-ebfe29686f6e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:21.936Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-12-01T16:01:21.937Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:21.937Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:22.077Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13666011097344238186/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-01T16:01:23.354Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T16:01:23.354Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-01T16:01:23.354Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:23.355Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-01T16:01:23.355Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||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-12-01T16:01:23.355Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:23.355Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:23.355Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:23.356Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:23.356Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:23.356Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-12-01T16:01:23.356Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-01T16:01:23.357Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.357Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:23.357Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:23.357Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-01T16:01:23.358Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:01:23.358Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.358Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:23.359Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:23.359Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-01T16:01:23.359Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:01:23.359Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.359Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:23.360Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.360Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-01T16:01:23.360Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-01T16:01:23.360Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-01T16:01:23.361Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-01T16:01:23.361Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-01T16:01:23.361Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-01T16:01:23.361Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.362Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T16:01:23.362Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.362Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:23.362Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:01:23.363Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.363Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:23.363Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:01:23.364Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.364Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:23.364Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:01:23.364Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.365Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-01T16:01:23.365Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-01T16:01:23.365Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-01T16:01:23.365Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=00117eec-46ba-471f-8b4e-7db83a42801f 2022-12-01T16:01:23.365Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.366Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:23.366Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.366Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:23.366Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.367Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:23.367Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:23.367Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:23.367Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:9f1c7fb4-838a-4691-81d4-dac613d2cff2 Model Version:NULL Model InvariantUuid:624bcf0c-f88c-4332-b922-18bba091f39a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:43b30d7a-2dbe-4303-9c7c-09b3f593c8c4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bfe7b0a7-c395-4ec8-b636-abc9a67c3f8a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6dc16e09-095f-4a83-90ba-6a09a3bc6a92 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:38549109-c8dc-4882-8733-893e1dbcb2fd ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d3d5663d-18b1-497d-9d60-c0eb23f1037c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:00117eec-46ba-471f-8b4e-7db83a42801f ModelInvariantUuid:6564fb12-286f-48cd-a47c-5a8baeb8edc7 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:367a5cac-dc12-491b-bbb1-8c5655155adf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:73d04b0e-db08-4c84-bb1a-a264fec8b831 ModelInvariantUuid:073e7543-84ed-4582-844a-d6c4dada6461 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f7a7d9be-8c6c-477a-b80c-ab77684791b1 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-12-01T16:01:23.375Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: d6908e6e-36c4-4d33-91ce-d8160fce1526 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-12-01T16:01:23.379Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-12-01T16:01:23.379Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6908e6e-36c4-4d33-91ce-d8160fce1526 2022-12-01T16:01:23.379Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04e993ad-9022-43ad-be60-361323b7c96c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-01T16:01:23.379Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:01:23.379Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-01T16:01:23.425Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:01:23.426Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 04e993ad-9022-43ad-be60-361323b7c96c 787 2022-12-01T16:01:23.426Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-12-01T16:01:23.426Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-01T16:01:23.426Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:01:23.427Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:23.429Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:23.429Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910483426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:01:23.529Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:23.530Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:23.530Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:23.543Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:23.543Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:01:24.429Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "38549109-c8dc-4882-8733-893e1dbcb2fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d3d5663d-18b1-497d-9d60-c0eb23f1037c", "vfModuleModelCustomizationUUID": "77b57cfa-162a-494c-86eb-4857b13e39f0", "isBase": true, "artifacts": [ "998ab896-c5cd-4da4-a3ce-cb67cbc03fa8", "6593ee85-6773-4599-ba8a-214c1455439f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-01T16:01:24.437Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d3d5663d-18b1-497d-9d60-c0eb23f1037c VfModuleModelInvariantUUID:38549109-c8dc-4882-8733-893e1dbcb2fd VfModuleModelDescription:NULL Artifacts UUID List:{ 998ab896-c5cd-4da4-a3ce-cb67cbc03fa8 , 6593ee85-6773-4599-ba8a-214c1455439f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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-12-01T16:01:24.440Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "38549109-c8dc-4882-8733-893e1dbcb2fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d3d5663d-18b1-497d-9d60-c0eb23f1037c", "vfModuleModelCustomizationUUID": "77b57cfa-162a-494c-86eb-4857b13e39f0", "isBase": true, "artifacts": [ "998ab896-c5cd-4da4-a3ce-cb67cbc03fa8", "6593ee85-6773-4599-ba8a-214c1455439f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-01T16:01:24.440Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d3d5663d-18b1-497d-9d60-c0eb23f1037c VfModuleModelInvariantUUID:38549109-c8dc-4882-8733-893e1dbcb2fd VfModuleModelDescription:NULL Artifacts UUID List:{ 998ab896-c5cd-4da4-a3ce-cb67cbc03fa8 , 6593ee85-6773-4599-ba8a-214c1455439f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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-12-01T16:01:24.440Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 998ab896-c5cd-4da4-a3ce-cb67cbc03fa8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-01T16:01:24.440Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:01:24.440Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-01T16:01:24.483Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:01:24.484Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 998ab896-c5cd-4da4-a3ce-cb67cbc03fa8 5033 2022-12-01T16:01:24.484Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-01T16:01:24.484Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-01T16:01:24.484Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:01:24.485Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:24.487Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:24.487Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910484484, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:01:24.587Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:24.588Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:24.588Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:24.611Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:24.612Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:01:25.488Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6593ee85-6773-4599-ba8a-214c1455439f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-01T16:01:25.488Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:01:25.489Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-01T16:01:25.535Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:01:25.536Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6593ee85-6773-4599-ba8a-214c1455439f 903 2022-12-01T16:01:25.536Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-01T16:01:25.536Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-01T16:01:25.536Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:01:25.537Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:25.539Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:25.539Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910485536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:01:25.639Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:25.640Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:25.640Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:25.653Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:25.653Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:26.540Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9f1c7fb4-838a-4691-81d4-dac613d2cff2 2022-12-01T16:01:26.541Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d6908e6e-36c4-4d33-91ce-d8160fce1526 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:01:26.563Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@153f7014, org.onap.sdc.toscaparser.api.parameters.Input@4dad3425, org.onap.sdc.toscaparser.api.parameters.Input@73979d82, org.onap.sdc.toscaparser.api.parameters.Input@608daaa4, org.onap.sdc.toscaparser.api.parameters.Input@edcd971] 2022-12-01T16:01:26.565Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.565Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:26.565Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-12-01T16:01:26.566Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6dc16e09-095f-4a83-90ba-6a09a3bc6a92 2022-12-01T16:01:26.566Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6dc16e09-095f-4a83-90ba-6a09a3bc6a92 matches Tosca VF Customization UUID: 6dc16e09-095f-4a83-90ba-6a09a3bc6a92 2022-12-01T16:01:26.566Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6dc16e09-095f-4a83-90ba-6a09a3bc6a92 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-12-01T16:01:26.569Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.569Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:26.570Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6dc16e09-095f-4a83-90ba-6a09a3bc6a92: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-01T16:01:26.570Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68957544 2022-12-01T16:01:26.571Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.571Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T16:01:26.571Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77b57cfa-162a-494c-86eb-4857b13e39f0 2022-12-01T16:01:26.571Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77b57cfa-162a-494c-86eb-4857b13e39f0 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-12-01T16:01:26.575Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.575Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:26.575Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:01:26.576Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.576Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:26.577Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:01:26.577Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.577Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-12-01T16:01:26.578Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-01T16:01:26.578Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-01T16:01:26.579Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=00117eec-46ba-471f-8b4e-7db83a42801f 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-12-01T16:01:26.583Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.583Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:26.584Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:01:26.584Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.584Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-12-01T16:01:26.584Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6dc16e09-095f-4a83-90ba-6a09a3bc6a92 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-12-01T16:01:26.588Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.588Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:26.588Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9f1c7fb4-838a-4691-81d4-dac613d2cff2: basic_vm 2022-12-01T16:01:26.589Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.589Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:26.589Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.589Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:26.590Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.590Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:26.590Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.591Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:26.591Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:01:26.591Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:01:26.592Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 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-12-01T16:01:26.676Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d6908e6e-36c4-4d33-91ce-d8160fce1526 1 ASDC deployResourceStructure 2022-12-01T16:01:26.677Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-12-01T16:01:26.677Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-12-01T16:01:26.677Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:01:26.677Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:26.680Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:26.680Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910486677, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:01:26.780Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:26.781Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:26.781Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:26.794Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:26.795Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:27.681Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-01T16:01:27.681Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-12-01T16:01:27.681Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:01:27.682Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:27.683Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:27.683Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910487680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:01:27.784Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:27.785Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:27.785Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:27.797Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:27.797Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:01:28.685Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-01T16:01:28.685Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-12-01T16:01:28.685Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:01:28.685Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:28.687Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:28.688Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910488684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-01T16:01:28.788Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:01:28.789Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:28.789Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:28.801Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:28.802Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:29.689Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-12-01T16:01:29.689Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-12-01T16:01:29.689Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:01:29.690Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:01:29.691Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:01:29.691Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910489689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:01:29.791Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:01:29.792Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:01:29.793Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:01:29.804Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:29.804Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:01:30.692Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T16:01:30.704Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T16:01:30.706Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:01:30.706Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T16:01:30.707Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T16:01:30.707Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T16:01:30.707Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:01:30.707Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:01:30.707Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:01:30.708Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:01:30.708Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:01:30.708Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||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-12-01T16:01:30.712Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T16:01:49.500Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:01:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:01:49.502Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:01:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:01:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "372afc1e-dc32-4d10-91f1-09a57d10dfbc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910425561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:01:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:01:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.535Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/resourceInstances/pnf92bdba8719a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:01:49.536Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:01:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910439293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:01:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:01:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:01:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910441499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGnqsfguqm9zjtxh1mcbs/1.0/artifacts/service-DemoPnfGnqsfguqm9zjtxh1mcbs-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:01:49.537Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:00.713Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81ffbd19-03ad-4348-9e4a-2295ae103af5 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-12-01T16:02:00.720Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81ffbd19-03ad-4348-9e4a-2295ae103af5 and serviceModelVersionId: 9f1c7fb4-838a-4691-81d4-dac613d2cff2 2022-12-01T16:02:00.720Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 624bcf0c-f88c-4332-b922-18bba091f39a 2022-12-01T16:02:00.720Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/624bcf0c-f88c-4332-b922-18bba091f39a/model-vers/model-ver/9f1c7fb4-838a-4691-81d4-dac613d2cff2?depth=0 2022-12-01T16:02:00.724Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T16:02:00.766Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624bcf0c-f88c-4332-b922-18bba091f39a/model-vers/model-ver/9f1c7fb4-838a-4691-81d4-dac613d2cff2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-01T16:02:00.767Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624bcf0c-f88c-4332-b922-18bba091f39a/model-vers/model-ver/9f1c7fb4-838a-4691-81d4-dac613d2cff2?depth=0|INFO|500||Invoke 2022-12-01T16:02:00.787Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624bcf0c-f88c-4332-b922-18bba091f39a/model-vers/model-ver/9f1c7fb4-838a-4691-81d4-dac613d2cff2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T16:02:00.872Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624bcf0c-f88c-4332-b922-18bba091f39a/model-vers/model-ver/9f1c7fb4-838a-4691-81d4-dac613d2cff2?depth=0|INFO|500||InvokeReturn 2022-12-01T16:02:00.872Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/624bcf0c-f88c-4332-b922-18bba091f39a/model-vers/model-ver/9f1c7fb4-838a-4691-81d4-dac613d2cff2?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 16:01:59 GMT], content-length=[0], vertex-id=[217328], x-aai-txid=[0-aai-resources-221201-16:01:59:724-51348], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T16:02:00.873Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-12-01T16:02:00.873Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T16:02:00.873Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:02:00.877Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T16:02:00.888Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81ffbd19-03ad-4348-9e4a-2295ae103af5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T16:02:00.889Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T16:02:00.889Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:00.894Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:00.894Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910520889, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:02:00.995Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:00.996Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:00.996Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:01.008Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:01.008Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-12-01T16:02:01.908Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:02:01.908Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"06188a64-480a-46c4-85ad-49f6df700690","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6bb584d5-d77b-4a11-94a9-310efa416516","serviceDescription":"service","serviceInvariantUUID":"d28f84d8-3301-46b6-a172-a378dc10ccbb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3459b17d-9347-4034-9dc4-1213132c55ee","resourceInvariantUUID":"d3d70417-38a7-40fa-8b3e-992c460891e9","resourceCustomizationUUID":"b6f35400-5034-4ff8-923a-6e4330df8e71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"N2IzZjZkYzZjNTc4ODJhYzhiYzBlNWFhNjA4NWMyYjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d41bbbee-2173-4260-9370-b37584334e6c","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53a07caf-e74f-4d1c-b7a1-9424327479cf","artifactVersion":"2","generatedFromUUID":"6da78c2b-d9b7-4d98-9610-85d89f9ca1b6"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6da78c2b-d9b7-4d98-9610-85d89f9ca1b6","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YjU4ZmE0YTkxYjhiYTI0Yjc5ZjNmNTkyYzNkNGVhNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a517752f-9591-4150-bbaf-0a4bbdb072df","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6d0df3c-fa0c-49b9-a357-c1df2250b4eb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f1288e8-75fd-4c38-81a6-fab6ef10ed95","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e430e4bd-fd5d-4752-ad5b-9b41f7c115db","artifactVersion":"2","generatedFromUUID":"b6d0df3c-fa0c-49b9-a357-c1df2250b4eb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDg5NGE2ZTZkYmYzMTIxZmM3MzNlMDYxMmE0OTUzODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7f7a962-c260-4f3a-9773-2a83ca01c669","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTliNTNlZjNlYWVhNGUyMjI3YWMwNTM0ZWUzOWI1ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b479321-c23b-41fc-ba7d-be6a0f0a9d99","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T16:02:01.909Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:01.909Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:01.911Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:01.911Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:02:02.011Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:02.012Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:02.012Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:02.025Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:02.026Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:02.912Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:02.913Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:02.914Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:02.915Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-01T16:02:03.015Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:03.016Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:03.016Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:03.029Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:03.030Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:03.915Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:03.916Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:03.921Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:03.921Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-01T16:02:04.021Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:04.023Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:04.023Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:04.039Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:04.040Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:04.922Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:04.923Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:04.924Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:04.924Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:02:05.025Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:05.026Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:05.026Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:05.036Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:05.037Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:02:05.925Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:05.926Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:05.928Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:05.928Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-01T16:02:06.028Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:06.029Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:06.030Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:06.042Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:06.043Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:06.929Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:06.930Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:06.932Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:06.932Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:02:07.032Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:07.033Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:07.033Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:07.044Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:07.044Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:07.932Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:07.933Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:07.935Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:07.935Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-01T16:02:08.035Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:08.037Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:08.037Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:08.048Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:08.049Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:02:08.936Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:08.936Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:08.938Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:08.938Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:02:09.038Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:09.039Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:09.039Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:09.051Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:09.051Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:09.939Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:02:09.939Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:09.942Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:09.942Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:02:10.042Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:10.043Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:10.043Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:10.053Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:10.054Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:02:10.943Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "6bb584d5-d77b-4a11-94a9-310efa416516", "serviceDescription": "service", "serviceInvariantUUID": "d28f84d8-3301-46b6-a172-a378dc10ccbb", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b6f35400-5034-4ff8-923a-6e4330df8e71", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3459b17d-9347-4034-9dc4-1213132c55ee", "resourceInvariantUUID": "d3d70417-38a7-40fa-8b3e-992c460891e9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "53a07caf-e74f-4d1c-b7a1-9424327479cf", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6da78c2b-d9b7-4d98-9610-85d89f9ca1b6", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "YjU4ZmE0YTkxYjhiYTI0Yjc5ZjNmNTkyYzNkNGVhNzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a517752f-9591-4150-bbaf-0a4bbdb072df", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b6d0df3c-fa0c-49b9-a357-c1df2250b4eb", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e430e4bd-fd5d-4752-ad5b-9b41f7c115db", "generatedFromUUID": "b6d0df3c-fa0c-49b9-a357-c1df2250b4eb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e430e4bd-fd5d-4752-ad5b-9b41f7c115db", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NTliNTNlZjNlYWVhNGUyMjI3YWMwNTM0ZWUzOWI1ZGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4b479321-c23b-41fc-ba7d-be6a0f0a9d99" } ], "workloadContext": "Production" } 2022-12-01T16:02:10.943Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T16:02:10.944Z|81ffbd19-03ad-4348-9e4a-2295ae103af5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6bb584d5-d77b-4a11-94a9-310efa416516 ASDC 2022-12-01T16:02:10.944Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:06188a64-480a-46c4-85ad-49f6df700690 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:6bb584d5-d77b-4a11-94a9-310efa416516 ServiceInvariantUUID:d28f84d8-3301-46b6-a172-a378dc10ccbb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:4b479321-c23b-41fc-ba7d-be6a0f0a9d99 ArtifactChecksum:NTliNTNlZjNlYWVhNGUyMjI3YWMwNTM0ZWUzOWI1ZGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b6f35400-5034-4ff8-923a-6e4330df8e71 ResourceInvariantUUID:d3d70417-38a7-40fa-8b3e-992c460891e9 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3459b17d-9347-4034-9dc4-1213132c55ee ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:53a07caf-e74f-4d1c-b7a1-9424327479cf ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:6da78c2b-d9b7-4d98-9610-85d89f9ca1b6 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:a517752f-9591-4150-bbaf-0a4bbdb072df ArtifactChecksum:YjU4ZmE0YTkxYjhiYTI0Yjc5ZjNmNTkyYzNkNGVhNzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:b6d0df3c-fa0c-49b9-a357-c1df2250b4eb ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:e430e4bd-fd5d-4752-ad5b-9b41f7c115db ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:e430e4bd-fd5d-4752-ad5b-9b41f7c115db ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-01T16:02:10.944Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6bb584d5-d77b-4a11-94a9-310efa416516 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-12-01T16:02:10.975Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:02:10.976Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:02:10.976Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:02:10.976Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4b479321-c23b-41fc-ba7d-be6a0f0a9d99 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-01T16:02:10.976Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:02:10.976Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-01T16:02:11.094Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:02:11.098Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4b479321-c23b-41fc-ba7d-be6a0f0a9d99 73681 2022-12-01T16:02:11.098Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-01T16:02:11.099Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-01T16:02:11.099Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:02:11.099Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:11.101Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:11.101Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910531098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:11.201Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:11.202Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:11.202Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:11.215Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:11.215Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:12.102Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:02:12.103Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-12-01T16:02:12.103Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4b479321-c23b-41fc-ba7d-be6a0f0a9d99, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-01T16:02:12.104Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-12-01T16:02:12.104Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-01T16:02:12.105Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-01T16:02:12.219Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8062573091138651697/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-12-01T16:02:13.447Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T16:02:13.447Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-01T16:02:13.448Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-01T16:02:13.448Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-01T16:02:13.448Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-01T16:02:13.448Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-01T16:02:13.448Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-01T16:02:13.448Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-12-01T16:02:13.449Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-12-01T16:02:13.449Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.449Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:13.449Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:13.449Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-01T16:02:13.450Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:02:13.450Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.450Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:13.450Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:13.450Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-12-01T16:02:13.451Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:02:13.451Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.451Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:13.451Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.452Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-01T16:02:13.452Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-12-01T16:02:13.452Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-12-01T16:02:13.452Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-01T16:02:13.452Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.453Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T16:02:13.453Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.453Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:13.453Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:02:13.454Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.454Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:13.454Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:02:13.454Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.455Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:13.455Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:02:13.455Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.455Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-01T16:02:13.455Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-01T16:02:13.456Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6149c86f-3992-42b2-9e82-c4cd743d319f 2022-12-01T16:02:13.456Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.456Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:13.456Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.456Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:13.457Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.457Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:13.457Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:13.457Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:13.457Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:6bb584d5-d77b-4a11-94a9-310efa416516 Model Version:NULL Model InvariantUuid:d28f84d8-3301-46b6-a172-a378dc10ccbb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:f5c5762c-9e71-4b27-8f8d-4eaef6d9c157 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d3d70417-38a7-40fa-8b3e-992c460891e9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b6f35400-5034-4ff8-923a-6e4330df8e71 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b3027be3-88f1-4b8f-9b9d-9be670c2a78e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:cfc81dc9-f339-49fa-8a71-0588b7f4aa1c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6149c86f-3992-42b2-9e82-c4cd743d319f ModelInvariantUuid:087043f0-bdd1-4551-a36c-fc906a147f3e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b30a9137-91f9-48fd-bf51-26f0766e32cd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:d71232a3-8584-4835-bcf9-4a5de10ec462 ModelInvariantUuid:3029ba3c-8c43-4638-8614-706366b73024 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:708b6ce7-054e-46d0-b9bc-de7a19778215 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-12-01T16:02:13.464Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3459b17d-9347-4034-9dc4-1213132c55ee 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-12-01T16:02:13.468Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-12-01T16:02:13.468Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3459b17d-9347-4034-9dc4-1213132c55ee 2022-12-01T16:02:13.468Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 53a07caf-e74f-4d1c-b7a1-9424327479cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-01T16:02:13.468Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:02:13.468Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-01T16:02:13.511Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:02:13.512Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 53a07caf-e74f-4d1c-b7a1-9424327479cf 12 2022-12-01T16:02:13.512Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-12-01T16:02:13.512Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-12-01T16:02:13.513Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:02:13.513Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:13.515Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:13.515Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910533512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:13.615Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:13.616Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:13.616Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:13.627Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:13.628Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:14.516Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6da78c2b-d9b7-4d98-9610-85d89f9ca1b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-01T16:02:14.516Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:02:14.516Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-01T16:02:14.558Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:02:14.559Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6da78c2b-d9b7-4d98-9610-85d89f9ca1b6 2688 2022-12-01T16:02:14.559Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-12-01T16:02:14.559Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-12-01T16:02:14.559Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:02:14.559Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:14.561Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:14.561Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910534559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:14.661Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:14.662Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:14.662Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:14.673Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:14.673Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:15.562Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a517752f-9591-4150-bbaf-0a4bbdb072df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-01T16:02:15.563Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:02:15.563Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-01T16:02:15.674Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:02:15.675Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a517752f-9591-4150-bbaf-0a4bbdb072df 828 2022-12-01T16:02:15.675Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-12-01T16:02:15.675Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-01T16:02:15.675Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:02:15.676Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:15.678Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:15.678Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910535675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:15.778Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:15.779Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:15.779Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:15.790Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:15.791Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:16.679Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b3027be3-88f1-4b8f-9b9d-9be670c2a78e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cfc81dc9-f339-49fa-8a71-0588b7f4aa1c", "vfModuleModelCustomizationUUID": "21bc40a3-123a-44e7-ae64-856179abe5cf", "isBase": true, "artifacts": [ "b6d0df3c-fa0c-49b9-a357-c1df2250b4eb", "6da78c2b-d9b7-4d98-9610-85d89f9ca1b6", "e430e4bd-fd5d-4752-ad5b-9b41f7c115db" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-01T16:02:16.683Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cfc81dc9-f339-49fa-8a71-0588b7f4aa1c VfModuleModelInvariantUUID:b3027be3-88f1-4b8f-9b9d-9be670c2a78e VfModuleModelDescription:NULL Artifacts UUID List:{ b6d0df3c-fa0c-49b9-a357-c1df2250b4eb , 6da78c2b-d9b7-4d98-9610-85d89f9ca1b6 , e430e4bd-fd5d-4752-ad5b-9b41f7c115db } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-12-01T16:02:16.685Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b3027be3-88f1-4b8f-9b9d-9be670c2a78e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cfc81dc9-f339-49fa-8a71-0588b7f4aa1c", "vfModuleModelCustomizationUUID": "21bc40a3-123a-44e7-ae64-856179abe5cf", "isBase": true, "artifacts": [ "b6d0df3c-fa0c-49b9-a357-c1df2250b4eb", "6da78c2b-d9b7-4d98-9610-85d89f9ca1b6", "e430e4bd-fd5d-4752-ad5b-9b41f7c115db" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-01T16:02:16.685Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cfc81dc9-f339-49fa-8a71-0588b7f4aa1c VfModuleModelInvariantUUID:b3027be3-88f1-4b8f-9b9d-9be670c2a78e VfModuleModelDescription:NULL Artifacts UUID List:{ b6d0df3c-fa0c-49b9-a357-c1df2250b4eb , 6da78c2b-d9b7-4d98-9610-85d89f9ca1b6 , e430e4bd-fd5d-4752-ad5b-9b41f7c115db } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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-12-01T16:02:16.685Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b6d0df3c-fa0c-49b9-a357-c1df2250b4eb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-01T16:02:16.685Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:02:16.686Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-01T16:02:16.727Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:02:16.728Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b6d0df3c-fa0c-49b9-a357-c1df2250b4eb 1164 2022-12-01T16:02:16.728Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-12-01T16:02:16.728Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-01T16:02:16.728Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:02:16.728Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:16.731Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:16.731Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910536728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:16.831Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:16.832Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:16.832Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:16.843Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:16.843Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:17.732Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e430e4bd-fd5d-4752-ad5b-9b41f7c115db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-01T16:02:17.732Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-12-01T16:02:17.732Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-01T16:02:17.775Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-12-01T16:02:17.776Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e430e4bd-fd5d-4752-ad5b-9b41f7c115db 200 2022-12-01T16:02:17.776Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-12-01T16:02:17.776Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-01T16:02:17.776Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:02:17.777Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:17.779Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:17.779Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910537776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:17.880Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:02:17.880Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:17.881Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:17.894Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:17.895Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:18.780Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6bb584d5-d77b-4a11-94a9-310efa416516 2022-12-01T16:02:18.781Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3459b17d-9347-4034-9dc4-1213132c55ee ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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=? 2022-12-01T16:02:18.793Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:02:18.799Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17bff8c0, org.onap.sdc.toscaparser.api.parameters.Input@2bfb5223, org.onap.sdc.toscaparser.api.parameters.Input@179fc1b7, org.onap.sdc.toscaparser.api.parameters.Input@10c879f3, org.onap.sdc.toscaparser.api.parameters.Input@78d9fad2] 2022-12-01T16:02:18.801Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.801Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:18.801Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-12-01T16:02:18.801Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b6f35400-5034-4ff8-923a-6e4330df8e71 2022-12-01T16:02:18.801Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6f35400-5034-4ff8-923a-6e4330df8e71 matches Tosca VF Customization UUID: b6f35400-5034-4ff8-923a-6e4330df8e71 2022-12-01T16:02:18.801Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b6f35400-5034-4ff8-923a-6e4330df8e71 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-12-01T16:02:18.804Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.804Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:18.805Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b6f35400-5034-4ff8-923a-6e4330df8e71: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-12-01T16:02:18.805Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@336dc553 2022-12-01T16:02:18.805Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.805Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T16:02:18.805Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21bc40a3-123a-44e7-ae64-856179abe5cf 2022-12-01T16:02:18.805Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21bc40a3-123a-44e7-ae64-856179abe5cf 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-12-01T16:02:18.808Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.808Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:18.808Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:02:18.809Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.809Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:18.809Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:02:18.809Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.809Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-12-01T16:02:18.809Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-12-01T16:02:18.810Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6149c86f-3992-42b2-9e82-c4cd743d319f 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-12-01T16:02:18.813Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.813Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:18.814Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:02:18.814Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.814Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-12-01T16:02:18.814Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b6f35400-5034-4ff8-923a-6e4330df8e71 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-12-01T16:02:18.817Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.817Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:18.818Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6bb584d5-d77b-4a11-94a9-310efa416516: basic_cnf 2022-12-01T16:02:18.818Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.818Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:18.818Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.818Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:18.819Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.819Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:18.819Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.819Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:18.819Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:02:18.819Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:02:18.819Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 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: 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 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-12-01T16:02:18.930Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3459b17d-9347-4034-9dc4-1213132c55ee 1 ASDC deployResourceStructure 2022-12-01T16:02:18.931Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-12-01T16:02:18.931Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-12-01T16:02:18.931Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-01T16:02:18.931Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:18.933Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:18.933Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910538930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-01T16:02:19.033Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:19.035Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:19.035Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:19.046Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:19.046Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:19.934Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-12-01T16:02:19.935Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-01T16:02:19.935Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-01T16:02:19.935Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:19.936Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:19.937Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910539934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-01T16:02:20.037Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:20.038Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:20.038Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:20.053Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:20.054Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:20.938Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-12-01T16:02:20.938Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-12-01T16:02:20.938Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:02:20.939Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:20.941Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:20.941Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910540938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:02:21.041Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:21.042Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:21.042Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:21.054Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:21.055Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:21.943Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-12-01T16:02:21.943Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-12-01T16:02:21.943Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:02:21.944Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:21.947Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:21.947Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910541943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:02:22.048Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:22.049Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:22.049Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:22.062Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:22.063Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:22.948Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-12-01T16:02:22.948Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-12-01T16:02:22.949Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:02:22.949Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:22.951Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:22.951Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910542948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-01T16:02:23.051Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:23.052Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:23.053Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:23.065Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:23.066Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:23.952Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-12-01T16:02:23.953Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-12-01T16:02:23.953Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:02:23.953Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:23.955Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:23.955Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910543952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:02:24.055Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:24.056Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:24.056Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:24.066Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:24.067Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:02:24.957Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06188a64-480a-46c4-85ad-49f6df700690 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-12-01T16:02:24.969Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06188a64-480a-46c4-85ad-49f6df700690 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-12-01T16:02:24.973Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:02:24.973Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T16:02:24.973Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T16:02:24.973Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T16:02:24.974Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:02:24.974Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:02:24.974Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:02:24.975Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:02:24.975Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:02:24.976Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||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-12-01T16:02:24.982Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T16:02:49.500Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:02:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:02:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:02:49.528Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:49.529Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.529Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3c5f755a-9ac7-42e4-bf6e-e0887b36bf62", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910472717, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.530Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:02:49.531Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910480931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910483426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.532Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910484484, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910485536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910486677, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910487680, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:02:49.533Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910488684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-01T16:02:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:02:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910489689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:02:49.534Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:02:54.983Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06188a64-480a-46c4-85ad-49f6df700690 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-12-01T16:02:54.989Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06188a64-480a-46c4-85ad-49f6df700690 and serviceModelVersionId: 6bb584d5-d77b-4a11-94a9-310efa416516 2022-12-01T16:02:54.989Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d28f84d8-3301-46b6-a172-a378dc10ccbb 2022-12-01T16:02:54.990Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?depth=0 2022-12-01T16:02:54.994Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T16:02:55.035Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?depth=0|INFO|500||Invoke 2022-12-01T16:02:55.035Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[06188a64-480a-46c4-85ad-49f6df700690], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6fde8d06-b744-4251-a803-b6856e49f7ec], X-ECOMP-RequestID=[06188a64-480a-46c4-85ad-49f6df700690], X-TransactionId=[], X-ONAP-RequestID=[06188a64-480a-46c4-85ad-49f6df700690], Content-Type=[application/merge-patch+json]} 2022-12-01T16:02:55.053Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T16:02:55.135Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?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/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 16:02:53 GMT], content-length=[0], vertex-id=[229560], x-aai-txid=[2-aai-resources-221201-16:02:53:988-46910], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T16:02:55.135Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-01T16:02:55.136Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d28f84d8-3301-46b6-a172-a378dc10ccbb/model-vers/model-ver/6bb584d5-d77b-4a11-94a9-310efa416516?depth=0|INFO|500||InvokeReturn 2022-12-01T16:02:55.136Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T16:02:55.136Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:02:55.141Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T16:02:55.142Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06188a64-480a-46c4-85ad-49f6df700690 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T16:02:55.142Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T16:02:55.143Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:02:55.144Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:02:55.144Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910575142, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:02:55.244Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:02:55.245Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:02:55.245Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:02:55.261Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:02:55.261Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 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-12-01T16:02:56.157Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:02:56.158Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:02:56.158Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:03:06.438Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:03:06.439Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:03:06.439Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:03:06.439Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:03:15.979Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:03:15.980Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:03:15.980Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:03:15.980Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:03:25.541Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:03:25.542Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:03:25.542Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:03:25.542Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:03:35.101Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:03:35.102Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:03:35.103Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:03:35.103Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:03:44.649Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:03:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:03:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:03:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:03:49.501Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:03:49.501Z||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-12-01T16:03:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:03:49.531Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:03:49.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "81ffbd19-03ad-4348-9e4a-2295ae103af5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910520889, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-12-01T16:03:49.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910426576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910531098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910533512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910534559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910535675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910536728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910537776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910538930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910539934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910540938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910541943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910542948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910543952, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:03:49.538Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:03:59.053Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:04:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:04:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:04:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:04:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:04:49.501Z||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-12-01T16:04:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:04:50.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:04:50.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-12-01T16:04:50.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "06188a64-480a-46c4-85ad-49f6df700690", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669910575142, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:04:50.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:04:59.046Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:05:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:05:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:05:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:05:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:05:49.501Z||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-12-01T16:05:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:05:59.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:05:59.045Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:06:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:06:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:06:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:06:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:06:49.501Z||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-12-01T16:06:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:06:59.063Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:06:59.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:07:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:07:49.500Z||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-12-01T16:07:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:07:49.501Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:07:49.505Z||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-12-01T16:07:49.506Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:07:59.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:07:59.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:08:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:08:49.498Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:08:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:08:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:08:49.501Z||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-12-01T16:08:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:08:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:08:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:09:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:09:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:09:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:09:49.501Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:09:49.501Z||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-12-01T16:09:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:09:59.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:09:59.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:10:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:10:49.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:10:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:10:49.501Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:10:49.501Z||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-12-01T16:10:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:10:59.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:10:59.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:11:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:11:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:11:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:11:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:11:49.501Z||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-12-01T16:11:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:11:59.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:11:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:12:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:12:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:12:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:12:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:12:49.501Z||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-12-01T16:12:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:12:59.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:12:59.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:13:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:13:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:13:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:13:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:13:49.501Z||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-12-01T16:13:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:13:59.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:13:59.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:14:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:14:49.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:14:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:14:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:14:49.502Z||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-12-01T16:14:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:14:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:14:59.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:15:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:15:49.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:15:49.503Z||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-12-01T16:15:49.503Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:15:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:15:49.503Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:15:59.052Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:15:59.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:16:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:16:49.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:16:49.500Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:16:49.500Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:16:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:16:49.502Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:16:59.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:16:59.043Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:17:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:17:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:17:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:17:49.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:17:49.501Z||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-12-01T16:17:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:17:59.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:17:59.046Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:18:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:18:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:18:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:18:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:18:49.501Z||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-12-01T16:18:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:18:59.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:18:59.047Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:19:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:19:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:19:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:19:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:19:49.501Z||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-12-01T16:19:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:19:59.040Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:19:59.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:20:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:20:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:20:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:20:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:20:49.501Z||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-12-01T16:20:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:20:59.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:20:59.048Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:21:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:21:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:21:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:21:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:21:49.501Z||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-12-01T16:21:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:21:59.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:21:59.043Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:22:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:22:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:22:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:22:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:22:49.501Z||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-12-01T16:22:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:22:59.048Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:22:59.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:23:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:23:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:23:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:23:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:23:49.501Z||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-12-01T16:23:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:23:59.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:23:59.042Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:24:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:24:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:24:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:24:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:24:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:24:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:24:59.050Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:24:59.051Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:25:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:25:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:25:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:25:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:25:49.501Z||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-12-01T16:25:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:25:59.044Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:25:59.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:26:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:26:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:26:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:26:49.501Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:26:49.501Z||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-12-01T16:26:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:26:59.046Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:26:59.048Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:27:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:27:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:27:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:27:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:27:49.501Z||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-12-01T16:27:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:27:59.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:27:59.041Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:28:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:28:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:28:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:28:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:28:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:28:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:28:59.040Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:28:59.041Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:29:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:29:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:29:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:29:49.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:29:49.501Z||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-12-01T16:29:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:29:59.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:29:59.042Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:30:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:30:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:30:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:30:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:30:49.501Z||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-12-01T16:30:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:30:59.056Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:30:59.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:31:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:31:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:31:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:31:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:31:49.501Z||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-12-01T16:31:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:31:59.078Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:31:59.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:32:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:32:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:32:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:32:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:32:49.501Z||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-12-01T16:32:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:32:59.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:32:59.042Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:33:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:33:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:33:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:33:49.501Z||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-12-01T16:33:49.501Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:33:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:33:59.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:33:59.045Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:34:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:34:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:34:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:34:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:34:49.501Z||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-12-01T16:34:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:34:59.043Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:34:59.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:35:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:35:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:35:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:35:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:35:49.501Z||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-12-01T16:35:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:35:59.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:35:59.049Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:36:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:36:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:36:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:36:49.501Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:36:49.501Z||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-12-01T16:36:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:36:59.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:36:59.061Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:49.498Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:37:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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-12-01T16:37:49.499Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:37:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:37:49.501Z||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-12-01T16:37:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:37:49.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:49.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912634238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912637544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912634238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912637544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912643761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912634238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912637544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912643761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:37:49.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "ves-openapi-manager", "timestamp": 1669912645840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912634238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912637544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912643761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-01T16:37:49.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "ves-openapi-manager", "timestamp": 1669912645840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912634238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912637544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912643761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "ves-openapi-manager", "timestamp": 1669912645840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912637544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912634238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912643761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-01T16:37:49.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "ves-openapi-manager", "timestamp": 1669912645840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912637544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912634238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912643761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "ves-openapi-manager", "timestamp": 1669912645840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912637544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:37:49.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912634238, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:37:49.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912643761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "ves-openapi-manager", "timestamp": 1669912645840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912649736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912643761, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:37:49.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912651430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:37:49.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912650612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:37:49.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "ves-openapi-manager", "timestamp": 1669912645840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912649736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912652514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:37:49.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "ves-openapi-manager", "timestamp": 1669912645840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912649736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912653571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:37:49.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912649736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "cds", "timestamp": 1669912653141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-01T16:37:49.690Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdb085d2-7b30-4578-b826-8a22e30f44ca 2022-12-01T16:37:49.690Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb085d2-7b30-4578-b826-8a22e30f44ca 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-12-01T16:37:49.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912654620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:37:49.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912649736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912655651, "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-12-01T16:37:49.706Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdb085d2-7b30-4578-b826-8a22e30f44ca 2022-12-01T16:37:49.706Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb085d2-7b30-4578-b826-8a22e30f44ca 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-12-01T16:37:49.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912649736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "multicloud-k8s-id", "timestamp": 1669912656654, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:37:49.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912649736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912649736, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:37:49.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912658537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:37:49.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912659175, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:37:49.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "aai-ml", "timestamp": 1669912660178, "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-12-01T16:37:49.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdb085d2-7b30-4578-b826-8a22e30f44ca 2022-12-01T16:37:49.724Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb085d2-7b30-4578-b826-8a22e30f44ca 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-12-01T16:37:49.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912660995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:37:49.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912661998, "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-12-01T16:37:49.738Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdb085d2-7b30-4578-b826-8a22e30f44ca 2022-12-01T16:37:49.738Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdb085d2-7b30-4578-b826-8a22e30f44ca 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-12-01T16:37:49.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912654144, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:37:49.748Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:37:49.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912664922, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:37:49.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:37:49.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-01T16:37:49.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "cds", "timestamp": 1669912666359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-12-01T16:37:49.763Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 2022-12-01T16:37:49.763Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:37:49.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-01T16:37:49.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-12-01T16:37:50.127Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:50.128Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:37:50.128Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdb085d2-7b30-4578-b826-8a22e30f44ca","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d45fd895-ccf5-42d0-8bba-91f943507f30","serviceDescription":"service","serviceInvariantUUID":"6211a35b-5671-4b40-821b-67883942b747","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29fc8016-7cf3-4d09-aa69-d20d94ba6f9f","resourceInvariantUUID":"2c966a6c-e447-4964-8be7-54539e664f85","resourceCustomizationUUID":"76f8a3fa-823a-4ecc-b813-74911b064adc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MGUwYTVlMTExODUwZjk5OTA0MTllNjMzMWUxOGYyY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"007c56e6-3307-4618-8b7e-5cca4addef9a","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZjY3MjUyODRhZmE5ZWIwM2EwYmI1MDUzMmJlZTlmNmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87713be4-5d43-4cd5-8cc5-54b4f093cbcf","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"37b8addf-f744-43e4-8434-09d60ba4f20a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d508944-7d33-484a-80c6-98d93554ef65","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a","artifactVersion":"2","generatedFromUUID":"37b8addf-f744-43e4-8434-09d60ba4f20a"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"NjU4ZGMzMGZlY2M5MmYxZDRkNzUxMDdmZmYwOWU4ODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5741ba47-9db8-4285-84ac-37d74ef6eef5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"OTIxOGE0MGZiMGU2ZjU3ZmE3NmNlOWYwMjFhNmUyNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8502c1d2-6b62-4852-850b-e8c55f2e704c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTU0ODQ4NjJmMjRmNTIyNzhiNjA1MjhmZGYyZTllYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27053c90-bde4-41f8-aad2-c5dad3358a7e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T16:37:50.131Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:37:50.132Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:50.136Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:50.136Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:50.237Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:37:50.238Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:50.238Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:50.250Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:50.251Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:51.137Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:37:51.137Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:51.139Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:51.140Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:37:51.239Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:37:51.240Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:51.241Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:51.262Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:51.262Z||pool-90-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:52.140Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:37:52.141Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:52.143Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:52.143Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-01T16:37:52.243Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:37:52.244Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:52.244Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:52.257Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:52.258Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:53.144Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:37:53.144Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:53.146Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:53.146Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:53.246Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:37:53.247Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:53.247Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:53.258Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:53.258Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:54.147Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:37:54.147Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:54.150Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:54.150Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-01T16:37:54.250Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:37:54.252Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:54.252Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:54.265Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:54.265Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:55.151Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:37:55.151Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:55.153Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:55.153Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:55.253Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:37:55.255Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:55.255Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:55.269Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:55.269Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:56.154Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:37:56.154Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:56.157Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:56.157Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:37:56.257Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:37:56.258Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:56.259Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:56.270Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:56.271Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:57.158Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:37:57.159Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:57.162Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:57.162Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:37:57.262Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:37:57.263Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:57.263Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:57.275Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:57.275Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:58.163Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d45fd895-ccf5-42d0-8bba-91f943507f30", "serviceDescription": "service", "serviceInvariantUUID": "6211a35b-5671-4b40-821b-67883942b747", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "76f8a3fa-823a-4ecc-b813-74911b064adc", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "29fc8016-7cf3-4d09-aa69-d20d94ba6f9f", "resourceInvariantUUID": "2c966a6c-e447-4964-8be7-54539e664f85", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZjY3MjUyODRhZmE5ZWIwM2EwYmI1MDUzMmJlZTlmNmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87713be4-5d43-4cd5-8cc5-54b4f093cbcf", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "37b8addf-f744-43e4-8434-09d60ba4f20a", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a", "generatedFromUUID": "37b8addf-f744-43e4-8434-09d60ba4f20a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OTU0ODQ4NjJmMjRmNTIyNzhiNjA1MjhmZGYyZTllYWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27053c90-bde4-41f8-aad2-c5dad3358a7e" } ], "workloadContext": "Production" } 2022-12-01T16:37:58.164Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T16:37:58.164Z|9e8c5e97-68cd-4187-a3d3-0e60cfa6c251|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d45fd895-ccf5-42d0-8bba-91f943507f30 ASDC 2022-12-01T16:37:58.165Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:bdb085d2-7b30-4578-b826-8a22e30f44ca ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d45fd895-ccf5-42d0-8bba-91f943507f30 ServiceInvariantUUID:6211a35b-5671-4b40-821b-67883942b747 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:27053c90-bde4-41f8-aad2-c5dad3358a7e ArtifactChecksum:OTU0ODQ4NjJmMjRmNTIyNzhiNjA1MjhmZGYyZTllYWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:76f8a3fa-823a-4ecc-b813-74911b064adc ResourceInvariantUUID:2c966a6c-e447-4964-8be7-54539e664f85 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:29fc8016-7cf3-4d09-aa69-d20d94ba6f9f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:87713be4-5d43-4cd5-8cc5-54b4f093cbcf ArtifactChecksum:ZjY3MjUyODRhZmE5ZWIwM2EwYmI1MDUzMmJlZTlmNmM= 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:37b8addf-f744-43e4-8434-09d60ba4f20a 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a 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/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-01T16:37:58.165Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d45fd895-ccf5-42d0-8bba-91f943507f30 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-12-01T16:37:58.197Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:37:58.199Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:37:58.199Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:37:58.199Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 27053c90-bde4-41f8-aad2-c5dad3358a7e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-01T16:37:58.199Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:37:58.199Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-01T16:37:58.267Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:37:58.271Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 27053c90-bde4-41f8-aad2-c5dad3358a7e 82634 2022-12-01T16:37:58.271Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-01T16:37:58.271Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-01T16:37:58.271Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:37:58.272Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:37:58.274Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:37:58.274Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912678271, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:37:58.374Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:37:58.375Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:37:58.375Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:37:58.385Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:37:58.386Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:37:59.274Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:37:59.275Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:37:59.275Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 27053c90-bde4-41f8-aad2-c5dad3358a7e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:37:59.276Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-12-01T16:37:59.276Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:37:59.276Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:37:59.515Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18434259764144765445/Definitions/service-BasicVmMacro-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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-12-01T16:38:00.804Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T16:38:00.805Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T16:38:00.805Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:38:00.805Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-01T16:38:00.805Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:38:00.806Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:38:00.806Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:38:00.806Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:38:00.806Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:38:00.806Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:38:00.806Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-12-01T16:38:00.806Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T16:38:00.806Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.807Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:00.807Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:00.807Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T16:38:00.807Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:38:00.808Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.808Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:00.808Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:00.808Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T16:38:00.808Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:38:00.809Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.809Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:00.809Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.809Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-01T16:38:00.809Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-12-01T16:38:00.810Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-12-01T16:38:00.810Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-12-01T16:38:00.810Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-01T16:38:00.810Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-01T16:38:00.810Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.810Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T16:38:00.811Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.811Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:00.811Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:00.811Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.811Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:00.812Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:00.812Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.812Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:00.812Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:00.812Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.812Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-01T16:38:00.813Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-01T16:38:00.813Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-01T16:38:00.813Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7eedb275-205b-4e3d-abbc-d766bc5a0b09 2022-12-01T16:38:00.813Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.813Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:00.813Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.814Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:00.814Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.814Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:00.814Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:00.814Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:00.814Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d45fd895-ccf5-42d0-8bba-91f943507f30 Model Version:NULL Model InvariantUuid:6211a35b-5671-4b40-821b-67883942b747 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6538b6d8-38f3-4cfb-aada-5b294166511e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2c966a6c-e447-4964-8be7-54539e664f85 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:76f8a3fa-823a-4ecc-b813-74911b064adc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a3762ab4-5106-4d9d-b5af-ff53e1e06a84 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:e14a3b94-e1f4-4f0f-bacf-110dd4968f23 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7eedb275-205b-4e3d-abbc-d766bc5a0b09 ModelInvariantUuid:db23e4a5-aa51-4754-bbd5-fd23f075e9b2 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:4042edd9-dcdd-4604-99ca-78b7bee5ea65 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ff8da6d3-3d21-491a-bb38-f5242253ddf5 ModelInvariantUuid:e0e0c49e-de6f-4f85-b288-c5d9caff3772 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:663d0f56-879b-443c-9539-06ca1e3f2579 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-12-01T16:38:00.820Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 29fc8016-7cf3-4d09-aa69-d20d94ba6f9f 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-12-01T16:38:00.825Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-12-01T16:38:00.825Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29fc8016-7cf3-4d09-aa69-d20d94ba6f9f 2022-12-01T16:38:00.825Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 87713be4-5d43-4cd5-8cc5-54b4f093cbcf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-01T16:38:00.825Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:00.826Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-01T16:38:00.893Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:00.893Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 87713be4-5d43-4cd5-8cc5-54b4f093cbcf 792 2022-12-01T16:38:00.894Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-01T16:38:00.894Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-01T16:38:00.894Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:00.894Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:00.896Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:00.896Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912680894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:00.997Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:00.998Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:00.998Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:01.008Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:01.009Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:01.897Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a3762ab4-5106-4d9d-b5af-ff53e1e06a84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e14a3b94-e1f4-4f0f-bacf-110dd4968f23", "vfModuleModelCustomizationUUID": "730950bd-67a0-44e1-828b-435620abdb16", "isBase": true, "artifacts": [ "37b8addf-f744-43e4-8434-09d60ba4f20a", "88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-01T16:38:01.901Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e14a3b94-e1f4-4f0f-bacf-110dd4968f23 VfModuleModelInvariantUUID:a3762ab4-5106-4d9d-b5af-ff53e1e06a84 VfModuleModelDescription:NULL Artifacts UUID List:{ 37b8addf-f744-43e4-8434-09d60ba4f20a , 88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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-12-01T16:38:01.903Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a3762ab4-5106-4d9d-b5af-ff53e1e06a84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e14a3b94-e1f4-4f0f-bacf-110dd4968f23", "vfModuleModelCustomizationUUID": "730950bd-67a0-44e1-828b-435620abdb16", "isBase": true, "artifacts": [ "37b8addf-f744-43e4-8434-09d60ba4f20a", "88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-01T16:38:01.903Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e14a3b94-e1f4-4f0f-bacf-110dd4968f23 VfModuleModelInvariantUUID:a3762ab4-5106-4d9d-b5af-ff53e1e06a84 VfModuleModelDescription:NULL Artifacts UUID List:{ 37b8addf-f744-43e4-8434-09d60ba4f20a , 88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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-12-01T16:38:01.904Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37b8addf-f744-43e4-8434-09d60ba4f20a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-01T16:38:01.904Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:01.904Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-01T16:38:01.958Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:01.959Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 37b8addf-f744-43e4-8434-09d60ba4f20a 5033 2022-12-01T16:38:01.959Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-01T16:38:01.959Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-01T16:38:01.959Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:01.960Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:01.962Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:01.962Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912681959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:02.062Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:38:02.063Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:02.064Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:02.074Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:02.075Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:02.963Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-01T16:38:02.963Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:02.964Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-01T16:38:03.023Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:03.024Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 88ee19b5-63de-48ad-aa3b-4e4c49dc4f0a 903 2022-12-01T16:38:03.024Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-01T16:38:03.024Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-01T16:38:03.024Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:03.025Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:03.026Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:03.027Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912683024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:03.127Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:03.128Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:03.128Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:03.139Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:03.140Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:04.027Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d45fd895-ccf5-42d0-8bba-91f943507f30 2022-12-01T16:38:04.028Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 29fc8016-7cf3-4d09-aa69-d20d94ba6f9f 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-12-01T16:38:04.039Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6af85009, org.onap.sdc.toscaparser.api.parameters.Input@4b5cdc17, org.onap.sdc.toscaparser.api.parameters.Input@414a5732, org.onap.sdc.toscaparser.api.parameters.Input@77fd79bd, org.onap.sdc.toscaparser.api.parameters.Input@5f2d0753] 2022-12-01T16:38:04.040Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.040Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:04.041Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-12-01T16:38:04.041Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 76f8a3fa-823a-4ecc-b813-74911b064adc 2022-12-01T16:38:04.041Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76f8a3fa-823a-4ecc-b813-74911b064adc matches Tosca VF Customization UUID: 76f8a3fa-823a-4ecc-b813-74911b064adc 2022-12-01T16:38:04.041Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 76f8a3fa-823a-4ecc-b813-74911b064adc 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-12-01T16:38:04.043Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.044Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:04.044Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 76f8a3fa-823a-4ecc-b813-74911b064adc: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-12-01T16:38:04.044Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7df04360 2022-12-01T16:38:04.045Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.045Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T16:38:04.045Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 730950bd-67a0-44e1-828b-435620abdb16 2022-12-01T16:38:04.045Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 730950bd-67a0-44e1-828b-435620abdb16 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-12-01T16:38:04.048Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.048Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:04.048Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:04.049Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.049Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:04.049Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:04.049Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.050Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-12-01T16:38:04.050Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-12-01T16:38:04.050Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-12-01T16:38:04.051Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7eedb275-205b-4e3d-abbc-d766bc5a0b09 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-12-01T16:38:04.053Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.053Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:04.053Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:04.054Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.054Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-12-01T16:38:04.054Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=76f8a3fa-823a-4ecc-b813-74911b064adc 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-12-01T16:38:04.056Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.056Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:04.056Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d45fd895-ccf5-42d0-8bba-91f943507f30: basic_vm_macro 2022-12-01T16:38:04.057Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.057Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:04.057Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.057Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:04.058Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.058Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:04.058Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.059Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:04.059Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:04.059Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:04.059Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 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-12-01T16:38:04.157Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 29fc8016-7cf3-4d09-aa69-d20d94ba6f9f 1 ASDC deployResourceStructure 2022-12-01T16:38:04.157Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-12-01T16:38:04.158Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-12-01T16:38:04.158Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:38:04.158Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:04.160Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:04.160Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912684157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:38:04.260Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:38:04.261Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:04.261Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:04.271Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:04.271Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:05.161Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-12-01T16:38:05.162Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-12-01T16:38:05.162Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:38:05.162Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:05.164Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:05.164Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912685161, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:38:05.264Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:05.265Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:05.265Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:05.280Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:05.281Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:38:06.165Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-12-01T16:38:06.165Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-12-01T16:38:06.166Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:38:06.166Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:06.168Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:06.168Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912686165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-01T16:38:06.269Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-12-01T16:38:06.270Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:06.270Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:06.287Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:06.288Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:07.169Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-12-01T16:38:07.169Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-12-01T16:38:07.170Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:38:07.170Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:07.173Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:07.173Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912687169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:38:07.273Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:07.274Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:07.274Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:07.285Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:07.285Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:08.174Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdb085d2-7b30-4578-b826-8a22e30f44ca 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-12-01T16:38:08.186Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdb085d2-7b30-4578-b826-8a22e30f44ca 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-12-01T16:38:08.190Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:38:08.190Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T16:38:08.190Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T16:38:08.190Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T16:38:08.191Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:38:08.191Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:38:08.191Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:38:08.191Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:38:08.191Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:38:08.191Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-01T16:38:08.198Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T16:38:38.198Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdb085d2-7b30-4578-b826-8a22e30f44ca 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-12-01T16:38:38.204Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdb085d2-7b30-4578-b826-8a22e30f44ca and serviceModelVersionId: d45fd895-ccf5-42d0-8bba-91f943507f30 2022-12-01T16:38:38.204Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6211a35b-5671-4b40-821b-67883942b747 2022-12-01T16:38:38.205Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?depth=0 2022-12-01T16:38:38.209Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T16:38:38.252Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?depth=0|INFO|500||Invoke 2022-12-01T16:38:38.252Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bdb085d2-7b30-4578-b826-8a22e30f44ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9447cf5-36b5-4ab8-99d4-114672b0b062], X-ECOMP-RequestID=[bdb085d2-7b30-4578-b826-8a22e30f44ca], X-TransactionId=[], X-ONAP-RequestID=[bdb085d2-7b30-4578-b826-8a22e30f44ca], Content-Type=[application/merge-patch+json]} 2022-12-01T16:38:38.271Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T16:38:38.356Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?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/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 16:38:37 GMT], content-length=[0], vertex-id=[237640], x-aai-txid=[2-aai-resources-221201-16:38:37:157-63475], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T16:38:38.357Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-01T16:38:38.358Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6211a35b-5671-4b40-821b-67883942b747/model-vers/model-ver/d45fd895-ccf5-42d0-8bba-91f943507f30?depth=0|INFO|500||InvokeReturn 2022-12-01T16:38:38.358Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T16:38:38.358Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:38:38.364Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T16:38:38.364Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdb085d2-7b30-4578-b826-8a22e30f44ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T16:38:38.364Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T16:38:38.365Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:38.367Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:38.367Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912718364, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:38:38.467Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-12-01T16:38:38.468Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:38.468Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:38.484Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:38.485Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 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-12-01T16:38:39.385Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:38:39.385Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"fc9561e1-15af-45f6-8f5e-660abbdf3a5b","serviceDescription":"service","serviceInvariantUUID":"a537263c-3788-491b-9c01-f3a920942fae","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd24c9bd-411c-4c11-ae7d-c0e75edadc7e","resourceInvariantUUID":"6dffe45c-098d-4bc5-90b6-f96d93038bed","resourceCustomizationUUID":"e771d0a0-0855-422c-964c-72e35fea748e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDFlYTg3ZmE2MWRmNzllY2Y1YmUxZTA1OTQwNDM4NWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1ccba6c-674a-438a-a5b3-65ae7855cd02","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZmJlYWU0ODhmZGI2ODI1MWVhMmVkM2MxNjc5ODFkMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c69ee7c0-2883-4918-9a2f-cd0336d2a879","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2cf74751-00ac-49d0-96f7-bb9d5efddf82","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f82ff097-5be4-4e1c-ac83-4fabe13bb25b","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0685b79-5156-4247-96fa-264423873f0d","artifactVersion":"2","generatedFromUUID":"85ac1caa-8655-4d1f-aef3-3c8dad964635"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7621798c-b4e5-441e-91ca-e57b8268d73a","artifactVersion":"2","generatedFromUUID":"2cf74751-00ac-49d0-96f7-bb9d5efddf82"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"85ac1caa-8655-4d1f-aef3-3c8dad964635","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6af406bf-be58-4762-a784-ae3e037a8f1c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YWQyMTg3YTIzMGVmZjliNmU5NjUwODY0NTlmNjkzNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40740531-8736-4f7e-8839-6f12a3020bd7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTkxMWY1NzNhMmIzZGE4ODkyYmRmMWZhOGIxYWY2NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a032fe7a-535d-478a-a353-a1a6200b8696","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T16:38:39.385Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:39.386Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:39.388Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:39.388Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:38:39.488Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:39.489Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:39.489Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:39.501Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:39.502Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:40.389Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:40.390Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:40.393Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:40.393Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:38:40.493Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:40.494Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:40.494Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:40.528Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:40.528Z||pool-107-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:41.394Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:41.394Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:41.396Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:41.396Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-01T16:38:41.496Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:38:41.497Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:41.497Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:41.513Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:41.513Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:42.397Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:42.397Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:42.399Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:42.399Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:38:42.500Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:42.500Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:42.500Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:42.511Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:42.512Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:43.400Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:43.400Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:43.403Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:43.403Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-01T16:38:43.503Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:43.503Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:43.504Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:43.514Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:43.514Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:44.403Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:44.404Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:44.405Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:44.406Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-01T16:38:44.506Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:44.507Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:44.507Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:44.521Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:44.521Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:38:45.406Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:45.406Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:45.408Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:45.408Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-01T16:38:45.509Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:45.509Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:45.510Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:45.524Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:45.524Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:46.409Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:46.410Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:46.412Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:46.412Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:38:46.512Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:46.513Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:46.513Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:46.525Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:46.525Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:47.412Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:47.413Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:47.415Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:47.415Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:38:47.515Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:47.516Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:47.517Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:47.528Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:47.529Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:48.416Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:38:48.416Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:48.419Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:48.419Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:38:48.519Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:48.520Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:48.520Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:48.532Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:48.532Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:49.420Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "fc9561e1-15af-45f6-8f5e-660abbdf3a5b", "serviceDescription": "service", "serviceInvariantUUID": "a537263c-3788-491b-9c01-f3a920942fae", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "e771d0a0-0855-422c-964c-72e35fea748e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dd24c9bd-411c-4c11-ae7d-c0e75edadc7e", "resourceInvariantUUID": "6dffe45c-098d-4bc5-90b6-f96d93038bed", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "ZmJlYWU0ODhmZGI2ODI1MWVhMmVkM2MxNjc5ODFkMjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c69ee7c0-2883-4918-9a2f-cd0336d2a879", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2cf74751-00ac-49d0-96f7-bb9d5efddf82", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7621798c-b4e5-441e-91ca-e57b8268d73a", "generatedFromUUID": "2cf74751-00ac-49d0-96f7-bb9d5efddf82" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d0685b79-5156-4247-96fa-264423873f0d", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7621798c-b4e5-441e-91ca-e57b8268d73a", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "85ac1caa-8655-4d1f-aef3-3c8dad964635", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTkxMWY1NzNhMmIzZGE4ODkyYmRmMWZhOGIxYWY2NjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a032fe7a-535d-478a-a353-a1a6200b8696" } ], "workloadContext": "Production" } 2022-12-01T16:38:49.420Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T16:38:49.421Z|bdb085d2-7b30-4578-b826-8a22e30f44ca|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fc9561e1-15af-45f6-8f5e-660abbdf3a5b ASDC 2022-12-01T16:38:49.421Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:fc9561e1-15af-45f6-8f5e-660abbdf3a5b ServiceInvariantUUID:a537263c-3788-491b-9c01-f3a920942fae ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:a032fe7a-535d-478a-a353-a1a6200b8696 ArtifactChecksum:YTkxMWY1NzNhMmIzZGE4ODkyYmRmMWZhOGIxYWY2NjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:e771d0a0-0855-422c-964c-72e35fea748e ResourceInvariantUUID:6dffe45c-098d-4bc5-90b6-f96d93038bed ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:dd24c9bd-411c-4c11-ae7d-c0e75edadc7e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:c69ee7c0-2883-4918-9a2f-cd0336d2a879 ArtifactChecksum:ZmJlYWU0ODhmZGI2ODI1MWVhMmVkM2MxNjc5ODFkMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:2cf74751-00ac-49d0-96f7-bb9d5efddf82 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:7621798c-b4e5-441e-91ca-e57b8268d73a ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:d0685b79-5156-4247-96fa-264423873f0d ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:7621798c-b4e5-441e-91ca-e57b8268d73a ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:85ac1caa-8655-4d1f-aef3-3c8dad964635 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-12-01T16:38:49.421Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc9561e1-15af-45f6-8f5e-660abbdf3a5b 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-12-01T16:38:49.466Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:38:49.467Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:38:49.467Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:38:49.467Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a032fe7a-535d-478a-a353-a1a6200b8696 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:49.467Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:49.468Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:38:49.501Z||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-12-01T16:38:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:38:49.522Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:49.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:38:49.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:38:49.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:38:49.540Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:49.548Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a032fe7a-535d-478a-a353-a1a6200b8696 162978 2022-12-01T16:38:49.549Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-01T16:38:49.549Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:49.549Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:49.549Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:49.552Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:49.552Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912729549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:49.652Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:49.653Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:49.653Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:49.664Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:49.664Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:50.552Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:38:50.553Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:38:50.553Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a032fe7a-535d-478a-a353-a1a6200b8696, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:50.554Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-12-01T16:38:50.554Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:50.555Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:50.674Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP450206417585829409/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-12-01T16:38:51.863Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T16:38:51.863Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T16:38:51.863Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:51.863Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-12-01T16:38:51.863Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:51.863Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:51.864Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:51.864Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-12-01T16:38:51.864Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T16:38:51.864Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.864Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:51.864Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:51.864Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T16:38:51.864Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:38:51.865Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.865Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:51.865Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:51.865Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T16:38:51.865Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:38:51.866Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.866Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:51.866Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.866Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-01T16:38:51.866Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-12-01T16:38:51.867Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-12-01T16:38:51.867Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-12-01T16:38:51.867Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.867Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T16:38:51.867Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.867Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:51.868Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:51.868Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.868Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:51.868Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:51.869Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.869Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:51.869Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:51.869Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.869Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:51.870Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:51.870Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.870Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-12-01T16:38:51.870Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-12-01T16:38:51.870Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=653ceae4-8242-4689-add2-bcc4d66ff227 2022-12-01T16:38:51.871Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.871Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:51.871Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.871Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:51.871Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.872Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:51.872Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:51.872Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:51.872Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:fc9561e1-15af-45f6-8f5e-660abbdf3a5b Model Version:NULL Model InvariantUuid:a537263c-3788-491b-9c01-f3a920942fae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:43f05a81-dff7-45d1-9729-b55aeb2af182 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6dffe45c-098d-4bc5-90b6-f96d93038bed Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e771d0a0-0855-422c-964c-72e35fea748e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:532c1d57-6355-41d6-98f2-305bf2c1e9cd ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:3e8db14d-a62c-41ae-a7c8-3dd387c17322 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:7eb07881-41bc-4a07-a0c3-389546b1ea4c ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:1c4d6321-5bc5-42e8-8885-bf590595a3a5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:653ceae4-8242-4689-add2-bcc4d66ff227 ModelInvariantUuid:80fde9e0-1b3d-4be6-b8b2-9567ea2b6202 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:7b34b68f-d098-49a7-8a64-3822b9b9caa9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:816e8152-e597-4385-9938-fe7b0f756006 ModelInvariantUuid:9203b1b6-b09f-4a45-9e98-4a7fcb2397fd ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:28a06139-39f0-4c98-b75d-87d7e8b2f5a9 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-12-01T16:38:51.884Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dd24c9bd-411c-4c11-ae7d-c0e75edadc7e 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-12-01T16:38:51.887Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2022-12-01T16:38:51.887Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd24c9bd-411c-4c11-ae7d-c0e75edadc7e 2022-12-01T16:38:51.887Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c69ee7c0-2883-4918-9a2f-cd0336d2a879 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-01T16:38:51.888Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:51.888Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-01T16:38:51.952Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:51.953Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json c69ee7c0-2883-4918-9a2f-cd0336d2a879 1565 2022-12-01T16:38:51.954Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-01T16:38:51.954Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-01T16:38:51.954Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:51.954Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:51.956Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:51.956Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912731954, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:52.056Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:38:52.057Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:52.058Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:52.070Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:52.070Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:52.957Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "7eb07881-41bc-4a07-a0c3-389546b1ea4c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c4d6321-5bc5-42e8-8885-bf590595a3a5", "vfModuleModelCustomizationUUID": "af399955-83c2-4c91-828c-e82ef2101cf1", "isBase": true, "artifacts": [ "2cf74751-00ac-49d0-96f7-bb9d5efddf82", "7621798c-b4e5-441e-91ca-e57b8268d73a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "532c1d57-6355-41d6-98f2-305bf2c1e9cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e8db14d-a62c-41ae-a7c8-3dd387c17322", "vfModuleModelCustomizationUUID": "5276cc26-e19d-4f92-a55d-8a33d6d91405", "isBase": false, "artifacts": [ "85ac1caa-8655-4d1f-aef3-3c8dad964635" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-01T16:38:52.961Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1c4d6321-5bc5-42e8-8885-bf590595a3a5 VfModuleModelInvariantUUID:7eb07881-41bc-4a07-a0c3-389546b1ea4c VfModuleModelDescription:NULL Artifacts UUID List:{ 2cf74751-00ac-49d0-96f7-bb9d5efddf82 , 7621798c-b4e5-441e-91ca-e57b8268d73a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:3e8db14d-a62c-41ae-a7c8-3dd387c17322 VfModuleModelInvariantUUID:532c1d57-6355-41d6-98f2-305bf2c1e9cd VfModuleModelDescription:NULL Artifacts UUID List:{ 85ac1caa-8655-4d1f-aef3-3c8dad964635 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-12-01T16:38:52.963Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "7eb07881-41bc-4a07-a0c3-389546b1ea4c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c4d6321-5bc5-42e8-8885-bf590595a3a5", "vfModuleModelCustomizationUUID": "af399955-83c2-4c91-828c-e82ef2101cf1", "isBase": true, "artifacts": [ "2cf74751-00ac-49d0-96f7-bb9d5efddf82", "7621798c-b4e5-441e-91ca-e57b8268d73a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "532c1d57-6355-41d6-98f2-305bf2c1e9cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e8db14d-a62c-41ae-a7c8-3dd387c17322", "vfModuleModelCustomizationUUID": "5276cc26-e19d-4f92-a55d-8a33d6d91405", "isBase": false, "artifacts": [ "85ac1caa-8655-4d1f-aef3-3c8dad964635" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-12-01T16:38:52.963Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1c4d6321-5bc5-42e8-8885-bf590595a3a5 VfModuleModelInvariantUUID:7eb07881-41bc-4a07-a0c3-389546b1ea4c VfModuleModelDescription:NULL Artifacts UUID List:{ 2cf74751-00ac-49d0-96f7-bb9d5efddf82 , 7621798c-b4e5-441e-91ca-e57b8268d73a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:3e8db14d-a62c-41ae-a7c8-3dd387c17322 VfModuleModelInvariantUUID:532c1d57-6355-41d6-98f2-305bf2c1e9cd VfModuleModelDescription:NULL Artifacts UUID List:{ 85ac1caa-8655-4d1f-aef3-3c8dad964635 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-12-01T16:38:52.963Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2cf74751-00ac-49d0-96f7-bb9d5efddf82 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-01T16:38:52.963Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:52.963Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-01T16:38:53.024Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:53.024Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2cf74751-00ac-49d0-96f7-bb9d5efddf82 914 2022-12-01T16:38:53.024Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-01T16:38:53.024Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-01T16:38:53.024Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:53.025Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:53.027Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:53.027Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912733024, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:53.127Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:53.127Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:53.128Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:53.138Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:53.138Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:54.027Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d0685b79-5156-4247-96fa-264423873f0d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-01T16:38:54.027Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:54.028Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-01T16:38:54.070Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:54.070Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d0685b79-5156-4247-96fa-264423873f0d 12 2022-12-01T16:38:54.071Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-01T16:38:54.071Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-12-01T16:38:54.071Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:54.071Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:54.073Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:54.073Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912734070, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:54.173Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:54.174Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:54.174Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:54.185Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:54.185Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:55.073Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7621798c-b4e5-441e-91ca-e57b8268d73a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-01T16:38:55.074Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:55.074Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-01T16:38:55.126Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:55.126Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7621798c-b4e5-441e-91ca-e57b8268d73a 96 2022-12-01T16:38:55.127Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-01T16:38:55.127Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-01T16:38:55.127Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:55.127Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:55.129Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:55.129Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912735127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:55.229Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:55.230Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:55.230Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:55.242Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:55.242Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:38:56.130Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85ac1caa-8655-4d1f-aef3-3c8dad964635 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-01T16:38:56.130Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:38:56.130Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-01T16:38:56.171Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:38:56.172Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 85ac1caa-8655-4d1f-aef3-3c8dad964635 20206 2022-12-01T16:38:56.173Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-01T16:38:56.173Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-12-01T16:38:56.173Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:38:56.173Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:56.175Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:56.175Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912736172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-01T16:38:56.275Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:56.276Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:56.276Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:56.305Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:56.306Z||pool-121-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:57.179Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fc9561e1-15af-45f6-8f5e-660abbdf3a5b 2022-12-01T16:38:57.179Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dd24c9bd-411c-4c11-ae7d-c0e75edadc7e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-12-01T16:38:57.190Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@177ca785, org.onap.sdc.toscaparser.api.parameters.Input@3164c2cb, org.onap.sdc.toscaparser.api.parameters.Input@6b217bc6, org.onap.sdc.toscaparser.api.parameters.Input@6496bcbc, org.onap.sdc.toscaparser.api.parameters.Input@16247f24] 2022-12-01T16:38:57.192Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.192Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:57.192Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-12-01T16:38:57.193Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e771d0a0-0855-422c-964c-72e35fea748e 2022-12-01T16:38:57.193Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e771d0a0-0855-422c-964c-72e35fea748e matches Tosca VF Customization UUID: e771d0a0-0855-422c-964c-72e35fea748e 2022-12-01T16:38:57.194Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e771d0a0-0855-422c-964c-72e35fea748e 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-12-01T16:38:57.197Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.197Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:57.198Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e771d0a0-0855-422c-964c-72e35fea748e: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-12-01T16:38:57.198Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30fc12cf 2022-12-01T16:38:57.198Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.199Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-12-01T16:38:57.199Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5276cc26-e19d-4f92-a55d-8a33d6d91405 2022-12-01T16:38:57.199Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5276cc26-e19d-4f92-a55d-8a33d6d91405 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-12-01T16:38:57.201Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.201Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:57.201Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:57.202Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.202Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:57.202Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-12-01T16:38:57.202Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.203Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-12-01T16:38:57.203Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e771d0a0-0855-422c-964c-72e35fea748e 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-12-01T16:38:57.204Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.205Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:57.205Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fc9561e1-15af-45f6-8f5e-660abbdf3a5b: basic_cnf_macro 2022-12-01T16:38:57.205Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.205Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:57.206Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.206Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:57.206Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.206Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:57.207Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.207Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:57.207Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:38:57.207Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:38:57.207Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 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 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: 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 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-12-01T16:38:57.241Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dd24c9bd-411c-4c11-ae7d-c0e75edadc7e 2 ASDC deployResourceStructure 2022-12-01T16:38:57.241Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-12-01T16:38:57.241Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-12-01T16:38:57.241Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:38:57.242Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:57.243Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:57.243Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912737241, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:38:57.344Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:57.344Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:57.344Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:57.354Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:57.355Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:58.244Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-12-01T16:38:58.245Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-12-01T16:38:58.245Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:38:58.245Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:58.247Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:58.247Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912738244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:38:58.347Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:38:58.348Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:58.348Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:58.359Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:58.359Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:38:59.248Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-12-01T16:38:59.248Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-12-01T16:38:59.249Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-01T16:38:59.249Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:38:59.251Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:38:59.251Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912739248, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-01T16:38:59.351Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:38:59.352Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:38:59.352Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:38:59.363Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:38:59.364Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:39:00.251Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-12-01T16:39:00.252Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-12-01T16:39:00.252Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:39:00.252Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:39:00.254Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:39:00.254Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912740251, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-01T16:39:00.354Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:39:00.355Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:39:00.355Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:39:00.369Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:39:00.369Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:39:01.254Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-12-01T16:39:01.255Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-12-01T16:39:01.255Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-12-01T16:39:01.255Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:39:01.257Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:39:01.257Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912741254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-01T16:39:01.359Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-12-01T16:39:01.360Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:39:01.360Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:39:01.371Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:39:01.372Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:39:02.258Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-12-01T16:39:02.258Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-12-01T16:39:02.258Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:39:02.259Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:39:02.260Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:39:02.261Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912742258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:39:02.360Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:39:02.362Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:39:02.362Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:39:02.372Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:39:02.373Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:39:03.262Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:39:03.273Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:39:03.275Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:39:03.275Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T16:39:03.275Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T16:39:33.275Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:39:33.286Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:39:33.288Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:39:33.289Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T16:39:33.289Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T16:39:49.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:39:49.502Z||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-12-01T16:39:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:39:49.529Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:39:49.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:39:49.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:39:49.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:03.289Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:40:03.310Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:40:03.313Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:40:03.313Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T16:40:03.313Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T16:40:33.313Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:40:33.329Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:40:33.330Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:40:33.331Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-12-01T16:40:33.331Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-12-01T16:40:49.501Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:40:49.503Z||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-12-01T16:40:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:40:49.531Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:40:49.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-01T16:40:49.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-01T16:40:49.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:40:49.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.537Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-12-01T16:40:49.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.540Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912663761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:40:49.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-12-01T16:40:49.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912674507, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "ves-openapi-manager", "timestamp": 1669912665840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912675570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:40:49.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912676620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912667544, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:40:49.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912677715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912678271, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912678287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912678787, "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-12-01T16:40:49.560Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 2022-12-01T16:40:49.560Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:40:49.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "multicloud-k8s-id", "timestamp": 1669912679810, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:40:49.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912680894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912681959, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912683024, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912684157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:40:49.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912685161, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912685317, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912686165, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-12-01T16:40:49.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "aai-ml", "timestamp": 1669912686322, "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-12-01T16:40:49.581Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 2022-12-01T16:40:49.581Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:40:49.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912687169, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:40:49.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912679736, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:40:49.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912690484, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:40:49.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912692812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:40:49.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912693816, "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-12-01T16:40:49.597Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 2022-12-01T16:40:49.597Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:40:49.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdb085d2-7b30-4578-b826-8a22e30f44ca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912718364, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:40:49.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:40:49.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-12-01T16:40:49.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-12-01T16:40:49.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:40:49.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:40:49.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912669498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:40:49.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:03.331Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:41:03.343Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:41:03.346Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:41:03.346Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T16:41:03.346Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T16:41:03.346Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T16:41:03.346Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:03.347Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:03.347Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:03.347Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:03.347Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:03.347Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-01T16:41:03.352Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T16:41:33.352Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe 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-12-01T16:41:33.362Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe and serviceModelVersionId: fc9561e1-15af-45f6-8f5e-660abbdf3a5b 2022-12-01T16:41:33.362Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a537263c-3788-491b-9c01-f3a920942fae 2022-12-01T16:41:33.364Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a537263c-3788-491b-9c01-f3a920942fae/model-vers/model-ver/fc9561e1-15af-45f6-8f5e-660abbdf3a5b?depth=0 2022-12-01T16:41:33.372Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T16:41:33.427Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a537263c-3788-491b-9c01-f3a920942fae/model-vers/model-ver/fc9561e1-15af-45f6-8f5e-660abbdf3a5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-12-01T16:41:33.430Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a537263c-3788-491b-9c01-f3a920942fae/model-vers/model-ver/fc9561e1-15af-45f6-8f5e-660abbdf3a5b?depth=0|INFO|500||Invoke 2022-12-01T16:41:33.453Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a537263c-3788-491b-9c01-f3a920942fae/model-vers/model-ver/fc9561e1-15af-45f6-8f5e-660abbdf3a5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T16:41:33.544Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a537263c-3788-491b-9c01-f3a920942fae/model-vers/model-ver/fc9561e1-15af-45f6-8f5e-660abbdf3a5b?depth=0|INFO|500||InvokeReturn 2022-12-01T16:41:33.545Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a537263c-3788-491b-9c01-f3a920942fae/model-vers/model-ver/fc9561e1-15af-45f6-8f5e-660abbdf3a5b?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 16:41:32 GMT], content-length=[0], vertex-id=[274616], x-aai-txid=[0-aai-resources-221201-16:41:32:335-91880], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T16:41:33.546Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-12-01T16:41:33.546Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T16:41:33.546Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:41:33.551Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T16:41:33.551Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T16:41:33.551Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T16:41:33.552Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:33.555Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:33.555Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912893551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:41:33.655Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:41:33.656Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:33.657Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:33.688Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:33.688Z||pool-128-thread-1|||||INFO|500||cambria reply ok (32 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-12-01T16:41:34.567Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:41:34.568Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|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-12-01T16:41:34.568Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:41:39.055Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:39.056Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-12-01T16:41:39.057Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec65fc76-0dd8-42e2-8ff9-c21100ba310a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"444ea5bb-adec-40a8-be32-6b56794f42ae","serviceDescription":"service","serviceInvariantUUID":"51f009c6-b6b9-415f-a08a-c8ee027a2e63","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"04c1925f-d4f1-4459-b8c1-f97731279f74","resourceInvariantUUID":"d9a480ab-a7b1-4cfc-adb6-fac86607b2d3","resourceCustomizationUUID":"09013d3a-e0cf-44f9-993d-0b22a91598e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NzdlYTE3ZWYxZTc3ZjY0NzZjOGRhYTUzZGVkNGRlZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01392534-1263-4c96-8fb8-a8ec4445a257","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dca6094d-3b93-424e-916a-bd62f2ed0094","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6c2d3c99-50b8-452a-95d1-fc92c85b8d63","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NmYyMWEwY2NiODJkNTFjODQxZTA3ODM0ZjQ2NmJjNGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"66e68498-35ef-4363-8318-5823baf0cf8a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2137c9ca-6dc6-497c-a2b0-6b9e8e0b87c5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7952caf3-d652-40ba-a553-ecc383bd2ccb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3baacde-0dad-44ad-8d0c-da3196043b40","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MGVmMjVhYjJlZDk1OGM4MmExODQ3YmQwN2Q5NGZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ccedf7ce-3736-4ae4-b1da-8a3498d0fcab","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjZlMjBmYzg5MGEzMmU5MThlNGVjZTEyNjU0NTI3ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72fadd93-7802-40d0-acfe-b3ad56d0fd7c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-12-01T16:41:39.061Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:39.061Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:39.064Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:39.064Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:39.163Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:41:39.164Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:39.164Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:39.179Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:39.179Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-12-01T16:41:40.064Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:40.065Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:40.067Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:40.067Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:40.166Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:41:40.167Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:40.168Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:40.181Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:40.181Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:41.067Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:41.068Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:41.070Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:41.070Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:41.170Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:41:41.171Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:41.171Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:41.198Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:41.199Z||pool-131-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:42.071Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:42.071Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:42.074Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:42.074Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:42.173Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:41:42.175Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:42.175Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:42.195Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:42.196Z||pool-132-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:43.074Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:43.075Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:43.077Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:43.077Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:43.177Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:41:43.178Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:43.178Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:43.192Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:43.193Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:44.078Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:44.078Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:44.080Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:44.081Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:44.180Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:41:44.181Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:44.181Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:44.200Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:44.201Z||pool-134-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:45.081Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:45.082Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:45.084Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:45.084Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:45.184Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:41:45.184Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:45.185Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:45.199Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:45.200Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:46.084Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:46.085Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:46.088Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:46.088Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:46.188Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:41:46.189Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:46.189Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:46.203Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:46.204Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:47.089Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-12-01T16:41:47.089Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:47.092Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:47.092Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:41:47.191Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:41:47.192Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:47.192Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:47.202Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:47.203Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:48.093Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "444ea5bb-adec-40a8-be32-6b56794f42ae", "serviceDescription": "service", "serviceInvariantUUID": "51f009c6-b6b9-415f-a08a-c8ee027a2e63", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "09013d3a-e0cf-44f9-993d-0b22a91598e3", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "04c1925f-d4f1-4459-b8c1-f97731279f74", "resourceInvariantUUID": "d9a480ab-a7b1-4cfc-adb6-fac86607b2d3", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ZjZlMjBmYzg5MGEzMmU5MThlNGVjZTEyNjU0NTI3ZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72fadd93-7802-40d0-acfe-b3ad56d0fd7c" } ], "workloadContext": "Production" } 2022-12-01T16:41:48.093Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-12-01T16:41:48.093Z|d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 444ea5bb-adec-40a8-be32-6b56794f42ae ASDC 2022-12-01T16:41:48.094Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ec65fc76-0dd8-42e2-8ff9-c21100ba310a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:444ea5bb-adec-40a8-be32-6b56794f42ae ServiceInvariantUUID:51f009c6-b6b9-415f-a08a-c8ee027a2e63 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:72fadd93-7802-40d0-acfe-b3ad56d0fd7c ArtifactChecksum:ZjZlMjBmYzg5MGEzMmU5MThlNGVjZTEyNjU0NTI3ZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:09013d3a-e0cf-44f9-993d-0b22a91598e3 ResourceInvariantUUID:d9a480ab-a7b1-4cfc-adb6-fac86607b2d3 ResourceName:test-pnf ResourceType:PNF ResourceUUID:04c1925f-d4f1-4459-b8c1-f97731279f74 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-12-01T16:41:48.094Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 444ea5bb-adec-40a8-be32-6b56794f42ae 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-12-01T16:41:48.122Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:41:48.123Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:41:48.123Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:41:48.123Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 72fadd93-7802-40d0-acfe-b3ad56d0fd7c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-01T16:41:48.123Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-12-01T16:41:48.124Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-01T16:41:48.191Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-12-01T16:41:48.198Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 72fadd93-7802-40d0-acfe-b3ad56d0fd7c 110861 2022-12-01T16:41:48.198Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-01T16:41:48.198Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-01T16:41:48.198Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-12-01T16:41:48.198Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:48.201Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:48.201Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912908198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:48.301Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:41:48.302Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:48.302Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:48.313Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:48.313Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:49.201Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-12-01T16:41:49.202Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-12-01T16:41:49.203Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 72fadd93-7802-40d0-acfe-b3ad56d0fd7c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:49.204Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-12-01T16:41:49.204Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:49.205Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:49.401Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17820127050409527836/Definitions/service-TestPnfMacro-template.yml 2022-12-01T16:41:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:41:49.501Z||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-12-01T16:41:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:41:49.545Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:49.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912729549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912731954, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912733024, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912734070, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912735127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912736172, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912737241, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-12-01T16:41:49.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912738244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:41:49.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912739248, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-01T16:41:49.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912740251, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-12-01T16:41:49.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912741254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-12-01T16:41:49.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912742258, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:41:49.556Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-12-01T16:41:49.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912739736, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:41:49.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912745840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912739238, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "multicloud-k8s-id", "timestamp": 1669912743761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912756551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912756195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912757701, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912758745, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "cds", "timestamp": 1669912757472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-12-01T16:41:49.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec65fc76-0dd8-42e2-8ff9-c21100ba310a 2022-12-01T16:41:49.584Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec65fc76-0dd8-42e2-8ff9-c21100ba310a 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-12-01T16:41:49.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912758449, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:41:49.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "ves-openapi-manager", "timestamp": 1669912759749, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 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-12-01T16:41:49.632Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ec65fc76-0dd8-42e2-8ff9-c21100ba310a 2022-12-01T16:41:49.633Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec65fc76-0dd8-42e2-8ff9-c21100ba310a and ComponentName 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-12-01T16:41:49.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669912759452, "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-12-01T16:41:49.663Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec65fc76-0dd8-42e2-8ff9-c21100ba310a 2022-12-01T16:41:49.663Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec65fc76-0dd8-42e2-8ff9-c21100ba310a 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-12-01T16:41:49.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:41:49.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912757544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:41:49.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-12-01T16:41:49.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912767312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:41:49.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912772253, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:41:49.687Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:41:49.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-12-01T16:41:49.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "aai-ml", "timestamp": 1669912773257, "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-12-01T16:41:49.693Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ec65fc76-0dd8-42e2-8ff9-c21100ba310a 2022-12-01T16:41:49.693Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec65fc76-0dd8-42e2-8ff9-c21100ba310a 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-12-01T16:41:50.373Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-12-01T16:41:50.373Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T16:41:50.373Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.374Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-12-01T16:41:50.374Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.374Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.374Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.374Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.374Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.374Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.374Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.375Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-12-01T16:41:50.375Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.375Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.375Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-01T16:41:50.376Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T16:41:50.376Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:41:50.376Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.376Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.377Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-12-01T16:41:50.377Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-12-01T16:41:50.377Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-12-01T16:41:50.377Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.377Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.377Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.378Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.378Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.378Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.378Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.378Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.378Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.379Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.379Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:444ea5bb-adec-40a8-be32-6b56794f42ae Model Version:NULL Model InvariantUuid:51f009c6-b6b9-415f-a08a-c8ee027a2e63 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing 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-12-01T16:41:50.386Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 04c1925f-d4f1-4459-b8c1-f97731279f74 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-12-01T16:41:50.388Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-12-01T16:41:50.388Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 04c1925f-d4f1-4459-b8c1-f97731279f74 2022-12-01T16:41:50.389Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 444ea5bb-adec-40a8-be32-6b56794f42ae 2022-12-01T16:41:50.389Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 444ea5bb-adec-40a8-be32-6b56794f42ae 2022-12-01T16:41:50.389Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 04c1925f-d4f1-4459-b8c1-f97731279f74 ASDC 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-12-01T16:41:50.393Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54944c09, org.onap.sdc.toscaparser.api.parameters.Input@49aee11f, org.onap.sdc.toscaparser.api.parameters.Input@5382edce, org.onap.sdc.toscaparser.api.parameters.Input@2056123f, org.onap.sdc.toscaparser.api.parameters.Input@5654e638] 2022-12-01T16:41:50.393Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.393Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.394Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 444ea5bb-adec-40a8-be32-6b56794f42ae: test-pnf 2022-12-01T16:41:50.394Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||Processing PNF resource: 04c1925f-d4f1-4459-b8c1-f97731279f74 2022-12-01T16:41:50.394Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-12-01T16:41:50.394Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-12-01T16:41:50.394Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||Resource customization UUID: 09013d3a-e0cf-44f9-993d-0b22a91598e3 is the same as notified resource customizationUUID: 09013d3a-e0cf-44f9-993d-0b22a91598e3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? 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 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 pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-12-01T16:41:50.423Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 04c1925f-d4f1-4459-b8c1-f97731279f74 0 ASDC deployResourceStructure 2022-12-01T16:41:50.424Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-12-01T16:41:50.424Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-12-01T16:41:50.424Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-12-01T16:41:50.424Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:41:50.426Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:41:50.426Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912910424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:41:50.526Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-12-01T16:41:50.527Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:41:50.527Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:41:50.543Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:41:50.543Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-12-01T16:41:51.427Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec65fc76-0dd8-42e2-8ff9-c21100ba310a 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-12-01T16:41:51.438Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec65fc76-0dd8-42e2-8ff9-c21100ba310a 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-12-01T16:41:51.440Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-12-01T16:41:51.440Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-12-01T16:41:51.440Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-12-01T16:41:51.440Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-12-01T16:41:51.440Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:51.441Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:51.441Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:51.441Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:51.441Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-12-01T16:41:51.441Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-12-01T16:41:51.446Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-12-01T16:42:21.446Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec65fc76-0dd8-42e2-8ff9-c21100ba310a 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-12-01T16:42:21.454Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec65fc76-0dd8-42e2-8ff9-c21100ba310a and serviceModelVersionId: 444ea5bb-adec-40a8-be32-6b56794f42ae 2022-12-01T16:42:21.454Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f009c6-b6b9-415f-a08a-c8ee027a2e63 2022-12-01T16:42:21.455Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?depth=0 2022-12-01T16:42:21.458Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-12-01T16:42:21.493Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?depth=0|INFO|500||Invoke 2022-12-01T16:42:21.494Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec65fc76-0dd8-42e2-8ff9-c21100ba310a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[71a9588e-ce47-4fd2-ba08-ddd6bb23e89f], X-ECOMP-RequestID=[ec65fc76-0dd8-42e2-8ff9-c21100ba310a], X-TransactionId=[], X-ONAP-RequestID=[ec65fc76-0dd8-42e2-8ff9-c21100ba310a], Content-Type=[application/merge-patch+json]} 2022-12-01T16:42:21.514Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-12-01T16:42:21.596Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?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/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?depth=0 has http status code:200 and response headers:{date=[Thu, 01 Dec 2022 16:42:20 GMT], content-length=[0], vertex-id=[782384], x-aai-txid=[0-aai-resources-221201-16:42:20:394-15516], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-12-01T16:42:21.596Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-12-01T16:42:21.597Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51f009c6-b6b9-415f-a08a-c8ee027a2e63/model-vers/model-ver/444ea5bb-adec-40a8-be32-6b56794f42ae?depth=0|INFO|500||InvokeReturn 2022-12-01T16:42:21.602Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-12-01T16:42:21.605Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-12-01T16:42:21.612Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-12-01T16:42:21.612Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec65fc76-0dd8-42e2-8ff9-c21100ba310a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-12-01T16:42:21.612Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-12-01T16:42:21.613Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-12-01T16:42:21.616Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-12-01T16:42:21.616Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912941612, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:42:21.715Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-12-01T16:42:21.716Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-12-01T16:42:21.716Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as T9CvQUcxIwta97fz) ... 2022-12-01T16:42:21.746Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:42:21.746Z||pool-140-thread-1|||||INFO|500||cambria reply ok (31 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-12-01T16:42:22.643Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:42:22.644Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:42:22.644Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:42:32.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:42:32.185Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:42:32.185Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:42:32.185Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:42:41.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:42:41.725Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:42:41.726Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:42:41.726Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:42:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:42:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:42:49.502Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:42:49.527Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:42:49.528Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.528Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3fe9691-fa5c-42d5-b1ec-8b2b39d7b2fe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912893551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:42:49.529Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:42:49.529Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.530Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:42:49.530Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.530Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.530Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-12-01T16:42:49.530Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.531Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.531Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-12-01T16:42:49.531Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.531Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.531Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-12-01T16:42:49.531Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.532Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.532Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-12-01T16:42:49.532Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.532Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.532Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:42:49.532Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.532Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.533Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-12-01T16:42:49.533Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.533Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.533Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-12-01T16:42:49.533Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.533Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.533Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912894567, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-12-01T16:42:49.534Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-12-01T16:42:49.534Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:42:49.534Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912908198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-12-01T16:42:49.534Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:42:51.277Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:42:51.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:42:51.278Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:42:51.278Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:43:00.812Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:43:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:43:49.498Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:43:49.498Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:43:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:43:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:43:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:43:50.029Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:43:50.030Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:43:50.030Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912910424, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-12-01T16:43:50.030Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:43:50.031Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-12-01T16:43:50.031Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ec65fc76-0dd8-42e2-8ff9-c21100ba310a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669912941612, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-12-01T16:43:50.031Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-12-01T16:43:59.070Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:44:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:44:49.498Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:44:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:44:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:44:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:44:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:44:59.038Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:44:59.039Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:45:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:45:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:45:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:45:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:45:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T16:45:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:45:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:45:59.065Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:46:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:46:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:46:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:46:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:46:49.501Z||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-12-01T16:46:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:46:59.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:46:59.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:47:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:47:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:47:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:47:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:47:49.501Z||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-12-01T16:47:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:47:59.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:47:59.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:48:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:48:49.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:48:49.500Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:48:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:48:49.501Z||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-12-01T16:48:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:48:59.052Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:48:59.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:49:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:49:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:49:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:49:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:49:49.501Z||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-12-01T16:49:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:49:59.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:49:59.051Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:50:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:50:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:50:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:50:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:50:49.501Z||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-12-01T16:50:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:50:59.039Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:50:59.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:51:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:51:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:51:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:51:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:51:49.501Z||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-12-01T16:51:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:51:59.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:51:59.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:52:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:52:49.498Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:52:49.498Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:52:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:52:49.500Z||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-12-01T16:52:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:52:59.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:52:59.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:53:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:53:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:53:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:53:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:53:49.501Z||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-12-01T16:53:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:53:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:53:59.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:54:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:54:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:54:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:54:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:54:49.501Z||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-12-01T16:54:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:54:59.096Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:54:59.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:55:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:55:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:55:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:55:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:55:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T16:55:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:55:59.069Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:55:59.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:56:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:56:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:56:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:56:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:56:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T16:56:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T16:56:59.054Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:56:59.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:57:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:57:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:57:49.501Z||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-12-01T16:57:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:57:49.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:57:49.501Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:57:59.052Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:57:59.061Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:58:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:58:49.498Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:58:49.498Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:58:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:58:49.501Z||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-12-01T16:58:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:58:59.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:58:59.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:59:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:59:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T16:59:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T16:59:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T16:59:49.501Z||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-12-01T16:59:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T16:59:59.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T16:59:59.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:00:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:00:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:00:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:00:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:00:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:00:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:00:59.074Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:00:59.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:01:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:01:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:01:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:01:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:01:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:01:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:01:59.043Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:01:59.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:02:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:02:49.498Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:02:49.498Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:02:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:02:49.501Z||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-12-01T17:02:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:02:59.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:02:59.049Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:03:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:03:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:03:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:03:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:03:49.501Z||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-12-01T17:03:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:03:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:03:59.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:04:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:04:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:04:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:04:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:04:49.501Z||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-12-01T17:04:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:04:59.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:04:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:05:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:05:49.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:05:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:05:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:05:49.500Z||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-12-01T17:05:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:05:59.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:05:59.045Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:06:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:06:49.499Z||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-12-01T17:06:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:06:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:06:49.501Z||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-12-01T17:06:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:06:59.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:06:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:07:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:07:49.499Z||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-12-01T17:07:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:07:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:07:49.501Z||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-12-01T17:07:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:07:59.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:07:59.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:08:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:08:49.498Z||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-12-01T17:08:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:08:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:08:49.501Z||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-12-01T17:08:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:08:59.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:08:59.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:09:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:09:49.498Z||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-12-01T17:09:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:09:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:09:49.501Z||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-12-01T17:09:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:09:59.040Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:09:59.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:10:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:10:49.499Z||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-12-01T17:10:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:10:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:10:49.501Z||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-12-01T17:10:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:10:59.040Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:10:59.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:11:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:11:49.498Z||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-12-01T17:11:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:11:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:11:49.500Z||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-12-01T17:11:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:11:59.044Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:11:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:12:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:12:49.499Z||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-12-01T17:12:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:12:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:12:49.501Z||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-12-01T17:12:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:12:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:12:59.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:13:49.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:13:49.500Z||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-12-01T17:13:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:13:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:13:49.501Z||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-12-01T17:13:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:13:59.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:13:59.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:14:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:14:49.499Z||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-12-01T17:14:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:14:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:14:49.501Z||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-12-01T17:14:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:14:59.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:14:59.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:15:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:15:49.498Z||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-12-01T17:15:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:15:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:15:49.501Z||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-12-01T17:15:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:15:59.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:15:59.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:16:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:16:49.499Z||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-12-01T17:16:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:16:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:16:49.501Z||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-12-01T17:16:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:16:59.046Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:16:59.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:17:49.498Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:17:49.498Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:17:49.499Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:17:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:17:49.501Z||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-12-01T17:17:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:17:59.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:17:59.052Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:18:49.498Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:18:49.499Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:18:49.499Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:18:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:18:49.500Z||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-12-01T17:18:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:18:59.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:18:59.051Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:19:49.498Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:19:49.499Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:19:49.499Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:19:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:19:49.500Z||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-12-01T17:19:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:19:59.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:19:59.086Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:20:49.498Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:20:49.499Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:20:49.499Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:20:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:20:49.501Z||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-12-01T17:20:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:20:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:20:59.049Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:21:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:21:49.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:21:49.498Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:21:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:21:49.501Z||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-12-01T17:21:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:21:59.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:21:59.049Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:22:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:22:49.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:22:49.499Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:22:49.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:22:49.501Z||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-12-01T17:22:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:22:59.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:22:59.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:23:49.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:23:49.501Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:23:49.503Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:23:49.503Z||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-12-01T17:23:49.503Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:23:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:23:59.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:23:59.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:24:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:24:49.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:24:49.499Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:24:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:24:49.501Z||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-12-01T17:24:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:24:59.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:24:59.063Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:25:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:25:49.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:25:49.499Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:25:49.501Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:25:49.501Z||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-12-01T17:25:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:25:59.045Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:25:59.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:26:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:26:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:26:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:26:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:26:49.501Z||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-12-01T17:26:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:26:59.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:26:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:27:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:27:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:27:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:27:49.501Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:27:49.501Z||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-12-01T17:27:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:27:59.047Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:27:59.047Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:28:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:28:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:28:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:28:49.501Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:28:49.501Z||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-12-01T17:28:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:28:59.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:28:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:29:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:29:49.498Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:29:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:29:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:29:49.501Z||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-12-01T17:29:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:29:59.053Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:29:59.053Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:30:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:30:49.498Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:30:49.498Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:30:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:30:49.500Z||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-12-01T17:30:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:30:59.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:30:59.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:31:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:31:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:31:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:31:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:31:49.500Z||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-12-01T17:31:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:31:59.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:31:59.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:32:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:32:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:32:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:32:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:32:49.501Z||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-12-01T17:32:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:32:59.060Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:32:59.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:33:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:33:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:33:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:33:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:33:49.501Z||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-12-01T17:33:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:33:59.039Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:33:59.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:34:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:34:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:34:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:34:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:34:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:34:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:34:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:34:59.043Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:35:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:35:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:35:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:35:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:35:49.501Z||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-12-01T17:35:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:35:59.043Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:35:59.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:36:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:36:49.498Z||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-12-01T17:36:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:36:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:36:49.501Z||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-12-01T17:36:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:36:59.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:36:59.041Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:37:49.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:37:49.498Z||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-12-01T17:37:49.498Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:37:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:37:49.501Z||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-12-01T17:37:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:37:59.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:37:59.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:38:49.498Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:38:49.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:38:49.499Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:38:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:38:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:38:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:38:59.062Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:38:59.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:39:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:39:49.498Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:39:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:39:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:39:49.501Z||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-12-01T17:39:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:39:59.040Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:39:59.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:40:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:40:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:40:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:40:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:40:49.501Z||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-12-01T17:40:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:40:59.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:40:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:41:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:41:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:41:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:41:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:41:49.501Z||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-12-01T17:41:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:41:59.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:41:59.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:42:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:42:49.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:42:49.500Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:42:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:42:49.501Z||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-12-01T17:42:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:42:59.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:42:59.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:43:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:43:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:43:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:43:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:43:49.501Z||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-12-01T17:43:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:43:59.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:43:59.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:44:49.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:44:49.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T17:44:49.499Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T17:44:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:44:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T17:44:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:44:59.044Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:44:59.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:45:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:45:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T17:45:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:45:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:45:49.501Z||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-12-01T17:45:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:45:59.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:45:59.044Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:46:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:46:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T17:46:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:46:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:46:49.500Z||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-12-01T17:46:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:46:59.044Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:46:59.046Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:47:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:47:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T17:47:49.499Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:47:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:47:49.501Z||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-12-01T17:47:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:47:59.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:47:59.052Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:48:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:48:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T17:48:49.498Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:48:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:48:49.501Z||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-12-01T17:48:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:48:59.040Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:48:59.041Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:49:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:49:49.499Z||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-12-01T17:49:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:49:49.502Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:49:49.503Z||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-12-01T17:49:49.503Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:49:59.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:49:59.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:50:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:50:49.499Z||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-12-01T17:50:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:50:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:50:49.501Z||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-12-01T17:50:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:50:59.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:50:59.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:51:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:51:49.500Z||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-12-01T17:51:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:51:49.500Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:51:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:51:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:51:59.068Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:51:59.068Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:52:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:52:49.499Z||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-12-01T17:52:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:52:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:52:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T17:52:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:52:59.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:52:59.055Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:53:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:53:49.498Z||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-12-01T17:53:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:53:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:53:49.501Z||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-12-01T17:53:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:53:59.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:53:59.052Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:54:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:54:49.499Z||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-12-01T17:54:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:54:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:54:49.501Z||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-12-01T17:54:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:54:59.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:54:59.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:55:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:55:49.498Z||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-12-01T17:55:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:55:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:55:49.501Z||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-12-01T17:55:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:55:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:55:59.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:56:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:56:49.498Z||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-12-01T17:56:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:56:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:56:49.501Z||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-12-01T17:56:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:56:59.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:56:59.040Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:57:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:57:49.498Z||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-12-01T17:57:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:57:49.502Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:57:49.502Z||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-12-01T17:57:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:57:59.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:57:59.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:58:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:58:49.498Z||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-12-01T17:58:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:58:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:58:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T17:58:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T17:58:59.071Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:58:59.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:59:49.498Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:59:49.499Z||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-12-01T17:59:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:59:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T17:59:49.501Z||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-12-01T17:59:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T17:59:59.055Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T17:59:59.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:00:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:00:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:00:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:00:49.501Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:00:49.501Z||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-12-01T18:00:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:00:59.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:00:59.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:01:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:01:49.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:01:49.500Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:01:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:01:49.500Z||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-12-01T18:01:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:01:59.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:01:59.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:02:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:02:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:02:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T18:02:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T18:02:49.501Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:02:49.502Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:02:59.042Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:02:59.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:03:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:03:49.498Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:03:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:03:49.500Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:03:49.501Z||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-12-01T18:03:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:03:59.036Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:03:59.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:04:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:04:49.498Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:04:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:04:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:04:49.501Z||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-12-01T18:04:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:04:59.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:04:59.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:05:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:05:49.498Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:05:49.498Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:05:49.500Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:05:49.501Z||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-12-01T18:05:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:05:59.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:05:59.042Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:06:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:06:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:06:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:06:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:06:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T18:06:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T18:06:59.038Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:06:59.043Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:07:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:07:49.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:07:49.499Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:07:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:07:49.501Z||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-12-01T18:07:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:07:59.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:07:59.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:08:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:08:49.498Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:08:49.498Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:08:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:08:49.501Z||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-12-01T18:08:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:08:59.041Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:08:59.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:09:49.498Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:09:49.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:09:49.500Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:09:49.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:09:49.501Z||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-12-01T18:09:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:09:59.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:09:59.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:10:49.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:10:49.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:10:49.501Z||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-12-01T18:10:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:10:49.501Z||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-12-01T18:10:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:10:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:10:59.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:11:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:11:49.498Z||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-12-01T18:11:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:11:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:11:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T18:11:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T18:11:59.039Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:11:59.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:12:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:12:49.498Z||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-12-01T18:12:49.498Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:12:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:12:49.501Z||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-12-01T18:12:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:12:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:12:59.043Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:13:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:13:49.498Z||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-12-01T18:13:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:13:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:13:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T18:13:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T18:13:59.041Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:13:59.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:14:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:14:49.499Z||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-12-01T18:14:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:14:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:14:49.500Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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-12-01T18:14:49.501Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|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 T9CvQUcxIwta97fz) ... 2022-12-01T18:14:59.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:14:59.042Z|ec65fc76-0dd8-42e2-8ff9-c21100ba310a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:15:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:15:49.498Z||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-12-01T18:15:49.499Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:15:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:15:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T18:15:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ... 2022-12-01T18:15:59.055Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:15:59.055Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:16:49.498Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:16:49.498Z||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-12-01T18:16:49.498Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:16:49.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:16:49.501Z||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-12-01T18:16:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:16:59.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:16:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:17:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:17:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:17:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:17:49.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:17:49.501Z||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-12-01T18:17:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:17:59.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:17:59.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:18:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:18:49.499Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:18:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:18:49.501Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:18:49.501Z||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-12-01T18:18:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:18:59.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:18:59.044Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:19:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:19:49.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:19:49.502Z||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-12-01T18:19:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:19:49.502Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:19:49.502Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:19:59.045Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:19:59.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:20:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:20:49.498Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:20:49.498Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:20:49.500Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:20:49.501Z||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-12-01T18:20:49.501Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:20:59.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:20:59.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:21:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:21:49.498Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:21:49.499Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:21:49.500Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:21:49.502Z||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-12-01T18:21:49.502Z||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 T9CvQUcxIwta97fz) ... 2022-12-01T18:21:59.040Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:21:59.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-12-01T18:22:49.498Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:22:49.498Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-12-01T18:22:49.498Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as T9CvQUcxIwta97fz) ... 2022-12-01T18:22:49.500Z|06188a64-480a-46c4-85ad-49f6df700690|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-12-01T18:22:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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-12-01T18:22:49.501Z|06188a64-480a-46c4-85ad-49f6df700690|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 T9CvQUcxIwta97fz) ...