JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-23T05:31:11.557Z||main|||||INFO|500||The following profiles are active: basic 2022-06-23T05:31:22.843Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-23T05:31:22.844Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-23T05:31:22.970Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-23T05:31:26.844Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-23T05:31:27.254Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-23T05:31:27.730Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-23T05:31:27.739Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-23T05:31:27.857Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-23T05:31:28.078Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-23T05:31:28.675Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-23T05:31:30.451Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-23T05:31:32.834Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-23T05:31:32.899Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-23T05:31:33.445Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-23T05:31:33.687Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-23T05:31:34.962Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-23T05:31:36.082Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-23T05:31:36.102Z||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$$a1a3d335.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-23T05:31:36.105Z||main|||||WARN|500||The sdc end point is not alive 2022-06-23T05:31:39.225Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-23T05:31:42.220Z||main|||||WARN|500||--- 2022-06-23T05:31:42.221Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-23T05:31:42.221Z||main|||||WARN|500||--- 2022-06-23T05:31:42.739Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-23T05:31:47.528Z||main|||||INFO|500||Started Application in 39.228 seconds (JVM running for 41.273) 2022-06-23T05:31:47.539Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T05:31:47.547Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T05:31:47.560Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T05:31:47.586Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T05:31:47.636Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65f78791-8de7-430f-bd1f-9ff9b123fbe6 url= /sdc/v1/artifactTypes 2022-06-23T05:31:47.636Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T05:31:48.736Z||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.59.99] 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$$791d9b8b.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-23T05:31:48.742Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7750916c 2022-06-23T05:31:48.742Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T05:31:48.764Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T05:31:48.767Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T05:31:48.770Z||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$$791d9b8b.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-23T05:32:37.518Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T05:32:37.519Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T05:32:37.519Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T05:32:37.523Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T05:32:37.527Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 80fa1722-f12c-48e7-8bb3-e4e7210b7ee2 url= /sdc/v1/artifactTypes 2022-06-23T05:32:37.528Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T05:32:38.557Z||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.59.99] 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$$791d9b8b.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-23T05:32:38.558Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47549d12 2022-06-23T05:32:38.559Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-23T05:32:38.559Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-23T05:32:38.559Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-23T05:32:38.560Z||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$$791d9b8b.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-23T05:33:27.518Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-23T05:33:27.518Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-23T05:33:27.519Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-23T05:33:27.523Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-23T05:33:27.529Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9df89819-78f9-414a-bf16-85336cf011e2 url= /sdc/v1/artifactTypes 2022-06-23T05:33:27.530Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-23T05:33:27.738Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-23T05:33:27.747Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-23T05:33:27.768Z||scheduling-1|||||DEBUG|500||create keys 2022-06-23T05:33:27.774Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-23T05:33:27.853Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:33:27.869Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 204d2d39-2e45-4302-b27c-d00ba0b7d2de url= /sdc/v1/registerForDistribution 2022-06-23T05:33:28.177Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 204d2d39-2e45-4302-b27c-d00ba0b7d2de url= /sdc/v1/registerForDistribution 2022-06-23T05:33:28.178Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-23T05:33:28.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:33:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:33:28.194Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-23T05:33:28.201Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:33:28.201Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:33:28.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:33:28.202Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:33:38.696Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:33:38.699Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:34:28.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:34:28.185Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:34:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:34:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:34:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:34:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:34:37.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:34:37.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:35:28.184Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:35:28.185Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:35:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:35:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:35:28.190Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:35:28.190Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:35:37.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:35:37.771Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:36:28.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:36:28.186Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:36:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:36:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:36:28.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:36:28.256Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:36:37.846Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:36:37.862Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:37:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:37:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:37:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:37:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:37:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:37:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:37:37.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:37:37.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:38:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:38:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:38:28.186Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:38:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:38:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:38:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:38:37.781Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:38:37.797Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:39:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:39:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:39:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:39:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:39:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:39:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:39:37.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:39:37.758Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:40:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:40:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:40:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:40:28.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:40:28.188Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:40:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:40:37.770Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:40:37.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:41:22.410Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-23T05:41:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:41:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:41:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:41:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:41:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:41:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:41:37.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:41:37.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:42:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:42:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:42:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:42:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:42:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:42:28.189Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:42:37.776Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:42:37.783Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:43:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:43:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:43:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:43:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:43:28.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:43:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:43:37.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:43:37.765Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:44:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:44:28.186Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:44:28.186Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:44:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:44:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:44:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:44:37.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:44:37.780Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:45:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:45:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:45:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:45:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:45:28.188Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:45:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:45:37.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:45:37.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:46:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:46:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:46:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:46:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:46:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:46:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:46:37.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:46:37.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:47:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:47:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:47:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:47:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:47:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:47:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:47:37.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:47:37.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:48:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:48:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:48:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:48:28.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:48:28.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:48:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:48:37.748Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:48:37.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:49:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:49:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:49:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:49:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:49:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:49:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:49:37.770Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:49:37.770Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:50:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:50:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:50:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:50:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:50:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:50:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:50:37.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:50:37.817Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:51:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:51:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:51:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:51:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:51:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:51:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:51:37.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:51:37.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:52:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:52:28.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:52:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:52:28.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:52:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:52:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:52:37.759Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:52:37.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:53:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:53:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:53:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:53:28.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:53:28.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:53:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:53:37.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:53:37.770Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:54:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:54:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:54:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:54:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:54:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:54:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:54:37.738Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:54:37.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:55:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:55:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:55:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:55:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:55:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:55:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:55:37.749Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:55:37.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:56:28.185Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:56:28.186Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:56:28.186Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:56:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:56:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:56:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:56:37.772Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:56:37.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:57:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:57:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:57:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:57:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:57:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:57:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:57:37.749Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:57:37.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:58:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:58:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:58:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:58:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:58:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:58:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:58:37.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:58:37.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:59:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:59:28.184Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:59:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:59:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T05:59:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T05:59:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T05:59:37.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T05:59:37.768Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:00:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:00:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:00:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:00:28.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:00:28.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:00:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:00:37.763Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:00:37.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:01:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:01:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:01:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:01:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:01:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:01:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:01:37.753Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:01:37.774Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:02:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:02:28.186Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:02:28.186Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:02:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:02:28.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:02:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:02:37.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:02:37.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:03:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:03:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:03:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:03:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:03:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:03:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:03:37.742Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:03:37.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:04:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:04:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:04:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:04:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:04:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:04:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:04:37.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:04:37.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:05:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:05:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:05:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:05:28.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:05:28.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:05:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:05:37.741Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:05:37.741Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:06:28.184Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:06:28.185Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:06:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:06:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:06:28.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:06:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:06:37.773Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:06:37.777Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:07:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:07:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:07:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:07:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:07:28.188Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:07:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:07:37.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:07:37.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:08:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:08:28.184Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:08:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:08:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:08:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:08:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:08:37.753Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:08:37.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:09:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:09:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:09:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:09:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:09:28.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:09:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:09:37.741Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:09:37.742Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:10:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:10:28.184Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:10:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:10:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:10:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:10:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:10:37.752Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:10:37.752Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:11:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:11:28.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:11:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:11:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:11:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:11:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:11:37.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:11:37.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:12:28.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:12:28.186Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:12:28.186Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:12:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:12:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:12:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:12:37.767Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:12:37.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:13:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:13:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:13:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:13:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:13:28.188Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:13:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:13:37.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:13:37.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:14:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:14:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:14:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:14:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:14:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:14:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:14:37.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:14:37.755Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:15:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:15:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:15:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:15:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:15:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:15:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:15:37.753Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:15:37.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:16:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:16:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:16:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:16:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:16:28.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:16:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:16:37.769Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:16:37.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:17:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:17:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:17:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:17:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:17:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:17:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:17:37.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:17:37.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:18:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:18:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:18:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:18:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:18:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:18:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:18:37.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:18:37.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:28.184Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:19:28.185Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:19:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:19:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:19:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:28.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:28.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "ves-openapi-manager", "timestamp": 1655965130746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965130619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965139877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "ves-openapi-manager", "timestamp": 1655965130746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965130619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965139877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOTIFIED" } 2022-06-23T06:19:28.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "ves-openapi-manager", "timestamp": 1655965130746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965130619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-23T06:19:28.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965141377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965139877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-23T06:19:28.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "ves-openapi-manager", "timestamp": 1655965130746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965130619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965141377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965139877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "ves-openapi-manager", "timestamp": 1655965130746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965130619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965141377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965139877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-23T06:19:28.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "ves-openapi-manager", "timestamp": 1655965130746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965130619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965141377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965139877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "ves-openapi-manager", "timestamp": 1655965130746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965130619, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:19:28.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965146056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965141377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965139877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:19:28.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965147570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:28.427Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965146056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965141377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965147739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:28.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965148584, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:19:28.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965146056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965141377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:19:28.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965148838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:28.432Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "policy-id", "timestamp": 1655965149590, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:19:28.650Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046 2022-06-23T06:19:28.680Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:19:28.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965146056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965149243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:28.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965149963, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:28.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965146056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "cds", "timestamp": 1655965150258, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:19:28.732Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046 2022-06-23T06:19:28.732Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:19:28.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965150371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965151066, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:19:28.758Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046 2022-06-23T06:19:28.758Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T06:19:28.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965146056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965150371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOTIFIED" } 2022-06-23T06:19:28.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "multicloud-k8s-id", "timestamp": 1655965152070, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:19:28.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965146056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:19:28.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965150371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965152435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.777Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965153977, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:28.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965150371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965152435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965150371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965152435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965150371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965152435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.783Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965150371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:19:28.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965152435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965152435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965152435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:19:28.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:19:28.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965160574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:28.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965167480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:28.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965167682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:19:28.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:19:28.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:28.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:19:28.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"c42a7b13-5927-4eee-afa6-eb857e0d7046","serviceName":"vFW 2022-06-23 06-17-26","serviceVersion":"1.0","serviceUUID":"68b9450e-8220-4b75-b79d-576279d51913","serviceDescription":"catalog service description","serviceInvariantUUID":"86ca5f58-5a1c-407b-ab8e-4f444552a0dd","resources":[{"resourceInstanceName":"vFW 78c53b41-d635 0","resourceName":"vFW 78c53b41-d635","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5816a93-be65-42f2-b26d-2db98420443b","resourceInvariantUUID":"bbea1f41-3315-4355-864a-dee2658dfd01","resourceCustomizationUUID":"d19da2c1-d388-4eae-8963-e2aa423d11ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml","artifactChecksum":"MmE5MzU2Y2U0OTA1NGQ0ODkxNjViZTk2MTg0ODRlZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ced4a96c-b012-49f6-8241-2c3128b0a3ea","artifactVersion":"1"},{"artifactName":"vfw78c53b41d6350_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json","artifactChecksum":"YWEwMTE2MTQ5Mzc3NjE3MjVlNjg3ZTM4OTcwZGU3ZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"95f885c9-d8f6-4141-a4b2-c5a1753bc559","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ec83459-686b-4ca5-8584-6d5fb446063e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml","artifactChecksum":"ZGE5ODMwNTZmMjUwZTZiZTc4Y2FiZDA0MWJkZmQ5Njg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad5edda0-93e9-4981-9e94-90de460ea787","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1","artifactVersion":"2","generatedFromUUID":"9ec83459-686b-4ca5-8584-6d5fb446063e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220623061726-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml","artifactChecksum":"ZDI1ZDhkY2E2ZTY2OGE5YTgyOTYzZDgyN2NhZGNmZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69b5e78c-4ac8-41af-8da9-b1956c2de328","artifactVersion":"1"},{"artifactName":"service-Vfw20220623061726-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar","artifactChecksum":"ZDVmMzg0YTJkYjUxZDlkZDU3Njg3ZWNkMjJlMWI1Nzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2459966f-373c-4829-a81b-b5036381cd57","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T06:19:28.869Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:19:28.874Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:28.885Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:28.885Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:28.985Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-23T06:19:28.991Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:28.991Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:29.058Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:29.059Z||pool-3-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:19:29.891Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:19:29.892Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:29.894Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:29.894Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOTIFIED" } 2022-06-23T06:19:29.994Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:29.995Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:29.995Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:30.033Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:30.034Z||pool-4-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:19:30.894Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:19:30.895Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:30.898Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:30.898Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-23T06:19:30.998Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:30.999Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:31.000Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:31.024Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:31.025Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:19:31.899Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:19:31.899Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:31.902Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:31.902Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:32.002Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:32.003Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:32.003Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:32.022Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:32.022Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:19:32.902Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:19:32.903Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:32.907Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:32.907Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-23T06:19:33.007Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:33.008Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:33.008Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:33.031Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:33.031Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:19:33.908Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:19:33.908Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:33.910Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:33.911Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:19:34.011Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:19:34.012Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:34.012Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:34.042Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:34.043Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:19:34.911Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:19:34.912Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:34.914Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:34.914Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:19:35.014Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:35.016Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:35.016Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:35.032Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:35.033Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:19:35.916Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "serviceName": "vFW 2022-06-23 06-17-26", "serviceVersion": "1.0", "serviceUUID": "68b9450e-8220-4b75-b79d-576279d51913", "serviceDescription": "catalog service description", "serviceInvariantUUID": "86ca5f58-5a1c-407b-ab8e-4f444552a0dd", "resources": [ { "resourceInstanceName": "vFW 78c53b41-d635 0", "resourceCustomizationUUID": "d19da2c1-d388-4eae-8963-e2aa423d11ce", "resourceName": "vFW 78c53b41-d635", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f5816a93-be65-42f2-b26d-2db98420443b", "resourceInvariantUUID": "bbea1f41-3315-4355-864a-dee2658dfd01", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw78c53b41d6350_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "artifactChecksum": "YWEwMTE2MTQ5Mzc3NjE3MjVlNjg3ZTM4OTcwZGU3ZDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "95f885c9-d8f6-4141-a4b2-c5a1753bc559", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9ec83459-686b-4ca5-8584-6d5fb446063e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1", "generatedFromUUID": "9ec83459-686b-4ca5-8584-6d5fb446063e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220623061726-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "artifactChecksum": "ZDVmMzg0YTJkYjUxZDlkZDU3Njg3ZWNkMjJlMWI1Nzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2459966f-373c-4829-a81b-b5036381cd57" } ], "workloadContext": "Production" } 2022-06-23T06:19:35.917Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:19:35.918Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68b9450e-8220-4b75-b79d-576279d51913 ASDC 2022-06-23T06:19:36.013Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:c42a7b13-5927-4eee-afa6-eb857e0d7046 ServiceName:vFW 2022-06-23 06-17-26 ServiceVersion:1.0 ServiceUUID:68b9450e-8220-4b75-b79d-576279d51913 ServiceInvariantUUID:86ca5f58-5a1c-407b-ab8e-4f444552a0dd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220623061726-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar ArtifactUUID:2459966f-373c-4829-a81b-b5036381cd57 ArtifactChecksum:ZDVmMzg0YTJkYjUxZDlkZDU3Njg3ZWNkMjJlMWI1Nzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 78c53b41-d635 0 ResourceCustomizationUUID:d19da2c1-d388-4eae-8963-e2aa423d11ce ResourceInvariantUUID:bbea1f41-3315-4355-864a-dee2658dfd01 ResourceName:vFW 78c53b41-d635 ResourceType:VF ResourceUUID:f5816a93-be65-42f2-b26d-2db98420443b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw78c53b41d6350_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json ArtifactUUID:95f885c9-d8f6-4141-a4b2-c5a1753bc559 ArtifactChecksum:YWEwMTE2MTQ5Mzc3NjE3MjVlNjg3ZTM4OTcwZGU3ZDE= 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/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml ArtifactUUID:9ec83459-686b-4ca5-8584-6d5fb446063e 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/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env ArtifactUUID:cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1 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/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env ArtifactUUID:cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T06:19:36.014Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68b9450e-8220-4b75-b79d-576279d51913 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:19:36.082Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:19:36.083Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-23T06:19:36.085Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-23T06:19:36.085Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2459966f-373c-4829-a81b-b5036381cd57 from URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:36.085Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-23T06:19:36.087Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:36.192Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-23T06:19:36.210Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar 2459966f-373c-4829-a81b-b5036381cd57 98992 2022-06-23T06:19:36.211Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar ASDC sendASDCNotification 2022-06-23T06:19:36.211Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:36.212Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:19:36.213Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:36.215Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:36.216Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965176211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:36.316Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:36.317Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:36.317Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:36.341Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:36.342Z||pool-10-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:19:37.216Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:19:37.217Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-23T06:19:37.218Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2459966f-373c-4829-a81b-b5036381cd57, URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar to file: /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:37.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220623061726-csar.csar 2022-06-23T06:19:37.304Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:37.304Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:37.990Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5235899508192955375/Definitions/service-Vfw20220623061726-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-06-23T06:19:40.824Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:19:40.829Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-23T06:19:40.829Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.829Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 78c53b41-d635 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.830Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-Vfw20220623061726-csar.csar 2022-06-23T06:19:40.831Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-23T06:19:40.837Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.839Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:40.843Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:40.843Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-23T06:19:40.845Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-23T06:19:40.847Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:19:40.848Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.848Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:40.851Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.851Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria 2022-06-23T06:19:40.851Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T06:19:40.851Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T06:19:40.852Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T06:19:40.853Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.854Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T06:19:40.854Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.854Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T06:19:40.855Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.855Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:40.855Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:19:40.856Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.856Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:40.856Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:19:40.856Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria 2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T06:19:40.857Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.858Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.859Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b2ad7f6-2535-4d67-8393-e02c0aab5640 2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria 2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.860Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.861Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a78a9108-b05e-4409-a9fa-3014502ec5de 2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria 2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T06:19:40.862Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T06:19:40.863Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:40.864Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-23T06:19:40.865Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=93c6fb32-dc34-4362-af2e-0ce627ecc635 2022-06-23T06:19:40.865Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.865Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:40.865Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:40.866Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-23 06-17-26 Description:catalog service description Model UUID:68b9450e-8220-4b75-b79d-576279d51913 Model Version:NULL Model InvariantUuid:86ca5f58-5a1c-407b-ab8e-4f444552a0dd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 78c53b41-d635 Model UUID:7e853da8-9474-427e-8d08-b69be4a0a429 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bbea1f41-3315-4355-864a-dee2658dfd01 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d19da2c1-d388-4eae-8963-e2aa423d11ce NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:002c9c97-8c42-4858-a2d4-cdcb6897a62a ModelName:Vfw78c53b41D635..base_vfw..module-0 ModelUuid:aa232a39-b107-4271-8e26-d0389783008a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b2ad7f6-2535-4d67-8393-e02c0aab5640 ModelInvariantUuid:cac85815-8f9d-49b5-bbbc-ffdd32538a46 ModelName:vFW 78c53b41-d635-nodes.vfwCvfc ModelUuid:289adddc-94d1-48b5-9609-b804e803ce93 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c105edcd-328f-4c90-a965-514630bb9f06 ModelInvariantUuid:76381d76-1e06-48a6-b49e-b8624b8223a9 ModelName:Vfw78c53b41D635.compute.nodes.heat.vfw ModelUuid:44be7f0d-a9ba-4838-a015-c541612c3526 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a78a9108-b05e-4409-a9fa-3014502ec5de ModelInvariantUuid:65475cfe-1d3d-4c24-a810-670ebe350538 ModelName:vFW 78c53b41-d635-nodes.vsnCvfc ModelUuid:e2457e64-d904-4132-ab54-bbbc30c2dd58 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7006816e-24e2-4506-83f8-66415321af17 ModelInvariantUuid:28034ceb-8556-46f9-9898-19b1094102b8 ModelName:Vfw78c53b41D635.compute.nodes.heat.vsn ModelUuid:cb8e8f29-fbe0-43d7-9791-62c47a2ac92c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:93c6fb32-dc34-4362-af2e-0ce627ecc635 ModelInvariantUuid:6ad5d6dd-2d61-4bb2-ac2c-68ce864607aa ModelName:vFW 78c53b41-d635-nodes.vpgCvfc ModelUuid:4a729f6c-726d-4880-bc0d-f482f6c3c731 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:98099002-7ed6-405a-8ebe-ca5e9b288cee ModelInvariantUuid:c7c39939-ef9f-4c3a-a4f1-2b9163085de2 ModelName:Vfw78c53b41D635.compute.nodes.heat.vpg ModelUuid:e1c07601-b3b3-4c5a-8194-c77d6e0b72d3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T06:19:40.889Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f5816a93-be65-42f2-b26d-2db98420443b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:19:40.993Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||vFW 78c53b41-d635 0 2022-06-23T06:19:40.999Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f5816a93-be65-42f2-b26d-2db98420443b 2022-06-23T06:19:41.000Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 95f885c9-d8f6-4141-a4b2-c5a1753bc559 from URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json 2022-06-23T06:19:41.000Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-23T06:19:41.000Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json 2022-06-23T06:19:41.182Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-23T06:19:41.183Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json 95f885c9-d8f6-4141-a4b2-c5a1753bc559 785 2022-06-23T06:19:41.183Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json ASDC sendASDCNotification 2022-06-23T06:19:41.183Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json 2022-06-23T06:19:41.183Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:19:41.184Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:41.186Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:41.186Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965181183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:41.286Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:19:41.288Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:41.288Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:41.312Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:41.312Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:19:42.188Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw78c53b41D635..base_vfw..module-0", "vfModuleModelInvariantUUID": "002c9c97-8c42-4858-a2d4-cdcb6897a62a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa232a39-b107-4271-8e26-d0389783008a", "vfModuleModelCustomizationUUID": "474d0823-1ee0-4f5c-a038-65bfb30140ee", "isBase": true, "artifacts": [ "9ec83459-686b-4ca5-8584-6d5fb446063e", "cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T06:19:42.202Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw78c53b41D635..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa232a39-b107-4271-8e26-d0389783008a VfModuleModelInvariantUUID:002c9c97-8c42-4858-a2d4-cdcb6897a62a VfModuleModelDescription:NULL Artifacts UUID List:{ 9ec83459-686b-4ca5-8584-6d5fb446063e , cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw78c53b41D635..base_vfw..module-0", "vfModuleModelInvariantUUID": "002c9c97-8c42-4858-a2d4-cdcb6897a62a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa232a39-b107-4271-8e26-d0389783008a", "vfModuleModelCustomizationUUID": "474d0823-1ee0-4f5c-a038-65bfb30140ee", "isBase": true, "artifacts": [ "9ec83459-686b-4ca5-8584-6d5fb446063e", "cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw78c53b41D635..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa232a39-b107-4271-8e26-d0389783008a VfModuleModelInvariantUUID:002c9c97-8c42-4858-a2d4-cdcb6897a62a VfModuleModelDescription:NULL Artifacts UUID List:{ 9ec83459-686b-4ca5-8584-6d5fb446063e , cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9ec83459-686b-4ca5-8584-6d5fb446063e from URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml 2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-23T06:19:42.205Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml 2022-06-23T06:19:42.288Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-23T06:19:42.289Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml 9ec83459-686b-4ca5-8584-6d5fb446063e 20368 2022-06-23T06:19:42.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-23T06:19:42.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml 2022-06-23T06:19:42.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:19:42.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:42.293Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:42.293Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965182290, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:42.393Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:42.394Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:42.394Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:42.418Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:42.419Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:19:43.293Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1 from URL: /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env 2022-06-23T06:19:43.294Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-23T06:19:43.294Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env 2022-06-23T06:19:43.374Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-23T06:19:43.375Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env cfa1e016-d8f6-496a-9fc6-89d8aae1f7c1 2098 2022-06-23T06:19:43.375Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-23T06:19:43.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env 2022-06-23T06:19:43.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:19:43.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:43.379Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:43.379Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965183375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:19:43.479Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:43.480Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:43.480Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:43.501Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:43.502Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:19:44.379Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 68b9450e-8220-4b75-b79d-576279d51913 2022-06-23T06:19:44.380Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 78c53b41-d635 0 f5816a93-be65-42f2-b26d-2db98420443b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:19:44.444Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1355376e, org.onap.sdc.toscaparser.api.parameters.Input@282cc424, org.onap.sdc.toscaparser.api.parameters.Input@5a3776c7, org.onap.sdc.toscaparser.api.parameters.Input@6dcce875, org.onap.sdc.toscaparser.api.parameters.Input@57185ce5] 2022-06-23T06:19:44.447Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.447Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:44.448Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-23T06:19:44.448Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d19da2c1-d388-4eae-8963-e2aa423d11ce 2022-06-23T06:19:44.448Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d19da2c1-d388-4eae-8963-e2aa423d11ce matches Tosca VF Customization UUID: d19da2c1-d388-4eae-8963-e2aa423d11ce 2022-06-23T06:19:44.448Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d19da2c1-d388-4eae-8963-e2aa423d11ce matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T06:19:44.457Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.457Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:44.459Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d19da2c1-d388-4eae-8963-e2aa423d11ce: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-23T06:19:44.459Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d5d4ee0 2022-06-23T06:19:44.459Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.459Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T06:19:44.460Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 474d0823-1ee0-4f5c-a038-65bfb30140ee 2022-06-23T06:19:44.461Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 474d0823-1ee0-4f5c-a038-65bfb30140ee Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T06:19:44.468Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.469Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:44.469Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:19:44.470Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.470Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:44.470Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:19:44.470Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria 2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T06:19:44.471Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T06:19:44.472Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:44.473Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6b2ad7f6-2535-4d67-8393-e02c0aab5640 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T06:19:44.486Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.486Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria 2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T06:19:44.487Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T06:19:44.488Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:44.489Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a78a9108-b05e-4409-a9fa-3014502ec5de Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T06:19:44.492Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.493Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:44.493Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:19:44.495Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is not matching search criteria 2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:44.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-23T06:19:44.497Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-23T06:19:44.498Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-23T06:19:44.498Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=93c6fb32-dc34-4362-af2e-0ce627ecc635 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T06:19:44.501Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.501Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:44.501Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:19:44.502Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.502Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Node template vFW 78c53b41-d635 0 is matching search criteria 2022-06-23T06:19:44.502Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 78c53b41-d635 0] matching following query criteria: sdcType=VF, customizationUUID=d19da2c1-d388-4eae-8963-e2aa423d11ce Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:19:44.504Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.504Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:44.504Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 68b9450e-8220-4b75-b79d-576279d51913: vFW 78c53b41-d635 2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.505Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-23 06-17-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:19:44.506Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-23 06-17-26 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:19:45.143Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 78c53b41-d635 f5816a93-be65-42f2-b26d-2db98420443b 1 ASDC deployResourceStructure 2022-06-23T06:19:45.144Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json ASDC sendASDCNotification 2022-06-23T06:19:45.144Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json 2022-06-23T06:19:45.144Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:19:45.144Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:45.146Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:45.146Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965185144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:19:45.246Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:45.247Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:45.248Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:45.278Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:45.278Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:19:46.147Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-23T06:19:46.147Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml 2022-06-23T06:19:46.148Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:19:46.148Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:46.150Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:46.150Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965186147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:19:46.250Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:46.251Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:46.251Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:46.272Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:46.273Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:19:47.151Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-23T06:19:47.151Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env 2022-06-23T06:19:47.151Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:19:47.152Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:47.154Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:47.154Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965187151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-23T06:19:47.254Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:47.255Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:47.255Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:47.283Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:47.283Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:19:48.155Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar ASDC sendASDCNotification 2022-06-23T06:19:48.156Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar 2022-06-23T06:19:48.156Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:19:48.156Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:19:48.158Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:19:48.158Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965188155, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:19:48.259Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:19:48.259Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:19:48.260Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:19:48.293Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:19:48.294Z||pool-17-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:19:49.159Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:19:49.179Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:19:49.181Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:19:49.182Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T06:19:49.182Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T06:20:19.182Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:20:19.197Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:20:19.201Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:20:19.201Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T06:20:19.201Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T06:20:28.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:20:28.204Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:20:28.205Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:20:28.259Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:20:28.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:20:28.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965168692, "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-06-23T06:20:28.293Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046 2022-06-23T06:20:28.293Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 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-06-23T06:20:49.201Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:20:49.215Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:20:49.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:20:49.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T06:20:49.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T06:21:19.219Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:21:19.235Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:21:19.239Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:21:19.239Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T06:21:19.239Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T06:21:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:21:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:21:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:21:28.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:21:28.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965169513, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965170221, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "NOTIFIED" } 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "clamp", "timestamp": 1655965170520, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:21:28.750Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046 2022-06-23T06:21:28.750Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:21:28.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "aai-ml", "timestamp": 1655965171229, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:21:28.772Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c42a7b13-5927-4eee-afa6-eb857e0d7046 2022-06-23T06:21:28.773Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c42a7b13-5927-4eee-afa6-eb857e0d7046 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:21:28.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965168184, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965176211, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965181183, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965182290, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965183375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965179877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965176056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965180370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965182436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965180370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:21:28.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965179877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:21:28.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965176056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965182436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965185144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/vfw78c53b41d6350_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965180370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965176056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965179877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-23T06:21:28.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965182436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965186147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965180370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965179877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965176056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965182436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965187151, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/resourceInstances/vfw78c53b41d6350/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965186377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965180370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965176056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965179877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965182436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965188155, "artifactURL": "/sdc/v1/catalog/services/Vfw20220623061726/1.0/artifacts/service-Vfw20220623061726-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965186377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965180370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965179877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965176056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965182436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965186377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965180370, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965179877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965176056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965182436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965186377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965190619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965190953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.801Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965191500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965191522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965186377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "ves-openapi-manager", "timestamp": 1655965190746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965190619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965192217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965186377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "ves-openapi-manager", "timestamp": 1655965190746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965190619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965186377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965193346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "ves-openapi-manager", "timestamp": 1655965190746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965194193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965190619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965194397, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:21:28.830Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5 2022-06-23T06:21:28.830Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:21:28.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "ves-openapi-manager", "timestamp": 1655965190746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.856Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965194183, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.857Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655965195199, "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-06-23T06:21:28.863Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5 2022-06-23T06:21:28.863Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 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-06-23T06:21:28.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965190619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "multicloud-k8s-id", "timestamp": 1655965195402, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "ves-openapi-manager", "timestamp": 1655965190746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "cds", "timestamp": 1655965195192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:21:28.897Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5 2022-06-23T06:21:28.897Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:21:28.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965190619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "ves-openapi-manager", "timestamp": 1655965190746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965190619, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:21:28.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965197469, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "ves-openapi-manager", "timestamp": 1655965190746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:21:28.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:21:28.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965198455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:21:28.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965199102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965199481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.914Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965199460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:21:28.915Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:21:28.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "aai-ml", "timestamp": 1655965200107, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:21:28.922Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5 2022-06-23T06:21:28.923Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:21:28.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "clamp", "timestamp": 1655965200485, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:21:28.941Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5 2022-06-23T06:21:28.941Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:21:28.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:21:28.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "policy-id", "timestamp": 1655965200463, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:21:28.975Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4218b934-c8bb-494b-ab66-a046cab01dc5 2022-06-23T06:21:28.975Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4218b934-c8bb-494b-ab66-a046cab01dc5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T06:21:49.239Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:21:49.255Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:21:49.258Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:21:49.259Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:21:49.260Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||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-06-23T06:21:49.268Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:22:19.269Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:22:19.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c42a7b13-5927-4eee-afa6-eb857e0d7046 and serviceModelVersionId: 68b9450e-8220-4b75-b79d-576279d51913 2022-06-23T06:22:19.290Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 86ca5f58-5a1c-407b-ab8e-4f444552a0dd 2022-06-23T06:22:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:22:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:22:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:33.753Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0 2022-06-23T06:22:33.872Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:22:34.377Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|INFO|500||Invoke 2022-06-23T06:22:34.385Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c42a7b13-5927-4eee-afa6-eb857e0d7046], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3058f275-79f3-4f6f-b969-3206ad83d83c], X-ECOMP-RequestID=[c42a7b13-5927-4eee-afa6-eb857e0d7046], X-TransactionId=[], X-ONAP-RequestID=[c42a7b13-5927-4eee-afa6-eb857e0d7046], Content-Type=[application/merge-patch+json]} 2022-06-23T06:22:34.496Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:22:34.725Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?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/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220623-06:22:34:580-59830], vertex-id=[151600], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:22:34 GMT], Content-Type=[application/json]} 2022-06-23T06:22:34.727Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:22:34.728Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/86ca5f58-5a1c-407b-ab8e-4f444552a0dd/model-vers/model-ver/68b9450e-8220-4b75-b79d-576279d51913?depth=0|INFO|500||InvokeReturn 2022-06-23T06:22:34.731Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:22:34.731Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:22:34.737Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T06:22:34.737Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c42a7b13-5927-4eee-afa6-eb857e0d7046 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:22:34.738Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:22:34.739Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:34.741Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:34.741Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965354738, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:22:34.841Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:34.844Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:34.844Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:34.878Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:34.879Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:35.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:35.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:22:35.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c42a7b13-5927-4eee-afa6-eb857e0d7046", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965354738, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:22:35.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:22:35.760Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:22:35.761Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:22:35.761Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:40.327Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:40.328Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:22:40.328Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4218b934-c8bb-494b-ab66-a046cab01dc5","serviceName":"basic_onboard_jzYUAF","serviceVersion":"1.0","serviceUUID":"53d7f09c-b5de-45ae-9da9-c4dab6070fd8","serviceDescription":"service","serviceInvariantUUID":"4a2ec152-023e-4d8c-bc09-e3a34ff8461e","resources":[{"resourceInstanceName":"basic_onboard_jzYUAF 0","resourceName":"basic_onboard_jzYUAF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cd78524-3733-4e39-a474-0b32fbe5d5c7","resourceInvariantUUID":"a5d647cd-37f4-4483-9778-eeb6f4c8847c","resourceCustomizationUUID":"059f1bf6-bd87-4874-87b3-e4de1429832c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml","artifactChecksum":"MDQ1OWNiY2EwMzE3YzJmNzNjMGYxZjhmMmI0OTEwZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b18b4cc5-82ed-41a7-b791-7c996959daa8","artifactVersion":"1"},{"artifactName":"basic_onboard_jzyuaf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json","artifactChecksum":"N2UwMzJkZWRiOTJhMWU3Mzg2ZWNkNzQ1OTgxMWU4YWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f48624b-374a-44ca-a012-33523549a349","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b25e145-b5f8-49ff-893d-d8bd1540c305","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09f412bf-b392-4966-b538-249e781ad71e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"abc87745-30a6-452c-ae88-5e38aa4f892a","artifactVersion":"2","generatedFromUUID":"5b25e145-b5f8-49ff-893d-d8bd1540c305"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJzyuaf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml","artifactChecksum":"MjQ5YzkyZjE3ZDRlYzAwY2Q0YmUzYjM1MWMwMmRkZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb24e248-cda7-4b3a-b8c1-334197d84c42","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJzyuaf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar","artifactChecksum":"NzU5Njk5MzMyOWZiZWRjOGQ0MjA2NWUwNWY5ODg3MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87c47c4f-a2bc-466e-9355-7b7acdeb11cb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T06:22:40.331Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:22:40.331Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:40.333Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:40.333Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:22:40.433Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:40.434Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:40.434Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:40.467Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:40.468Z||pool-19-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:22:41.333Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:22:41.334Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:41.336Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:41.336Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:22:41.437Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:41.438Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:41.438Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:41.516Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:41.517Z||pool-20-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":2,"count":1} 2022-06-23T06:22:42.337Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:22:42.337Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:42.358Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:42.359Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-23T06:22:42.439Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-06-23T06:22:42.440Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:42.440Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:42.487Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:42.488Z||pool-21-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":2,"count":1} 2022-06-23T06:22:43.359Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:22:43.360Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:43.363Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:43.363Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:22:43.464Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:22:43.465Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:43.465Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:43.500Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:43.501Z||pool-22-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:44.364Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:22:44.364Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:44.367Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:44.367Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-23T06:22:44.467Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:44.468Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:44.468Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:44.534Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:44.535Z||pool-23-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:45.368Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:22:45.368Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:45.370Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:45.371Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:22:45.471Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:45.472Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:45.472Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:45.511Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:45.512Z||pool-24-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:46.371Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:22:46.372Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:46.374Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:46.374Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:22:46.474Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:46.475Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:46.475Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:46.504Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:46.505Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:47.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "serviceName": "basic_onboard_jzYUAF", "serviceVersion": "1.0", "serviceUUID": "53d7f09c-b5de-45ae-9da9-c4dab6070fd8", "serviceDescription": "service", "serviceInvariantUUID": "4a2ec152-023e-4d8c-bc09-e3a34ff8461e", "resources": [ { "resourceInstanceName": "basic_onboard_jzYUAF 0", "resourceCustomizationUUID": "059f1bf6-bd87-4874-87b3-e4de1429832c", "resourceName": "basic_onboard_jzYUAF", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3cd78524-3733-4e39-a474-0b32fbe5d5c7", "resourceInvariantUUID": "a5d647cd-37f4-4483-9778-eeb6f4c8847c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jzyuaf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "artifactChecksum": "N2UwMzJkZWRiOTJhMWU3Mzg2ZWNkNzQ1OTgxMWU4YWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f48624b-374a-44ca-a012-33523549a349", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5b25e145-b5f8-49ff-893d-d8bd1540c305", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "abc87745-30a6-452c-ae88-5e38aa4f892a", "generatedFromUUID": "5b25e145-b5f8-49ff-893d-d8bd1540c305" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "abc87745-30a6-452c-ae88-5e38aa4f892a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJzyuaf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "artifactChecksum": "NzU5Njk5MzMyOWZiZWRjOGQ0MjA2NWUwNWY5ODg3MGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87c47c4f-a2bc-466e-9355-7b7acdeb11cb" } ], "workloadContext": "Production" } 2022-06-23T06:22:47.376Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:22:47.377Z|c42a7b13-5927-4eee-afa6-eb857e0d7046|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 53d7f09c-b5de-45ae-9da9-c4dab6070fd8 ASDC 2022-06-23T06:22:47.377Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4218b934-c8bb-494b-ab66-a046cab01dc5 ServiceName:basic_onboard_jzYUAF ServiceVersion:1.0 ServiceUUID:53d7f09c-b5de-45ae-9da9-c4dab6070fd8 ServiceInvariantUUID:4a2ec152-023e-4d8c-bc09-e3a34ff8461e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJzyuaf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar ArtifactUUID:87c47c4f-a2bc-466e-9355-7b7acdeb11cb ArtifactChecksum:NzU5Njk5MzMyOWZiZWRjOGQ0MjA2NWUwNWY5ODg3MGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_jzYUAF 0 ResourceCustomizationUUID:059f1bf6-bd87-4874-87b3-e4de1429832c ResourceInvariantUUID:a5d647cd-37f4-4483-9778-eeb6f4c8847c ResourceName:basic_onboard_jzYUAF ResourceType:VF ResourceUUID:3cd78524-3733-4e39-a474-0b32fbe5d5c7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jzyuaf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json ArtifactUUID:3f48624b-374a-44ca-a012-33523549a349 ArtifactChecksum:N2UwMzJkZWRiOTJhMWU3Mzg2ZWNkNzQ1OTgxMWU4YWE= 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/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml ArtifactUUID:5b25e145-b5f8-49ff-893d-d8bd1540c305 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/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env ArtifactUUID:abc87745-30a6-452c-ae88-5e38aa4f892a 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/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env ArtifactUUID:abc87745-30a6-452c-ae88-5e38aa4f892a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T06:22:47.377Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53d7f09c-b5de-45ae-9da9-c4dab6070fd8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:22:47.419Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87c47c4f-a2bc-466e-9355-7b7acdeb11cb from URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-23T06:22:47.420Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:47.759Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar 87c47c4f-a2bc-466e-9355-7b7acdeb11cb 71583 2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar ASDC sendASDCNotification 2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:22:47.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:47.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:47.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965367763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:22:47.866Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:22:47.867Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:47.867Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:47.893Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:47.893Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:48.766Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:22:48.768Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-23T06:22:48.768Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 87c47c4f-a2bc-466e-9355-7b7acdeb11cb, URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar to file: /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:48.768Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:48.769Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:48.769Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:48.912Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18197013421858496418/Definitions/service-BasicOnboardJzyuaf-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-23T06:22:50.049Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jzYUAF 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.050Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.051Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.052Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.053Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is not matching search criteria 2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.054Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:50.055Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is not matching search criteria 2022-06-23T06:22:50.056Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a9a2bd8-f4d7-4a8d-a96b-2e4719bfe28c 2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:50.057Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.058Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:50.058Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:50.058Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:50.058Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_jzYUAF Description:service Model UUID:53d7f09c-b5de-45ae-9da9-c4dab6070fd8 Model Version:NULL Model InvariantUuid:4a2ec152-023e-4d8c-bc09-e3a34ff8461e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_jzYUAF Model UUID:8b78c6cf-cd21-4bb4-ac17-7d6d79eed103 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a5d647cd-37f4-4483-9778-eeb6f4c8847c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:059f1bf6-bd87-4874-87b3-e4de1429832c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:295ca271-730f-48c2-bd18-70f3943415ff ModelName:BasicOnboardJzyuaf..base_ubuntu18..module-0 ModelUuid:d3a07de1-dce0-4b8e-81d8-006b09feace0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2a9a2bd8-f4d7-4a8d-a96b-2e4719bfe28c ModelInvariantUuid:de181ecc-9c08-427a-a16a-b0fbf3511388 ModelName:basic_onboard_jzYUAF-nodes.ubuntu18Cvfc ModelUuid:3c60bd35-4a56-4e36-8d99-2908d782f54a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2a18c946-0b2e-43d2-a050-1f84d40c9e16 ModelInvariantUuid:3e90b269-c329-4cb0-b936-cda16339ddad ModelName:BasicOnboardJzyuaf.compute.nodes.heat.ubuntu18 ModelUuid:63191358-3d2a-40e8-a2f5-0d5683249ddc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T06:22:50.074Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3cd78524-3733-4e39-a474-0b32fbe5d5c7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:22:50.083Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||basic_onboard_jzYUAF 0 2022-06-23T06:22:50.084Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3cd78524-3733-4e39-a474-0b32fbe5d5c7 2022-06-23T06:22:50.084Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f48624b-374a-44ca-a012-33523549a349 from URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json 2022-06-23T06:22:50.084Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-23T06:22:50.084Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json 2022-06-23T06:22:50.164Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-23T06:22:50.164Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json 3f48624b-374a-44ca-a012-33523549a349 798 2022-06-23T06:22:50.164Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json ASDC sendASDCNotification 2022-06-23T06:22:50.165Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json 2022-06-23T06:22:50.165Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:22:50.165Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:50.167Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:50.167Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965370164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:22:50.267Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:50.268Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:50.268Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:50.297Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:50.298Z||pool-27-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:22:51.167Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJzyuaf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "295ca271-730f-48c2-bd18-70f3943415ff", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d3a07de1-dce0-4b8e-81d8-006b09feace0", "vfModuleModelCustomizationUUID": "28370917-c2ad-4876-b661-ecabc0bd3ba2", "isBase": true, "artifacts": [ "5b25e145-b5f8-49ff-893d-d8bd1540c305", "abc87745-30a6-452c-ae88-5e38aa4f892a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T06:22:51.174Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJzyuaf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d3a07de1-dce0-4b8e-81d8-006b09feace0 VfModuleModelInvariantUUID:295ca271-730f-48c2-bd18-70f3943415ff VfModuleModelDescription:NULL Artifacts UUID List:{ 5b25e145-b5f8-49ff-893d-d8bd1540c305 , abc87745-30a6-452c-ae88-5e38aa4f892a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T06:22:51.176Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJzyuaf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "295ca271-730f-48c2-bd18-70f3943415ff", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d3a07de1-dce0-4b8e-81d8-006b09feace0", "vfModuleModelCustomizationUUID": "28370917-c2ad-4876-b661-ecabc0bd3ba2", "isBase": true, "artifacts": [ "5b25e145-b5f8-49ff-893d-d8bd1540c305", "abc87745-30a6-452c-ae88-5e38aa4f892a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-23T06:22:51.176Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJzyuaf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d3a07de1-dce0-4b8e-81d8-006b09feace0 VfModuleModelInvariantUUID:295ca271-730f-48c2-bd18-70f3943415ff VfModuleModelDescription:NULL Artifacts UUID List:{ 5b25e145-b5f8-49ff-893d-d8bd1540c305 , abc87745-30a6-452c-ae88-5e38aa4f892a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-23T06:22:51.176Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5b25e145-b5f8-49ff-893d-d8bd1540c305 from URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml 2022-06-23T06:22:51.177Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-23T06:22:51.177Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml 2022-06-23T06:22:51.523Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-23T06:22:51.524Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml 5b25e145-b5f8-49ff-893d-d8bd1540c305 5033 2022-06-23T06:22:51.524Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-23T06:22:51.524Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml 2022-06-23T06:22:51.525Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:22:51.525Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:51.527Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:51.527Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965371524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:22:51.628Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:51.629Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:51.629Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:51.658Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:51.659Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:52.528Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: abc87745-30a6-452c-ae88-5e38aa4f892a from URL: /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env 2022-06-23T06:22:52.529Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-23T06:22:52.529Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env 2022-06-23T06:22:52.724Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-23T06:22:52.725Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env abc87745-30a6-452c-ae88-5e38aa4f892a 909 2022-06-23T06:22:52.725Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-23T06:22:52.725Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env 2022-06-23T06:22:52.725Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:22:52.726Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:52.728Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:52.728Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965372725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:22:52.828Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:52.829Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:52.829Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:52.859Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:52.860Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:22:53.728Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 53d7f09c-b5de-45ae-9da9-c4dab6070fd8 2022-06-23T06:22:53.729Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jzYUAF 0 3cd78524-3733-4e39-a474-0b32fbe5d5c7 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:22:53.752Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c14eb36, org.onap.sdc.toscaparser.api.parameters.Input@7ac00152, org.onap.sdc.toscaparser.api.parameters.Input@243ece72, org.onap.sdc.toscaparser.api.parameters.Input@f01f54e, org.onap.sdc.toscaparser.api.parameters.Input@6427e2c3] 2022-06-23T06:22:53.754Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.754Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:53.755Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-23T06:22:53.755Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 059f1bf6-bd87-4874-87b3-e4de1429832c 2022-06-23T06:22:53.755Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 059f1bf6-bd87-4874-87b3-e4de1429832c matches Tosca VF Customization UUID: 059f1bf6-bd87-4874-87b3-e4de1429832c 2022-06-23T06:22:53.755Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 059f1bf6-bd87-4874-87b3-e4de1429832c matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T06:22:53.759Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.759Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:53.760Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 059f1bf6-bd87-4874-87b3-e4de1429832c: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-23T06:22:53.760Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c239230 2022-06-23T06:22:53.760Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.760Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T06:22:53.761Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 28370917-c2ad-4876-b661-ecabc0bd3ba2 2022-06-23T06:22:53.761Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 28370917-c2ad-4876-b661-ecabc0bd3ba2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T06:22:53.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:53.765Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:22:53.766Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.766Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:53.766Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:22:53.767Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.767Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is not matching search criteria 2022-06-23T06:22:53.767Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-23T06:22:53.767Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-23T06:22:53.768Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a9a2bd8-f4d7-4a8d-a96b-2e4719bfe28c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T06:22:53.771Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.771Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:53.771Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:22:53.772Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.772Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_jzYUAF 0 is matching search criteria 2022-06-23T06:22:53.772Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_jzYUAF 0] matching following query criteria: sdcType=VF, customizationUUID=059f1bf6-bd87-4874-87b3-e4de1429832c Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:22:53.776Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:53.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 53d7f09c-b5de-45ae-9da9-c4dab6070fd8: basic_onboard_jzYUAF 2022-06-23T06:22:53.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:53.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.779Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:53.779Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:22:53.779Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_jzYUAF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:22:53.779Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_jzYUAF Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:22:53.913Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jzYUAF 3cd78524-3733-4e39-a474-0b32fbe5d5c7 1 ASDC deployResourceStructure 2022-06-23T06:22:53.913Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json ASDC sendASDCNotification 2022-06-23T06:22:53.914Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json 2022-06-23T06:22:53.914Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:22:53.915Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:53.916Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:53.917Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965373913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:22:54.017Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:54.018Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:54.018Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:54.040Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:54.040Z||pool-30-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:54.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-23T06:22:54.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml 2022-06-23T06:22:54.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:22:54.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:54.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:54.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965374919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:22:55.022Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:55.023Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:55.023Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:55.044Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:55.045Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:22:55.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-23T06:22:55.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env 2022-06-23T06:22:55.924Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:22:55.924Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:55.926Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:55.926Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965375923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-23T06:22:56.026Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:56.027Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:56.027Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:56.058Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:56.058Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:22:56.927Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar ASDC sendASDCNotification 2022-06-23T06:22:56.927Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar 2022-06-23T06:22:56.927Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:22:56.928Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:22:56.929Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:22:56.929Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965376927, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:22:57.030Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:22:57.031Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:22:57.031Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:22:57.060Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:22:57.060Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:22:57.930Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4218b934-c8bb-494b-ab66-a046cab01dc5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:22:57.948Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4218b934-c8bb-494b-ab66-a046cab01dc5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:22:57.952Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:22:57.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||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-06-23T06:22:57.961Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:23:27.961Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4218b934-c8bb-494b-ab66-a046cab01dc5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:23:27.979Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4218b934-c8bb-494b-ab66-a046cab01dc5 and serviceModelVersionId: 53d7f09c-b5de-45ae-9da9-c4dab6070fd8 2022-06-23T06:23:27.979Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a2ec152-023e-4d8c-bc09-e3a34ff8461e 2022-06-23T06:23:27.980Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0 2022-06-23T06:23:27.986Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:23:28.042Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|INFO|500||Invoke 2022-06-23T06:23:28.043Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4218b934-c8bb-494b-ab66-a046cab01dc5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9adb1d6-8089-452f-9357-18ffcf524093], X-ECOMP-RequestID=[4218b934-c8bb-494b-ab66-a046cab01dc5], X-TransactionId=[], X-ONAP-RequestID=[4218b934-c8bb-494b-ab66-a046cab01dc5], Content-Type=[application/merge-patch+json]} 2022-06-23T06:23:28.067Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:23:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:23:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:23:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:23:28.226Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?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/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-06:23:28:148-84199], vertex-id=[213216], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:23:28 GMT], Content-Type=[application/json]} 2022-06-23T06:23:28.227Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:23:28.227Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2ec152-023e-4d8c-bc09-e3a34ff8461e/model-vers/model-ver/53d7f09c-b5de-45ae-9da9-c4dab6070fd8?depth=0|INFO|500||InvokeReturn 2022-06-23T06:23:28.228Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:23:28.228Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:23:28.232Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-23T06:23:28.232Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4218b934-c8bb-494b-ab66-a046cab01dc5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:23:28.233Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:23:28.233Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:23:28.235Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:23:28.235Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965408233, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:23:28.335Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:23:28.336Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:23:28.336Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:23:28.369Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:23:28.370Z||pool-34-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:23:28.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:23:28.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:23:28.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:23:28.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:23:28.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:23:28.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-23T06:23:28.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:23:28.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:23:28.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:23:28.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-23T06:23:28.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:23:28.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965355760, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:23:28.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-23T06:23:28.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965367763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:23:28.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:23:28.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965370164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:23:28.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:23:28.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965371524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:23:28.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965372725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:23:28.393Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965373913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/basic_onboard_jzyuaf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:23:28.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:23:28.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965374919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:23:28.394Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:23:28.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965375923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/resourceInstances/basic_onboard_jzyuaf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-23T06:23:28.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:23:28.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:23:28.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965376927, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJzyuaf/1.0/artifacts/service-BasicOnboardJzyuaf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:23:28.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:23:29.261Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:23:29.264Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:23:29.264Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:23:38.886Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:23:38.887Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:23:38.888Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:23:38.888Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:23:48.489Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:23:48.490Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:23:48.491Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:23:48.491Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:23:58.097Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:24:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:24:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:24:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:24:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:24:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:24:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:24:28.722Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:24:28.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-23T06:24:28.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "4218b934-c8bb-494b-ab66-a046cab01dc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655965408233, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:24:28.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:24:37.763Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:25:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:25:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:25:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:25:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:25:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:25:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:25:37.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:25:37.778Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:26:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:26:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:26:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:26:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:26:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:26:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:26:37.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:26:37.777Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:27:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:27:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:27:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:27:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:27:28.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:27:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:27:37.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:27:37.801Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:28:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:28:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:28:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:28:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:28:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:28:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:28:37.748Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:28:37.748Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:29:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:29:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:29:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:29:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:29:28.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:29:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:29:37.744Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:29:37.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:30:28.184Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:30:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:30:28.185Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:30:28.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:30:28.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:30:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:30:37.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:30:37.750Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:31:28.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:31:28.185Z||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-06-23T06:31:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:31:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:31:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:31:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:31:37.751Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:31:37.765Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:32:28.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:32:28.185Z||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-06-23T06:32:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:32:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:32:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:32:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:32:37.742Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:32:37.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:33:28.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:33:28.185Z||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-06-23T06:33:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:33:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:33:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:33:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:33:37.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:33:37.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:34:28.184Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:34:28.185Z||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-06-23T06:34:28.185Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:34:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:34:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:34:28.188Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:34:28.848Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:34:28.849Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.849Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "ves-openapi-manager", "timestamp": 1655966030746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:34:28.852Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.852Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.852Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "policy-id", "timestamp": 1655966030619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:34:28.852Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "cds", "timestamp": 1655966026377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "ves-openapi-manager", "timestamp": 1655966030746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:34:28.853Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "policy-id", "timestamp": 1655966030619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.854Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "cds", "timestamp": 1655966026377, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "cds", "timestamp": 1655966035198, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.855Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "policy-id", "timestamp": 1655966035972, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:34:28.856Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.856Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.856Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "cds", "timestamp": 1655966036204, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-06-23T06:34:28.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:34:28.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3312e57d-d4e7-4bc4-bb7b-cca49e2d9373","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2d8ca022-96b9-4c96-bbcb-555b306fe4b7","serviceDescription":"service","serviceInvariantUUID":"84817a77-78cd-4aa1-8809-639851c5a3b1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f5ef0077-4b37-4bbd-b140-6c17473a7e5a","resourceInvariantUUID":"165a346a-f26c-4f42-883c-39938e4ff52c","resourceCustomizationUUID":"905630ca-a5a7-453e-bc53-a4c4696d4cac","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":"MzI2M2M3YTk5ODJjZDYzMjZkZmIxNTNkNDRiZWNiMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9becfac-b5c3-406c-afdd-504e32c4f077","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjE5ZDgyNGJiMmE2NzE2OWRhMTE3MjMxNDVhOGI0Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66017ec6-928c-46c0-bdcf-5299ab8af789","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:34:28.866Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:34:28.867Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:34:28.870Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:34:28.870Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966068184, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:34:28.884Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 2022-06-23T06:34:28.884Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:34:28.894Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.894Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "policy-id", "timestamp": 1655966036978, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:34:28.894Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.894Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.895Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "policy-id", "timestamp": 1655966037982, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:34:28.900Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 2022-06-23T06:34:28.900Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:34:28.918Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.918Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "multicloud-k8s-id", "timestamp": 1655966039877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "multicloud-k8s-id", "timestamp": 1655966039877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.919Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "aai-ml", "timestamp": 1655966046056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "aai-ml", "timestamp": 1655966046056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.920Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "aai-ml", "timestamp": 1655966048872, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "clamp", "timestamp": 1655966050370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.921Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "clamp", "timestamp": 1655966050370, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966052435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.922Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "aai-ml", "timestamp": 1655966053636, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966052435, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.923Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "aai-ml", "timestamp": 1655966054643, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:34:28.929Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 2022-06-23T06:34:28.930Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:34:28.945Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.945Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966055316, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966057404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.946Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.947Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966058410, "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-06-23T06:34:28.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 2022-06-23T06:34:28.953Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 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-06-23T06:34:28.967Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.967Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "clamp", "timestamp": 1655966062848, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:34:28.968Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.968Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.968Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "clamp", "timestamp": 1655966065847, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:34:28.968Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:34:28.969Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:34:28.969Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "clamp", "timestamp": 1655966066869, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:34:28.971Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:34:28.972Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:34:28.972Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:34:28.975Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 2022-06-23T06:34:28.975Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:34:29.002Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:34:29.003Z||pool-35-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:34:29.871Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:34:29.872Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:34:29.874Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:34:29.875Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966068184, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:34:29.975Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:34:29.976Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:34:29.976Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:34:30.003Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:34:30.003Z||pool-36-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:34:30.876Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2d8ca022-96b9-4c96-bbcb-555b306fe4b7", "serviceDescription": "service", "serviceInvariantUUID": "84817a77-78cd-4aa1-8809-639851c5a3b1", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "905630ca-a5a7-453e-bc53-a4c4696d4cac", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f5ef0077-4b37-4bbd-b140-6c17473a7e5a", "resourceInvariantUUID": "165a346a-f26c-4f42-883c-39938e4ff52c", "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": "YjE5ZDgyNGJiMmE2NzE2OWRhMTE3MjMxNDVhOGI0Mzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "66017ec6-928c-46c0-bdcf-5299ab8af789" } ], "workloadContext": "Production" } 2022-06-23T06:34:30.877Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:34:30.877Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2d8ca022-96b9-4c96-bbcb-555b306fe4b7 ASDC 2022-06-23T06:34:30.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2d8ca022-96b9-4c96-bbcb-555b306fe4b7 ServiceInvariantUUID:84817a77-78cd-4aa1-8809-639851c5a3b1 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:66017ec6-928c-46c0-bdcf-5299ab8af789 ArtifactChecksum:YjE5ZDgyNGJiMmE2NzE2OWRhMTE3MjMxNDVhOGI0Mzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:905630ca-a5a7-453e-bc53-a4c4696d4cac ResourceInvariantUUID:165a346a-f26c-4f42-883c-39938e4ff52c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f5ef0077-4b37-4bbd-b140-6c17473a7e5a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-23T06:34:30.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d8ca022-96b9-4c96-bbcb-555b306fe4b7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:34:30.912Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:34:30.913Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:34:30.913Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:34:30.913Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 66017ec6-928c-46c0-bdcf-5299ab8af789 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-23T06:34:30.913Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:34:30.914Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-23T06:34:31.154Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:34:31.157Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 66017ec6-928c-46c0-bdcf-5299ab8af789 52512 2022-06-23T06:34:31.157Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-23T06:34:31.157Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-23T06:34:31.158Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:34:31.158Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:34:31.160Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:34:31.160Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966071157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:34:31.260Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:34:31.261Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:34:31.262Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:34:31.288Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:34:31.288Z||pool-37-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:34:32.161Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:34:32.162Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:34:32.162Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 66017ec6-928c-46c0-bdcf-5299ab8af789, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T06:34:32.163Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-23T06:34:32.164Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T06:34:32.164Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T06:34:32.295Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11246289805487136201/Definitions/service-BasicNetwork-template.yml 2022-06-23T06:34:32.822Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:34:32.823Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:34:32.823Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-23T06:34:32.823Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.824Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|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-BasicNetwork-csar.csar 2022-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:34:32.825Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.826Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.826Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-23T06:34:32.826Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:34:32.826Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:34:32.827Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.827Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.827Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-23T06:34:32.827Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:34:32.828Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:34:32.828Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.828Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.828Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.829Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.829Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.829Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2d8ca022-96b9-4c96-bbcb-555b306fe4b7 Model Version:NULL Model InvariantUuid:84817a77-78cd-4aa1-8809-639851c5a3b1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:165a346a-f26c-4f42-883c-39938e4ff52c Model UUID:4081cded-a770-4896-b733-993fd17914a2 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:905630ca-a5a7-453e-bc53-a4c4696d4cac 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-06-23T06:34:32.853Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: f5ef0077-4b37-4bbd-b140-6c17473a7e5a 2022-06-23T06:34:32.853Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||No resources found for Service: 2d8ca022-96b9-4c96-bbcb-555b306fe4b7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:34:32.860Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500|| 2022-06-23T06:34:32.860Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-23T06:34:32.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2d8ca022-96b9-4c96-bbcb-555b306fe4b7 2022-06-23T06:34:32.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2d8ca022-96b9-4c96-bbcb-555b306fe4b7 2022-06-23T06:34:32.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-23T06:34:32.862Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.875Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72ca69b5, org.onap.sdc.toscaparser.api.parameters.Input@7729a50b, org.onap.sdc.toscaparser.api.parameters.Input@749f0a3c, org.onap.sdc.toscaparser.api.parameters.Input@26bbca0d, org.onap.sdc.toscaparser.api.parameters.Input@71d98ae] 2022-06-23T06:34:32.877Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.877Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.877Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2d8ca022-96b9-4c96-bbcb-555b306fe4b7: Generic NeutronNet 2022-06-23T06:34:32.878Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.879Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.879Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.879Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:32.934Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.934Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.934Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.935Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.935Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:34:32.935Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:34:32.936Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||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-06-23T06:34:33.035Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-23T06:34:33.036Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-23T06:34:33.036Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-23T06:34:33.037Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:34:33.037Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:34:33.039Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:34:33.039Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966073036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:34:33.139Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:34:33.140Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:34:33.140Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:34:33.173Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:34:33.174Z||pool-38-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:34:34.040Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:34:34.057Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:34:34.061Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:34:34.061Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:34:34.061Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:34:34.061Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:34:34.062Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:34:34.062Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:34:34.062Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:34:34.062Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:34:34.063Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:34:34.063Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:34:34.063Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|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-06-23T06:34:34.070Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:35:04.071Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:35:04.079Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and serviceModelVersionId: 2d8ca022-96b9-4c96-bbcb-555b306fe4b7 2022-06-23T06:35:04.079Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84817a77-78cd-4aa1-8809-639851c5a3b1 2022-06-23T06:35:04.080Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0 2022-06-23T06:35:04.085Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:35:04.139Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|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/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?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-06-23T06:35:04.141Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0|INFO|500||Invoke 2022-06-23T06:35:04.162Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:35:04.261Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0|INFO|500||InvokeReturn 2022-06-23T06:35:04.261Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|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/84817a77-78cd-4aa1-8809-639851c5a3b1/model-vers/model-ver/2d8ca022-96b9-4c96-bbcb-555b306fe4b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-06:35:04:238-86707], vertex-id=[225528], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:35:04 GMT], Content-Type=[application/json]} 2022-06-23T06:35:04.262Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:35:04.262Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:35:04.262Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|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-06-23T06:35:04.285Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|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-06-23T06:35:04.285Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3312e57d-d4e7-4bc4-bb7b-cca49e2d9373 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:35:04.285Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:35:04.286Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:04.288Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:04.288Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966104285, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:35:04.388Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:04.389Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:35:04.389Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:04.407Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:04.407Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:35:28.186Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:35:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:35:28.188Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|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-06-23T06:35:28.188Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:28.189Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:35:28.189Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:28.341Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:28.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:35:28.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966068184, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:35:28.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:35:28.830Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:28.831Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T06:35:28.831Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"207e6559-0692-408f-9439-5204b2871cbe","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4d9572f6-250c-4436-bd1a-94931ad5ade6","serviceDescription":"service","serviceInvariantUUID":"eda28848-358e-4ea5-b61b-3e20a4f4656b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"acc448dc-e203-4c1a-91a7-b3457985d865","resourceInvariantUUID":"1efdd983-c2cf-4a70-9032-cea17613578b","resourceCustomizationUUID":"a84f2601-4681-4dd7-8fe6-51f0affbd2a1","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":"MThjMzI2Y2I3MGE4ODgzZjJkNjUzZThmZThhODIxYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"af551485-7e8e-422c-9122-62e3ca96a742","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":"ZDA2YzA0MzRjMzEzYTNjZmU4MzY5ODMzNGZlNDYxOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e0f5a7f5-0fe5-400e-bb8e-a75566041e4b","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":"4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446","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":"0d9349af-9bb7-4d2c-99f9-896d54e2bb58","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":"1ababe2a-599e-41eb-9fb4-2765ae3ff922","artifactVersion":"2","generatedFromUUID":"4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjQyNzUzZTgwZmZhZjMyODRiNTNlNDI5YjI5NTg4YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7253dc1-6ae6-439b-8db0-e79c0fb0bfbb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTY5OWQ4OTE5Mjg1MGRiODFiYjJkMTUyNGE5YzZmZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9ec9b67-f365-46cc-a72c-76323b3c13f7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T06:35:28.834Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:35:28.834Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:28.836Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:28.836Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:35:28.936Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:28.938Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:35:28.938Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:28.955Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:28.955Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:35:29.837Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:35:29.837Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:29.840Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:29.840Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:35:29.940Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:29.941Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:35:29.941Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:29.956Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:29.957Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:35:30.840Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:35:30.841Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:30.843Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:30.843Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T06:35:30.943Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:35:30.944Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:35:30.944Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:30.975Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:30.976Z||pool-42-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:35:31.844Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:35:31.845Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:31.849Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:31.849Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:35:31.949Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:31.950Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:35:31.950Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:31.968Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:31.969Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:35:32.850Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:35:32.851Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:32.852Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:32.852Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T06:35:32.952Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:32.953Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:35:32.954Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:32.983Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:32.984Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:35:33.853Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:35:33.854Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:33.855Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:33.856Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:35:33.956Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:33.956Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-23T06:35:33.957Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:33.973Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:33.974Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:35:34.856Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:35:34.857Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:34.859Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:34.859Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:35:34.959Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:34.960Z||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-06-23T06:35:34.960Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:34.980Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:34.981Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:35:35.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "4d9572f6-250c-4436-bd1a-94931ad5ade6", "serviceDescription": "service", "serviceInvariantUUID": "eda28848-358e-4ea5-b61b-3e20a4f4656b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a84f2601-4681-4dd7-8fe6-51f0affbd2a1", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "acc448dc-e203-4c1a-91a7-b3457985d865", "resourceInvariantUUID": "1efdd983-c2cf-4a70-9032-cea17613578b", "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": "ZDA2YzA0MzRjMzEzYTNjZmU4MzY5ODMzNGZlNDYxOTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e0f5a7f5-0fe5-400e-bb8e-a75566041e4b", "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": "4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446", "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": "1ababe2a-599e-41eb-9fb4-2765ae3ff922", "generatedFromUUID": "4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446" }, "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": "1ababe2a-599e-41eb-9fb4-2765ae3ff922", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTY5OWQ4OTE5Mjg1MGRiODFiYjJkMTUyNGE5YzZmZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e9ec9b67-f365-46cc-a72c-76323b3c13f7" } ], "workloadContext": "Production" } 2022-06-23T06:35:35.861Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:35:35.862Z|3312e57d-d4e7-4bc4-bb7b-cca49e2d9373|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d9572f6-250c-4436-bd1a-94931ad5ade6 ASDC 2022-06-23T06:35:35.862Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:207e6559-0692-408f-9439-5204b2871cbe ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:4d9572f6-250c-4436-bd1a-94931ad5ade6 ServiceInvariantUUID:eda28848-358e-4ea5-b61b-3e20a4f4656b 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:e9ec9b67-f365-46cc-a72c-76323b3c13f7 ArtifactChecksum:YTY5OWQ4OTE5Mjg1MGRiODFiYjJkMTUyNGE5YzZmZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a84f2601-4681-4dd7-8fe6-51f0affbd2a1 ResourceInvariantUUID:1efdd983-c2cf-4a70-9032-cea17613578b ResourceName:basic_vm ResourceType:VF ResourceUUID:acc448dc-e203-4c1a-91a7-b3457985d865 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:e0f5a7f5-0fe5-400e-bb8e-a75566041e4b ArtifactChecksum:ZDA2YzA0MzRjMzEzYTNjZmU4MzY5ODMzNGZlNDYxOTc= 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:4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446 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:1ababe2a-599e-41eb-9fb4-2765ae3ff922 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:1ababe2a-599e-41eb-9fb4-2765ae3ff922 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T06:35:35.863Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d9572f6-250c-4436-bd1a-94931ad5ade6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:35:35.912Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:35:35.913Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:35:35.913Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:35:35.914Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e9ec9b67-f365-46cc-a72c-76323b3c13f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-23T06:35:35.915Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:35:35.915Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-23T06:35:36.043Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:35:36.046Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e9ec9b67-f365-46cc-a72c-76323b3c13f7 71063 2022-06-23T06:35:36.046Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-23T06:35:36.046Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-23T06:35:36.046Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:35:36.047Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:36.049Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:36.049Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966136046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:35:36.149Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:36.150Z||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-06-23T06:35:36.150Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:36.167Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:36.167Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:35:37.050Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:35:37.051Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:35:37.052Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e9ec9b67-f365-46cc-a72c-76323b3c13f7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T06:35:37.052Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-23T06:35:37.053Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T06:35:37.053Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T06:35:37.175Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14867331464559635881/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-23T06:35:38.378Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:35:38.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:35:38.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T06:35:38.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-23T06:35:38.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|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-BasicVm-csar.csar 2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|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-BasicVm-csar.csar 2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|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-BasicVm-csar.csar 2022-06-23T06:35:38.380Z|207e6559-0692-408f-9439-5204b2871cbe|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-BasicVm-csar.csar 2022-06-23T06:35:38.381Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-23T06:35:38.381Z|207e6559-0692-408f-9439-5204b2871cbe|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-BasicVm-csar.csar 2022-06-23T06:35:38.381Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:35:38.381Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.382Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:38.382Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:38.382Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:35:38.382Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:35:38.383Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.383Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:38.383Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:38.383Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:35:38.384Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:35:38.384Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.384Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:38.384Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.385Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-23T06:35:38.385Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-23T06:35:38.385Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-23T06:35:38.385Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-23T06:35:38.386Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T06:35:38.386Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T06:35:38.386Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.386Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T06:35:38.387Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.387Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:38.387Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:35:38.387Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.387Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:38.388Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:35:38.388Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.388Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:38.388Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:35:38.389Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.389Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-23T06:35:38.389Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-23T06:35:38.389Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T06:35:38.389Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=70ed53ee-a64b-42d9-a480-e0ffd2ddc6cf 2022-06-23T06:35:38.390Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.390Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:38.390Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.390Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:38.391Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.391Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:38.391Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:38.391Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:38.391Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:4d9572f6-250c-4436-bd1a-94931ad5ade6 Model Version:NULL Model InvariantUuid:eda28848-358e-4ea5-b61b-3e20a4f4656b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f66abcca-ff7a-4fe3-acf4-8cfb34dcf0d4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1efdd983-c2cf-4a70-9032-cea17613578b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a84f2601-4681-4dd7-8fe6-51f0affbd2a1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c1a670b2-8860-4371-b54c-ebfa737816ac ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d790f817-88b5-421f-a0fe-fb7b201a2386 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:70ed53ee-a64b-42d9-a480-e0ffd2ddc6cf ModelInvariantUuid:cd4b1114-346e-41a1-b51c-d477e884f885 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:36a021a0-b9ed-4497-9a66-2632814bd208 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:3e00bd66-fbc0-4b3b-9645-3b7fc5ce2210 ModelInvariantUuid:705e4afe-fb47-48d5-8106-a1d3fcfafbd1 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:d23b28c4-abc4-4e60-8971-7e40ae546333 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T06:35:38.400Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: acc448dc-e203-4c1a-91a7-b3457985d865 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:35:38.404Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-06-23T06:35:38.404Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: acc448dc-e203-4c1a-91a7-b3457985d865 2022-06-23T06:35:38.404Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e0f5a7f5-0fe5-400e-bb8e-a75566041e4b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-23T06:35:38.404Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:35:38.404Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:38.475Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:35:38.476Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e0f5a7f5-0fe5-400e-bb8e-a75566041e4b 787 2022-06-23T06:35:38.476Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:38.476Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:38.476Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:35:38.477Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:38.479Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:38.479Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966138476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:35:38.579Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:38.580Z||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-06-23T06:35:38.581Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:38.608Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:38.609Z||pool-48-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:35:39.480Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c1a670b2-8860-4371-b54c-ebfa737816ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d790f817-88b5-421f-a0fe-fb7b201a2386", "vfModuleModelCustomizationUUID": "b5cf44e7-4faa-4d57-bf20-95e03ad7a20b", "isBase": true, "artifacts": [ "4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446", "1ababe2a-599e-41eb-9fb4-2765ae3ff922" ], "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-06-23T06:35:39.485Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d790f817-88b5-421f-a0fe-fb7b201a2386 VfModuleModelInvariantUUID:c1a670b2-8860-4371-b54c-ebfa737816ac VfModuleModelDescription:NULL Artifacts UUID List:{ 4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446 , 1ababe2a-599e-41eb-9fb4-2765ae3ff922 } 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-06-23T06:35:39.487Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c1a670b2-8860-4371-b54c-ebfa737816ac", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d790f817-88b5-421f-a0fe-fb7b201a2386", "vfModuleModelCustomizationUUID": "b5cf44e7-4faa-4d57-bf20-95e03ad7a20b", "isBase": true, "artifacts": [ "4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446", "1ababe2a-599e-41eb-9fb4-2765ae3ff922" ], "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-06-23T06:35:39.487Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d790f817-88b5-421f-a0fe-fb7b201a2386 VfModuleModelInvariantUUID:c1a670b2-8860-4371-b54c-ebfa737816ac VfModuleModelDescription:NULL Artifacts UUID List:{ 4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446 , 1ababe2a-599e-41eb-9fb4-2765ae3ff922 } 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-06-23T06:35:39.487Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-23T06:35:39.488Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:35:39.488Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:39.657Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:35:39.657Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4e7a0f91-ddbe-4c05-aaf6-2ebd6e201446 5033 2022-06-23T06:35:39.658Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:39.658Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:39.658Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:35:39.659Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:39.661Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:39.661Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966139658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:35:39.761Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:39.762Z||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-06-23T06:35:39.762Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:39.823Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:39.823Z||pool-49-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:35:40.663Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ababe2a-599e-41eb-9fb4-2765ae3ff922 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-23T06:35:40.663Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:35:40.664Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:40.930Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:35:40.931Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1ababe2a-599e-41eb-9fb4-2765ae3ff922 903 2022-06-23T06:35:40.931Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:40.932Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:40.932Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:35:40.932Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:40.935Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:40.936Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966140931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:35:41.035Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:35:41.036Z||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-06-23T06:35:41.036Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:41.088Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:41.089Z||pool-50-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":3,"count":1} 2022-06-23T06:35:41.937Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4d9572f6-250c-4436-bd1a-94931ad5ade6 2022-06-23T06:35:41.937Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 acc448dc-e203-4c1a-91a7-b3457985d865 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:35:41.955Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@385b87b0, org.onap.sdc.toscaparser.api.parameters.Input@6b7eaa72, org.onap.sdc.toscaparser.api.parameters.Input@6655aa5d, org.onap.sdc.toscaparser.api.parameters.Input@1bfbbd3f, org.onap.sdc.toscaparser.api.parameters.Input@7f79cff7] 2022-06-23T06:35:41.957Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.957Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:41.957Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-23T06:35:41.957Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a84f2601-4681-4dd7-8fe6-51f0affbd2a1 2022-06-23T06:35:41.958Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a84f2601-4681-4dd7-8fe6-51f0affbd2a1 matches Tosca VF Customization UUID: a84f2601-4681-4dd7-8fe6-51f0affbd2a1 2022-06-23T06:35:41.958Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a84f2601-4681-4dd7-8fe6-51f0affbd2a1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T06:35:41.962Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.962Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:41.963Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a84f2601-4681-4dd7-8fe6-51f0affbd2a1: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-23T06:35:41.964Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cd2cc5c 2022-06-23T06:35:41.964Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.964Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T06:35:41.964Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5cf44e7-4faa-4d57-bf20-95e03ad7a20b 2022-06-23T06:35:41.964Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5cf44e7-4faa-4d57-bf20-95e03ad7a20b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T06:35:41.968Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.969Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:41.969Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:35:41.969Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.970Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:41.970Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:35:41.970Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.970Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-23T06:35:41.971Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-23T06:35:41.971Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T06:35:41.971Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=70ed53ee-a64b-42d9-a480-e0ffd2ddc6cf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T06:35:41.974Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.975Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:41.975Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:35:41.975Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.975Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-23T06:35:41.976Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a84f2601-4681-4dd7-8fe6-51f0affbd2a1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:35:41.978Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.978Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:41.978Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4d9572f6-250c-4436-bd1a-94931ad5ade6: basic_vm 2022-06-23T06:35:41.979Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.979Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:41.979Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.979Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:41.979Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.980Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:41.980Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.980Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:41.980Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:35:41.980Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:35:41.980Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:42.114Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm acc448dc-e203-4c1a-91a7-b3457985d865 1 ASDC deployResourceStructure 2022-06-23T06:35:42.114Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:42.115Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:42.115Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:35:42.115Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:42.117Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:42.118Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966142114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:35:42.218Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:42.219Z||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-06-23T06:35:42.219Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:42.288Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:42.288Z||pool-51-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":38,"count":1} 2022-06-23T06:35:43.119Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:43.120Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:43.120Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:35:43.120Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:43.122Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:43.122Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966143119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:35:43.222Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:43.223Z||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-06-23T06:35:43.223Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:43.258Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:43.258Z||pool-52-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:35:44.123Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:44.124Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||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-06-23T06:35:44.124Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:35:44.124Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:44.126Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:44.127Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966144123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-23T06:35:44.227Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:44.228Z||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-06-23T06:35:44.228Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:44.244Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:44.245Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:35:45.129Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-23T06:35:45.129Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-23T06:35:45.129Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:35:45.130Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:35:45.132Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:35:45.132Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966145128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:35:45.232Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:35:45.233Z||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-06-23T06:35:45.233Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:35:45.261Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:35:45.261Z||pool-54-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:35:46.133Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 207e6559-0692-408f-9439-5204b2871cbe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:35:46.148Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 207e6559-0692-408f-9439-5204b2871cbe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:35:46.151Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:35:46.151Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T06:35:46.151Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T06:36:16.151Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 207e6559-0692-408f-9439-5204b2871cbe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:36:16.163Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 207e6559-0692-408f-9439-5204b2871cbe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:36:16.165Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:36:16.165Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T06:36:16.165Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T06:36:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:36:28.188Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:36:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:36:28.224Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:36:28.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966068184, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966071157, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966073036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966082435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966080370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966076056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966079877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966082435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966076056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966080370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:36:28.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966079877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:36:28.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966076056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966079877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T06:36:28.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966080370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966082435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966076056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966082435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966080370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966079877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966086380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966076056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966082435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966079877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T06:36:28.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966080370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966086380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966079877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966082435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966076056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966080370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966086380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966076056, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966079877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966082435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966080370, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966086380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966091330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966091349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966090807, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966086380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966092004, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966086380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T06:36:28.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966093123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966086380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966093973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966094198, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.295Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 207e6559-0692-408f-9439-5204b2871cbe 2022-06-23T06:36:28.295Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 207e6559-0692-408f-9439-5204b2871cbe and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:28.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966094978, "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-06-23T06:36:28.311Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 207e6559-0692-408f-9439-5204b2871cbe 2022-06-23T06:36:28.311Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 207e6559-0692-408f-9439-5204b2871cbe 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-06-23T06:36:28.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966094268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.330Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "multicloud-k8s-id", "timestamp": 1655966095202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "cds", "timestamp": 1655966095275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.337Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 207e6559-0692-408f-9439-5204b2871cbe 2022-06-23T06:36:28.338Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 207e6559-0692-408f-9439-5204b2871cbe and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:28.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966098284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966098411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "aai-ml", "timestamp": 1655966099290, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.361Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 207e6559-0692-408f-9439-5204b2871cbe 2022-06-23T06:36:28.361Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 207e6559-0692-408f-9439-5204b2871cbe and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:28.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966099426, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.373Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966099856, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.374Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "policy-id", "timestamp": 1655966100431, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.382Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 207e6559-0692-408f-9439-5204b2871cbe 2022-06-23T06:36:28.382Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 207e6559-0692-408f-9439-5204b2871cbe and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T06:36:28.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "multicloud-k8s-id", "timestamp": 1655966099877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966101858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.391Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "multicloud-k8s-id", "timestamp": 1655966099877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.392Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966101378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "clamp", "timestamp": 1655966102864, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.400Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 207e6559-0692-408f-9439-5204b2871cbe 2022-06-23T06:36:28.400Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 207e6559-0692-408f-9439-5204b2871cbe and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:28.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "multicloud-k8s-id", "timestamp": 1655966099877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966101378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-23T06:36:28.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "multicloud-k8s-id", "timestamp": 1655966099877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966101378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312e57d-d4e7-4bc4-bb7b-cca49e2d9373", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966104285, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:36:28.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "multicloud-k8s-id", "timestamp": 1655966099877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966101378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966090746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "multicloud-k8s-id", "timestamp": 1655966099877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966106056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966101378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "multicloud-k8s-id", "timestamp": 1655966099877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966106650, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966106056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966101378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "multicloud-k8s-id", "timestamp": 1655966099877, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966107838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966090619, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966106056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966101378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "ves-openapi-manager", "timestamp": 1655966108842, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:28.444Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 560d9bef-9593-4932-b048-95b9c4982193 2022-06-23T06:36:28.444Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 560d9bef-9593-4932-b048-95b9c4982193 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-06-23T06:36:28.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966109558, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966106056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966101378, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966110563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966106056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966110165, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.456Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966110370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "policy-id", "timestamp": 1655966111566, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.463Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 560d9bef-9593-4932-b048-95b9c4982193 2022-06-23T06:36:28.463Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 560d9bef-9593-4932-b048-95b9c4982193 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966106056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "cds", "timestamp": 1655966111170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.489Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 560d9bef-9593-4932-b048-95b9c4982193 2022-06-23T06:36:28.489Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 560d9bef-9593-4932-b048-95b9c4982193 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:28.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966110370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966106056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966110370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966112435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966106056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966110370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966112435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966114845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966110370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966112435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966110370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966112435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966110370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966112435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966110370, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966112435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966112435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966120057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966112435, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:36:28.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:36:28.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "aai-ml", "timestamp": 1655966121062, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.514Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 560d9bef-9593-4932-b048-95b9c4982193 2022-06-23T06:36:28.515Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 560d9bef-9593-4932-b048-95b9c4982193 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:28.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966121360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.531Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966123627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.532Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966124637, "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-06-23T06:36:28.537Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 560d9bef-9593-4932-b048-95b9c4982193 2022-06-23T06:36:28.537Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 560d9bef-9593-4932-b048-95b9c4982193 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-06-23T06:36:28.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966124866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:36:28.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966126881, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:36:28.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:36:28.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:36:28.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "clamp", "timestamp": 1655966127893, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:36:28.551Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 560d9bef-9593-4932-b048-95b9c4982193 2022-06-23T06:36:28.551Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 560d9bef-9593-4932-b048-95b9c4982193 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:36:46.166Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 207e6559-0692-408f-9439-5204b2871cbe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:36:46.178Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 207e6559-0692-408f-9439-5204b2871cbe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:36:46.181Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:36:46.181Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:36:46.182Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:36:46.182Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:36:46.182Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:36:46.182Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:36:46.182Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:36:46.183Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:36:46.183Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:36:46.183Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:36:46.183Z|207e6559-0692-408f-9439-5204b2871cbe|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-06-23T06:36:46.189Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:37:16.190Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 207e6559-0692-408f-9439-5204b2871cbe and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:37:16.199Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 207e6559-0692-408f-9439-5204b2871cbe and serviceModelVersionId: 4d9572f6-250c-4436-bd1a-94931ad5ade6 2022-06-23T06:37:16.199Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eda28848-358e-4ea5-b61b-3e20a4f4656b 2022-06-23T06:37:16.200Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eda28848-358e-4ea5-b61b-3e20a4f4656b/model-vers/model-ver/4d9572f6-250c-4436-bd1a-94931ad5ade6?depth=0 2022-06-23T06:37:16.204Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:37:16.253Z|207e6559-0692-408f-9439-5204b2871cbe|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/eda28848-358e-4ea5-b61b-3e20a4f4656b/model-vers/model-ver/4d9572f6-250c-4436-bd1a-94931ad5ade6?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-06-23T06:37:16.255Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eda28848-358e-4ea5-b61b-3e20a4f4656b/model-vers/model-ver/4d9572f6-250c-4436-bd1a-94931ad5ade6?depth=0|INFO|500||Invoke 2022-06-23T06:37:16.279Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eda28848-358e-4ea5-b61b-3e20a4f4656b/model-vers/model-ver/4d9572f6-250c-4436-bd1a-94931ad5ade6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:37:16.378Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eda28848-358e-4ea5-b61b-3e20a4f4656b/model-vers/model-ver/4d9572f6-250c-4436-bd1a-94931ad5ade6?depth=0|INFO|500||InvokeReturn 2022-06-23T06:37:16.379Z|207e6559-0692-408f-9439-5204b2871cbe|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/eda28848-358e-4ea5-b61b-3e20a4f4656b/model-vers/model-ver/4d9572f6-250c-4436-bd1a-94931ad5ade6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220623-06:37:16:354-64435], vertex-id=[188464], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:37:16 GMT], Content-Type=[application/json]} 2022-06-23T06:37:16.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:37:16.379Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:37:16.379Z|207e6559-0692-408f-9439-5204b2871cbe|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-06-23T06:37:16.390Z|207e6559-0692-408f-9439-5204b2871cbe|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-06-23T06:37:16.390Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 207e6559-0692-408f-9439-5204b2871cbe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:37:16.390Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:37:16.391Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:16.393Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:16.393Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966236390, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:37:16.493Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:37:16.494Z||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-06-23T06:37:16.495Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:16.518Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:16.519Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:37:17.408Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T06:37:17.408Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"560d9bef-9593-4932-b048-95b9c4982193","serviceName":"Demo_pNF_VkU4icWK06OFMpeGWyAL","serviceVersion":"1.0","serviceUUID":"96e4a3e5-c363-4333-bc5f-6583a9c28b7e","serviceDescription":"catalog service description","serviceInvariantUUID":"ac83698a-04e6-4bb9-829c-c15123e28ecd","resources":[{"resourceInstanceName":"pNF 070f9b8a-d1c3 0","resourceName":"pNF 070f9b8a-d1c3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"857e3eac-95ea-4a54-9642-928fc81f8f83","resourceInvariantUUID":"c88aad86-3638-4d25-85d5-505b02a93d4c","resourceCustomizationUUID":"46a2b21b-132b-4622-bc9a-58262c635197","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml","artifactChecksum":"Y2Q4YTlhYjczNTY2Yzc3ZjczNzE3NWU0ZWU2N2E0MmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d2dcfa2-4cb6-423d-a43f-52123b1d2b30","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar","artifactChecksum":"YzU2YTMxMGI2NTdmZjkzMTkyYWMwNjkxZGEyNmUxNmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0631dc00-10a9-4b47-898c-222bcb5491e9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c9c05a9-c8d7-4327-91b0-168f3f01ad24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml","artifactChecksum":"OGY1M2VlMmU5NGZkZDI3NGYzYTJjOWE3NGFjOTQzNWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb214506-6ab5-417a-b30e-5b7be5affb10","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"127d8b18-b204-4bf5-ba49-3bbd7c255750","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb99e529-4cfe-43f2-ac77-e583b0959a39","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVku4icwk06ofmpegwyal-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml","artifactChecksum":"ZDJiMjdjMzFiYzA2YmM2M2QzOTc5ODA1ZWI3NjgxNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86c412eb-6668-456e-9fdc-caa17a3eca58","artifactVersion":"1"},{"artifactName":"service-DemoPnfVku4icwk06ofmpegwyal-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar","artifactChecksum":"MmQyZDg5YzU1OWUyMTk4MGMxZTAxOTc5NGY1OTMwNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41df940a-3ce2-4c96-a962-dcc5040b45e6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T06:37:17.409Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:37:17.409Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:17.412Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:17.413Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:17.512Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:37:17.513Z||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-06-23T06:37:17.513Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:17.533Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:17.534Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:37:18.413Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:37:18.414Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:18.416Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:18.416Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:18.516Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:37:18.517Z||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-06-23T06:37:18.517Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:18.535Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:18.535Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:37:19.417Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:37:19.418Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:19.420Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:19.420Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:19.526Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-23T06:37:19.527Z||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-06-23T06:37:19.527Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:19.560Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:19.561Z||pool-58-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:37:20.420Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:37:20.422Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:20.425Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:20.425Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:20.525Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:37:20.526Z||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-06-23T06:37:20.526Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:20.601Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:20.602Z||pool-59-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:37:21.426Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:37:21.427Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:21.434Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:21.434Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:21.529Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-23T06:37:21.530Z||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-06-23T06:37:21.530Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:21.588Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:21.589Z||pool-60-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:37:22.435Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:37:22.436Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:22.438Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:22.438Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:22.538Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:37:22.539Z||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-06-23T06:37:22.539Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:22.603Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:22.604Z||pool-61-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:37:23.438Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:37:23.439Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:23.442Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:23.442Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:23.542Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:37:23.543Z||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-06-23T06:37:23.543Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:23.560Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:23.560Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:37:24.442Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:37:24.443Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:24.445Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:24.445Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:37:24.545Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:37:24.546Z||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-06-23T06:37:24.546Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:24.570Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:24.570Z||pool-63-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:37:25.446Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "serviceName": "Demo_pNF_VkU4icWK06OFMpeGWyAL", "serviceVersion": "1.0", "serviceUUID": "96e4a3e5-c363-4333-bc5f-6583a9c28b7e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ac83698a-04e6-4bb9-829c-c15123e28ecd", "resources": [ { "resourceInstanceName": "pNF 070f9b8a-d1c3 0", "resourceCustomizationUUID": "46a2b21b-132b-4622-bc9a-58262c635197", "resourceName": "pNF 070f9b8a-d1c3", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "857e3eac-95ea-4a54-9642-928fc81f8f83", "resourceInvariantUUID": "c88aad86-3638-4d25-85d5-505b02a93d4c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "artifactChecksum": "MmQyZDg5YzU1OWUyMTk4MGMxZTAxOTc5NGY1OTMwNTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41df940a-3ce2-4c96-a962-dcc5040b45e6" } ], "workloadContext": "Production" } 2022-06-23T06:37:25.446Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:37:25.446Z|207e6559-0692-408f-9439-5204b2871cbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96e4a3e5-c363-4333-bc5f-6583a9c28b7e ASDC 2022-06-23T06:37:25.446Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:560d9bef-9593-4932-b048-95b9c4982193 ServiceName:Demo_pNF_VkU4icWK06OFMpeGWyAL ServiceVersion:1.0 ServiceUUID:96e4a3e5-c363-4333-bc5f-6583a9c28b7e ServiceInvariantUUID:ac83698a-04e6-4bb9-829c-c15123e28ecd ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVku4icwk06ofmpegwyal-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar ArtifactUUID:41df940a-3ce2-4c96-a962-dcc5040b45e6 ArtifactChecksum:MmQyZDg5YzU1OWUyMTk4MGMxZTAxOTc5NGY1OTMwNTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 070f9b8a-d1c3 0 ResourceCustomizationUUID:46a2b21b-132b-4622-bc9a-58262c635197 ResourceInvariantUUID:c88aad86-3638-4d25-85d5-505b02a93d4c ResourceName:pNF 070f9b8a-d1c3 ResourceType:PNF ResourceUUID:857e3eac-95ea-4a54-9642-928fc81f8f83 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-23T06:37:25.447Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96e4a3e5-c363-4333-bc5f-6583a9c28b7e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:37:25.475Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:37:25.475Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:37:25.475Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:37:25.476Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41df940a-3ce2-4c96-a962-dcc5040b45e6 from URL: /sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:25.476Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:37:25.476Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:25.622Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:37:25.626Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 41df940a-3ce2-4c96-a962-dcc5040b45e6 82664 2022-06-23T06:37:25.627Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar ASDC sendASDCNotification 2022-06-23T06:37:25.627Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:25.627Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:37:25.627Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:25.629Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:25.629Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966245627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:25.729Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:37:25.730Z||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-06-23T06:37:25.731Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:25.768Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:25.769Z||pool-64-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:37:26.630Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:37:26.631Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:37:26.631Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 41df940a-3ce2-4c96-a962-dcc5040b45e6, URL: /sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar to file: /app/ASDC/1/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:26.632Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:26.632Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:26.632Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:26.766Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3722567152322190161/Definitions/service-DemoPnfVku4icwk06ofmpegwyal-template.yml 2022-06-23T06:37:27.515Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|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-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|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-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|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-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|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-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|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-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 070f9b8a-d1c3 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-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|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-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.516Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:37:27.517Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.517Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.517Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Node template pNF 070f9b8a-d1c3 0 is matching search criteria 2022-06-23T06:37:27.517Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:37:27.517Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 070f9b8a-d1c3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:37:27.517Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.517Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Node template pNF 070f9b8a-d1c3 0 is matching search criteria 2022-06-23T06:37:27.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:37:27.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 070f9b8a-d1c3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:37:27.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.519Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.519Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.519Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.519Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.519Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.519Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_VkU4icWK06OFMpeGWyAL Description:catalog service description Model UUID:96e4a3e5-c363-4333-bc5f-6583a9c28b7e Model Version:NULL Model InvariantUuid:ac83698a-04e6-4bb9-829c-c15123e28ecd 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-06-23T06:37:27.528Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 857e3eac-95ea-4a54-9642-928fc81f8f83 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:37:27.542Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||pNF 070f9b8a-d1c3 0 2022-06-23T06:37:27.542Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 857e3eac-95ea-4a54-9642-928fc81f8f83 2022-06-23T06:37:27.542Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 96e4a3e5-c363-4333-bc5f-6583a9c28b7e 2022-06-23T06:37:27.542Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 96e4a3e5-c363-4333-bc5f-6583a9c28b7e 2022-06-23T06:37:27.542Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 070f9b8a-d1c3 0 857e3eac-95ea-4a54-9642-928fc81f8f83 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-06-23T06:37:27.548Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@430cd942, org.onap.sdc.toscaparser.api.parameters.Input@6e56e088, org.onap.sdc.toscaparser.api.parameters.Input@17b73a18, org.onap.sdc.toscaparser.api.parameters.Input@36cb7ddf, org.onap.sdc.toscaparser.api.parameters.Input@1328648d] 2022-06-23T06:37:27.548Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.549Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.549Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 96e4a3e5-c363-4333-bc5f-6583a9c28b7e: pNF 070f9b8a-d1c3 2022-06-23T06:37:27.549Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||Processing PNF resource: 857e3eac-95ea-4a54-9642-928fc81f8f83 2022-06-23T06:37:27.549Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:37:27.549Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_VkU4icWK06OFMpeGWyAL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:37:27.549Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||Resource customization UUID: 46a2b21b-132b-4622-bc9a-58262c635197 is the same as notified resource customizationUUID: 46a2b21b-132b-4622-bc9a-58262c635197 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-06-23T06:37:27.627Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 070f9b8a-d1c3 857e3eac-95ea-4a54-9642-928fc81f8f83 0 ASDC deployResourceStructure 2022-06-23T06:37:27.627Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar ASDC sendASDCNotification 2022-06-23T06:37:27.627Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar 2022-06-23T06:37:27.628Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:37:27.629Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:27.631Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:27.631Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966247627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:37:27.731Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:37:27.732Z||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-06-23T06:37:27.732Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:27.765Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:27.766Z||pool-65-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:37:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:37:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:37:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:28.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:28.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:37:28.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T06:37:28.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T06:37:28.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:37:28.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966136046, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.256Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966138476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966139658, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966140931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966142114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:37:28.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966143119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:37:28.258Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966144123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-23T06:37:28.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966145128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:37:28.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-23T06:37:28.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-23T06:37:28.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:37:28.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-23T06:37:28.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-23T06:37:28.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966159877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:37:28.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966170193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966161377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966171318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.270Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966171259, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.271Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966172508, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "cds", "timestamp": 1655966172266, "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-06-23T06:37:28.297Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 2022-06-23T06:37:28.297Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:37:28.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:37:28.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966173638, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.317Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966166058, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:37:28.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966174762, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:37:28.327Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 2022-06-23T06:37:28.327Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:37:28.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-23T06:37:28.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966175858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "multicloud-k8s-id", "timestamp": 1655966175766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966170370, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966170619, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "ves-openapi-manager", "timestamp": 1655966170746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966180474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966172435, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:37:28.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:37:28.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966181488, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:37:28.360Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "policy-id", "timestamp": 1655966182493, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:37:28.368Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 2022-06-23T06:37:28.369Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T06:37:28.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966182580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.375Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966183265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:37:28.376Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "aai-ml", "timestamp": 1655966184280, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:37:28.381Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 2022-06-23T06:37:28.381Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:37:28.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966185197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:37:28.392Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.392Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.392Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966186204, "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-06-23T06:37:28.397Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 2022-06-23T06:37:28.397Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 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-06-23T06:37:28.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:37:28.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966187902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:37:28.423Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:37:28.631Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 560d9bef-9593-4932-b048-95b9c4982193 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:37:28.647Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 560d9bef-9593-4932-b048-95b9c4982193 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:37:28.652Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:37:28.653Z|560d9bef-9593-4932-b048-95b9c4982193|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-06-23T06:37:28.658Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:37:58.658Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 560d9bef-9593-4932-b048-95b9c4982193 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:37:58.666Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 560d9bef-9593-4932-b048-95b9c4982193 and serviceModelVersionId: 96e4a3e5-c363-4333-bc5f-6583a9c28b7e 2022-06-23T06:37:58.666Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac83698a-04e6-4bb9-829c-c15123e28ecd 2022-06-23T06:37:58.667Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac83698a-04e6-4bb9-829c-c15123e28ecd/model-vers/model-ver/96e4a3e5-c363-4333-bc5f-6583a9c28b7e?depth=0 2022-06-23T06:37:58.670Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:37:58.713Z|560d9bef-9593-4932-b048-95b9c4982193|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/ac83698a-04e6-4bb9-829c-c15123e28ecd/model-vers/model-ver/96e4a3e5-c363-4333-bc5f-6583a9c28b7e?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-06-23T06:37:58.714Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac83698a-04e6-4bb9-829c-c15123e28ecd/model-vers/model-ver/96e4a3e5-c363-4333-bc5f-6583a9c28b7e?depth=0|INFO|500||Invoke 2022-06-23T06:37:58.731Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac83698a-04e6-4bb9-829c-c15123e28ecd/model-vers/model-ver/96e4a3e5-c363-4333-bc5f-6583a9c28b7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:37:58.820Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac83698a-04e6-4bb9-829c-c15123e28ecd/model-vers/model-ver/96e4a3e5-c363-4333-bc5f-6583a9c28b7e?depth=0|INFO|500||InvokeReturn 2022-06-23T06:37:58.820Z|560d9bef-9593-4932-b048-95b9c4982193|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/ac83698a-04e6-4bb9-829c-c15123e28ecd/model-vers/model-ver/96e4a3e5-c363-4333-bc5f-6583a9c28b7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220623-06:37:58:805-60148], vertex-id=[196736], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:37:58 GMT], Content-Type=[application/json]} 2022-06-23T06:37:58.821Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:37:58.821Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:37:58.821Z|560d9bef-9593-4932-b048-95b9c4982193|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-06-23T06:37:58.831Z|560d9bef-9593-4932-b048-95b9c4982193|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-06-23T06:37:58.831Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 560d9bef-9593-4932-b048-95b9c4982193 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:37:58.831Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:37:58.832Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:37:58.833Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:37:58.833Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966278831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:37:58.934Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:37:58.935Z||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-06-23T06:37:58.935Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:37:58.963Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:37:58.964Z||pool-66-thread-1|||||INFO|500||cambria reply ok (30 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-06-23T06:37:59.849Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:37:59.850Z|560d9bef-9593-4932-b048-95b9c4982193|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-06-23T06:37:59.850Z|560d9bef-9593-4932-b048-95b9c4982193|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:04.492Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:04.492Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T06:38:04.493Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6df3f409-bceb-4a13-9c2c-ef6e4e9d9894","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c134f13d-a419-42ae-9ae4-2cc0aa54dcad","serviceDescription":"service","serviceInvariantUUID":"d0e3640f-32a1-40cf-97be-c07fe792ec4b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b21f468c-1d3d-41c9-b5c1-ff6aaebdee25","resourceInvariantUUID":"62133260-c9d2-44a8-9c4a-27495a476c75","resourceCustomizationUUID":"89f46bfe-53e1-42a7-b556-116170a2c1a4","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":"MmU3ZGMwMWQzNDNkODgyMTExMjQxYTg0Y2M4Y2YwZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a03e20d4-82f8-4b6b-bcf2-507d9dafbb54","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":"1cc0cc01-3afa-4065-8a32-6e5137f7b889","artifactVersion":"2","generatedFromUUID":"3246e359-91e2-44a2-9637-fc2bfffa26a4"},{"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":"3246e359-91e2-44a2-9637-fc2bfffa26a4","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":"YjMwZDAxY2M4YzBjNmI0MDI0OWRiNGNhNzQxMTRlODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f065ba3f-fd5b-4e0c-bd71-e493ce519f77","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":"c87af4a2-3b89-4d40-a54f-e36b69cdbc36","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":"9208af02-61ce-4e25-a43a-6e1611945ba8","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":"bd6b7e53-0295-424b-a481-7b4bc6678d73","artifactVersion":"2","generatedFromUUID":"c87af4a2-3b89-4d40-a54f-e36b69cdbc36"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MjZjOWRmMjI0M2U2NjUxYTk1NmFjNjViNzQzMDUwYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0402dea8-4c42-4a22-8347-20cfd024733a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWM0MmI3ZDJhYzNiYTViNWNjNTM4ODgzZjgyYTU2ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da936e22-5b41-49e1-a578-02eb5e9e77b9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T06:38:04.495Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:04.495Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:04.497Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:04.497Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:04.597Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:04.598Z||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-06-23T06:38:04.598Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:04.642Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:04.643Z||pool-67-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:05.497Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:05.498Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:05.500Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:05.500Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-23T06:38:05.600Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:05.601Z||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-06-23T06:38:05.601Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:05.653Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:05.654Z||pool-68-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:06.501Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:06.501Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:06.503Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:06.503Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-23T06:38:06.603Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:06.604Z||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-06-23T06:38:06.604Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:06.662Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:06.662Z||pool-69-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:07.504Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:07.505Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:07.507Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:07.507Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:38:07.607Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:07.608Z||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-06-23T06:38:07.608Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:07.693Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:07.693Z||pool-70-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:08.508Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:08.508Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:08.510Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:08.510Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-23T06:38:08.610Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:08.611Z||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-06-23T06:38:08.611Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:08.628Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:08.628Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:09.511Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:09.511Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:09.513Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:09.513Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:09.613Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:38:09.614Z||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-06-23T06:38:09.615Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:09.634Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:09.635Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:10.514Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:10.518Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:10.520Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:10.520Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-23T06:38:10.620Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:10.621Z||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-06-23T06:38:10.621Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:10.641Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:10.642Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:11.521Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:11.521Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:11.523Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:11.523Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:11.624Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:38:11.625Z||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-06-23T06:38:11.625Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:11.647Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:11.648Z||pool-74-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:12.524Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:38:12.524Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:12.527Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:12.527Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:38:12.627Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:12.629Z||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-06-23T06:38:12.629Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:12.667Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:12.667Z||pool-75-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:13.528Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c134f13d-a419-42ae-9ae4-2cc0aa54dcad", "serviceDescription": "service", "serviceInvariantUUID": "d0e3640f-32a1-40cf-97be-c07fe792ec4b", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "89f46bfe-53e1-42a7-b556-116170a2c1a4", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b21f468c-1d3d-41c9-b5c1-ff6aaebdee25", "resourceInvariantUUID": "62133260-c9d2-44a8-9c4a-27495a476c75", "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": "1cc0cc01-3afa-4065-8a32-6e5137f7b889", "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": "3246e359-91e2-44a2-9637-fc2bfffa26a4", "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": "YjMwZDAxY2M4YzBjNmI0MDI0OWRiNGNhNzQxMTRlODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f065ba3f-fd5b-4e0c-bd71-e493ce519f77", "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": "c87af4a2-3b89-4d40-a54f-e36b69cdbc36", "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": "bd6b7e53-0295-424b-a481-7b4bc6678d73", "generatedFromUUID": "c87af4a2-3b89-4d40-a54f-e36b69cdbc36" }, "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": "bd6b7e53-0295-424b-a481-7b4bc6678d73", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YWM0MmI3ZDJhYzNiYTViNWNjNTM4ODgzZjgyYTU2ZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "da936e22-5b41-49e1-a578-02eb5e9e77b9" } ], "workloadContext": "Production" } 2022-06-23T06:38:13.528Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:38:13.529Z|560d9bef-9593-4932-b048-95b9c4982193|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c134f13d-a419-42ae-9ae4-2cc0aa54dcad ASDC 2022-06-23T06:38:13.529Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c134f13d-a419-42ae-9ae4-2cc0aa54dcad ServiceInvariantUUID:d0e3640f-32a1-40cf-97be-c07fe792ec4b 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:da936e22-5b41-49e1-a578-02eb5e9e77b9 ArtifactChecksum:YWM0MmI3ZDJhYzNiYTViNWNjNTM4ODgzZjgyYTU2ZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:89f46bfe-53e1-42a7-b556-116170a2c1a4 ResourceInvariantUUID:62133260-c9d2-44a8-9c4a-27495a476c75 ResourceName:basic_cnf ResourceType:VF ResourceUUID:b21f468c-1d3d-41c9-b5c1-ff6aaebdee25 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:1cc0cc01-3afa-4065-8a32-6e5137f7b889 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:3246e359-91e2-44a2-9637-fc2bfffa26a4 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:f065ba3f-fd5b-4e0c-bd71-e493ce519f77 ArtifactChecksum:YjMwZDAxY2M4YzBjNmI0MDI0OWRiNGNhNzQxMTRlODY= 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:c87af4a2-3b89-4d40-a54f-e36b69cdbc36 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:bd6b7e53-0295-424b-a481-7b4bc6678d73 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:bd6b7e53-0295-424b-a481-7b4bc6678d73 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T06:38:13.529Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c134f13d-a419-42ae-9ae4-2cc0aa54dcad ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:38:13.573Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:38:13.573Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:38:13.573Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:38:13.573Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da936e22-5b41-49e1-a578-02eb5e9e77b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-23T06:38:13.574Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:38:13.574Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-23T06:38:13.730Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:38:13.734Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar da936e22-5b41-49e1-a578-02eb5e9e77b9 68964 2022-06-23T06:38:13.735Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-23T06:38:13.735Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-23T06:38:13.735Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:38:13.736Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:13.737Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:13.737Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966293735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:38:13.838Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:13.839Z||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-06-23T06:38:13.839Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:13.882Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:13.883Z||pool-76-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:38:14.738Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:38:14.739Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:38:14.739Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: da936e22-5b41-49e1-a578-02eb5e9e77b9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T06:38:14.740Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-23T06:38:14.740Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T06:38:14.741Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T06:38:14.865Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3619616414696127216/Definitions/service-BasicCnf-template.yml 2022-06-23T06:38:15.957Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:38:15.957Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:38:15.957Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T06:38:15.957Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-23T06:38:15.957Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:15.958Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:15.958Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-BasicCnf-csar.csar 2022-06-23T06:38:15.958Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-23T06:38:15.958Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:38:15.958Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.958Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:15.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:15.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:38:15.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:38:15.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:15.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:15.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:38:15.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:38:15.960Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.960Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:15.960Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.960Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-23T06:38:15.960Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-23T06:38:15.960Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-23T06:38:15.960Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T06:38:15.961Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.961Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T06:38:15.961Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.961Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:15.961Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:38:15.961Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.961Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:15.962Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:38:15.962Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.962Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:15.962Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:38:15.962Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.962Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-23T06:38:15.962Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-23T06:38:15.963Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7caf2e9a-7979-4254-a1b2-0c865dedcf65 2022-06-23T06:38:15.963Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.963Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:15.963Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.963Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:15.963Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.963Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:15.963Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:15.964Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:15.964Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c134f13d-a419-42ae-9ae4-2cc0aa54dcad Model Version:NULL Model InvariantUuid:d0e3640f-32a1-40cf-97be-c07fe792ec4b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d08e37b4-95fb-478a-992e-2ba5c2a6d7e2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:62133260-c9d2-44a8-9c4a-27495a476c75 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:89f46bfe-53e1-42a7-b556-116170a2c1a4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b6788560-63b3-454d-a7e4-1b560c4eb173 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:aa156ac2-52ad-4d6d-9d43-56abd2af135d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7caf2e9a-7979-4254-a1b2-0c865dedcf65 ModelInvariantUuid:0503f240-d261-4c62-b275-c0777ea4117f ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:8a96a608-06bd-4350-981c-e97c3eefb214 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:482ce2a8-162a-4e28-9d41-52ebd95cb73c ModelInvariantUuid:f1ecd241-513e-49ab-996f-539906df9651 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:9fcc1c0e-d2a2-4b5f-88ee-ca78b8133bbb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T06:38:17.053Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b21f468c-1d3d-41c9-b5c1-ff6aaebdee25 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:38:17.059Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-06-23T06:38:17.059Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b21f468c-1d3d-41c9-b5c1-ff6aaebdee25 2022-06-23T06:38:17.059Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1cc0cc01-3afa-4065-8a32-6e5137f7b889 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-23T06:38:17.059Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:38:17.059Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:17.129Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:38:17.129Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1cc0cc01-3afa-4065-8a32-6e5137f7b889 12 2022-06-23T06:38:17.130Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:17.130Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:17.130Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:38:17.130Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:17.132Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:17.132Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966297130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:38:17.232Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:17.233Z||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-06-23T06:38:17.233Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:17.255Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:17.255Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:18.133Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3246e359-91e2-44a2-9637-fc2bfffa26a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-23T06:38:18.133Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:38:18.133Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:18.210Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:38:18.210Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 3246e359-91e2-44a2-9637-fc2bfffa26a4 2688 2022-06-23T06:38:18.210Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:18.210Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:18.211Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:38:18.211Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:18.212Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:18.212Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966298210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T06:38:18.313Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:38:18.313Z||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-06-23T06:38:18.313Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:18.329Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:18.329Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:38:19.214Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f065ba3f-fd5b-4e0c-bd71-e493ce519f77 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-23T06:38:19.215Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:38:19.215Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:19.381Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:38:19.382Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f065ba3f-fd5b-4e0c-bd71-e493ce519f77 828 2022-06-23T06:38:19.382Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:19.383Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:19.383Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:38:19.383Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:19.386Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:19.387Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966299382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:38:19.486Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:38:19.487Z||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-06-23T06:38:19.487Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:19.506Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:19.506Z||pool-79-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:20.388Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b6788560-63b3-454d-a7e4-1b560c4eb173", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa156ac2-52ad-4d6d-9d43-56abd2af135d", "vfModuleModelCustomizationUUID": "3198763d-1ce2-44df-8f0b-b0383ba68bdb", "isBase": true, "artifacts": [ "c87af4a2-3b89-4d40-a54f-e36b69cdbc36", "3246e359-91e2-44a2-9637-fc2bfffa26a4", "bd6b7e53-0295-424b-a481-7b4bc6678d73" ], "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-06-23T06:38:20.393Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa156ac2-52ad-4d6d-9d43-56abd2af135d VfModuleModelInvariantUUID:b6788560-63b3-454d-a7e4-1b560c4eb173 VfModuleModelDescription:NULL Artifacts UUID List:{ c87af4a2-3b89-4d40-a54f-e36b69cdbc36 , 3246e359-91e2-44a2-9637-fc2bfffa26a4 , bd6b7e53-0295-424b-a481-7b4bc6678d73 } 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-06-23T06:38:20.396Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b6788560-63b3-454d-a7e4-1b560c4eb173", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa156ac2-52ad-4d6d-9d43-56abd2af135d", "vfModuleModelCustomizationUUID": "3198763d-1ce2-44df-8f0b-b0383ba68bdb", "isBase": true, "artifacts": [ "c87af4a2-3b89-4d40-a54f-e36b69cdbc36", "3246e359-91e2-44a2-9637-fc2bfffa26a4", "bd6b7e53-0295-424b-a481-7b4bc6678d73" ], "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-06-23T06:38:20.397Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa156ac2-52ad-4d6d-9d43-56abd2af135d VfModuleModelInvariantUUID:b6788560-63b3-454d-a7e4-1b560c4eb173 VfModuleModelDescription:NULL Artifacts UUID List:{ c87af4a2-3b89-4d40-a54f-e36b69cdbc36 , 3246e359-91e2-44a2-9637-fc2bfffa26a4 , bd6b7e53-0295-424b-a481-7b4bc6678d73 } 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-06-23T06:38:20.397Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c87af4a2-3b89-4d40-a54f-e36b69cdbc36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-23T06:38:20.397Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:38:20.397Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:20.575Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:38:20.575Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c87af4a2-3b89-4d40-a54f-e36b69cdbc36 1164 2022-06-23T06:38:20.575Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:20.575Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:20.575Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:38:20.576Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:20.577Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:20.577Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966300575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:38:20.678Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:20.678Z||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-06-23T06:38:20.679Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:20.697Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:20.698Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:21.578Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bd6b7e53-0295-424b-a481-7b4bc6678d73 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-23T06:38:21.579Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:38:21.579Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:21.757Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:38:21.757Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bd6b7e53-0295-424b-a481-7b4bc6678d73 200 2022-06-23T06:38:21.758Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:21.758Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:21.758Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:38:21.758Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:21.760Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:21.760Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966301758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:38:21.860Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:21.861Z||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-06-23T06:38:21.861Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:21.915Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:21.916Z||pool-81-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:22.765Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c134f13d-a419-42ae-9ae4-2cc0aa54dcad 2022-06-23T06:38:22.765Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b21f468c-1d3d-41c9-b5c1-ff6aaebdee25 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 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-06-23T06:38:22.808Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:38:22.815Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@196b9b26, org.onap.sdc.toscaparser.api.parameters.Input@ea3730e, org.onap.sdc.toscaparser.api.parameters.Input@7214cdba, org.onap.sdc.toscaparser.api.parameters.Input@3cbbb456, org.onap.sdc.toscaparser.api.parameters.Input@794caa4c] 2022-06-23T06:38:22.817Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.817Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:22.817Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-23T06:38:22.817Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 89f46bfe-53e1-42a7-b556-116170a2c1a4 2022-06-23T06:38:22.818Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 89f46bfe-53e1-42a7-b556-116170a2c1a4 matches Tosca VF Customization UUID: 89f46bfe-53e1-42a7-b556-116170a2c1a4 2022-06-23T06:38:22.818Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 89f46bfe-53e1-42a7-b556-116170a2c1a4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T06:38:22.822Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.822Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:22.823Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 89f46bfe-53e1-42a7-b556-116170a2c1a4: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-23T06:38:22.823Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59b7ee18 2022-06-23T06:38:22.823Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.823Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-23T06:38:22.823Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3198763d-1ce2-44df-8f0b-b0383ba68bdb 2022-06-23T06:38:22.823Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3198763d-1ce2-44df-8f0b-b0383ba68bdb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T06:38:22.829Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.829Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:22.829Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:38:22.830Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.830Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:22.830Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:38:22.830Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.831Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-23T06:38:22.831Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-23T06:38:22.831Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=7caf2e9a-7979-4254-a1b2-0c865dedcf65 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T06:38:22.834Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.834Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:22.834Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:38:22.835Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.835Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-23T06:38:22.835Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=89f46bfe-53e1-42a7-b556-116170a2c1a4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:38:22.842Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.843Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:22.843Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c134f13d-a419-42ae-9ae4-2cc0aa54dcad: basic_cnf 2022-06-23T06:38:22.843Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.843Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:22.843Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.843Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:22.844Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.844Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:22.844Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.844Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:22.844Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:38:22.844Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-23T06:38:22.844Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:22.938Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b21f468c-1d3d-41c9-b5c1-ff6aaebdee25 1 ASDC deployResourceStructure 2022-06-23T06:38:22.939Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:22.939Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:22.939Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-23T06:38:22.939Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:22.941Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:22.941Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966302938, "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-06-23T06:38:23.041Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:23.042Z||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-06-23T06:38:23.042Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:23.069Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:23.070Z||pool-82-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:23.942Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:23.943Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:23.943Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-23T06:38:23.943Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:23.945Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:23.945Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966303942, "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-06-23T06:38:24.045Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:24.046Z||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-06-23T06:38:24.046Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:24.061Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:24.061Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:24.946Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:24.946Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:24.946Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:38:24.947Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:24.949Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:24.949Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966304945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:38:25.049Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:25.050Z||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-06-23T06:38:25.050Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:25.071Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:25.072Z||pool-84-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:38:25.950Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:25.951Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:25.951Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:38:25.951Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:25.953Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:25.953Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966305950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:38:26.053Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:26.054Z||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-06-23T06:38:26.054Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:26.071Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:26.071Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:26.954Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:26.954Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||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-06-23T06:38:26.954Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:38:26.954Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:26.956Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:26.956Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966306954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-23T06:38:27.056Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:27.058Z||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-06-23T06:38:27.058Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:27.074Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:27.075Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:38:27.956Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-23T06:38:27.957Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-23T06:38:27.957Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:38:27.958Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:27.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:27.959Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966307956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:38:28.060Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:28.061Z||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-06-23T06:38:28.061Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:28.094Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:28.095Z||pool-87-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:38:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:38:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:38:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:28.317Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:28.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966189919, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:38:28.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:38:28.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "clamp", "timestamp": 1655966190924, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:38:28.329Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 2022-06-23T06:38:28.329Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:38:28.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "207e6559-0692-408f-9439-5204b2871cbe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966236390, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:38:28.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:38:28.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:28.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-23T06:38:28.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:28.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-23T06:38:28.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:28.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-23T06:38:28.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:28.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-23T06:38:28.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:28.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-23T06:38:28.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/resourceInstances/pnf070f9b8ad1c30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:28.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-23T06:38:28.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:38:28.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-23T06:38:28.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966128186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:38:28.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-23T06:38:28.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966245627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:38:28.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:38:28.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-23T06:38:28.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966247627, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVku4icwk06ofmpegwyal/1.0/artifacts/service-DemoPnfVku4icwk06ofmpegwyal-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:38:28.343Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:38:28.961Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:38:28.973Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:38:28.976Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:38:28.977Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:38:28.981Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:38:58.981Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:38:58.988Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 and serviceModelVersionId: c134f13d-a419-42ae-9ae4-2cc0aa54dcad 2022-06-23T06:38:58.988Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0e3640f-32a1-40cf-97be-c07fe792ec4b 2022-06-23T06:38:58.989Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?depth=0 2022-06-23T06:38:58.992Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:38:59.038Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?depth=0|INFO|500||Invoke 2022-06-23T06:38:59.038Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6df3f409-bceb-4a13-9c2c-ef6e4e9d9894], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ec18f83-4432-4607-841f-b77962aceda7], X-ECOMP-RequestID=[6df3f409-bceb-4a13-9c2c-ef6e4e9d9894], X-TransactionId=[], X-ONAP-RequestID=[6df3f409-bceb-4a13-9c2c-ef6e4e9d9894], Content-Type=[application/merge-patch+json]} 2022-06-23T06:38:59.057Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:38:59.254Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?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/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220623-06:38:59:130-27705], vertex-id=[196744], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:38:59 GMT], Content-Type=[application/json]} 2022-06-23T06:38:59.254Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:38:59.255Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0e3640f-32a1-40cf-97be-c07fe792ec4b/model-vers/model-ver/c134f13d-a419-42ae-9ae4-2cc0aa54dcad?depth=0|INFO|500||InvokeReturn 2022-06-23T06:38:59.256Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:38:59.256Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:38:59.265Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:38:59.265Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6df3f409-bceb-4a13-9c2c-ef6e4e9d9894 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:38:59.265Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:38:59.266Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:38:59.268Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:38:59.268Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966339265, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:38:59.368Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:38:59.369Z||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-06-23T06:38:59.369Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:38:59.392Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:38:59.393Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 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-06-23T06:39:00.297Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:39:00.298Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:39:00.298Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:39:09.880Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:39:09.881Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:39:09.882Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:39:09.882Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:39:19.501Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:39:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:39:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:39:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:39:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:39:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:39:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:39:28.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:39:28.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "560d9bef-9593-4932-b048-95b9c4982193", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966278831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966279849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966293735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966297130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966298210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966299382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:39:28.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966300575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:39:28.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966301758, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:39:28.234Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966302938, "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-06-23T06:39:28.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966303942, "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-06-23T06:39:28.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966304945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:39:28.235Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966305950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966306954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966307956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:39:28.236Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:39:37.748Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:40:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:40:28.186Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:40:28.186Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:40:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:40:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:40:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:40:28.716Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:40:28.717Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-23T06:40:28.717Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6df3f409-bceb-4a13-9c2c-ef6e4e9d9894", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655966339265, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:40:28.718Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:40:37.765Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:41:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:41:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:41:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:41:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:41:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:41:28.187Z|4218b934-c8bb-494b-ab66-a046cab01dc5|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:41:37.841Z|4218b934-c8bb-494b-ab66-a046cab01dc5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:41:37.843Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:42:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:42:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:42:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:42:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:42:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:42:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:42:37.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:42:37.813Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:43:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:43:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:43:28.187Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:43:28.187Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:43:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:43:28.191Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:43:37.755Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:43:37.811Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:44:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:44:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:44:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:44:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:44:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:44:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:44:37.743Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:44:37.746Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:45:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:45:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:45:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:45:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:45:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:45:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:45:37.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:45:37.749Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:46:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:46:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:46:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:46:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:46:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:46:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:46:37.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:46:37.757Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:47:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:47:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:47:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:47:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:47:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:47:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:47:37.762Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:47:37.778Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:48:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:48:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:48:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:48:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:48:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:48:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:48:37.823Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:48:37.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:49:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:49:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:49:28.185Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:49:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:49:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:49:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:49:37.798Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:49:37.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:50:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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-06-23T06:50:28.184Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:50:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:50:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:28.839Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:28.840Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.840Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7dd89967-e8b4-4b9e-96a5-dbeb6731fc69","serviceDescription":"service","serviceInvariantUUID":"06bc3204-c60f-47e3-931f-09e63e00b6af","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ec39ad1-712b-4289-a29e-27156fb7cb38","resourceInvariantUUID":"60ea5bae-6f26-4727-afed-abca9a41bf13","resourceCustomizationUUID":"1fb3acd6-adfb-48a1-9047-014f409e4258","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":"N2VhMjk3MTZkMTkyNzYyZTU5YjZlZGRjYzU2Y2Y0M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3dd30cb5-fb42-4965-833c-09560b396e98","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":"NDk2NzUwZTczMjc0NTg4NWU0N2JiZDY3YWE4Y2JiODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f7b77fd-aa2e-4f96-8d87-54e4e972f28d","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":"46792045-d462-4d34-b23e-eb90ed367151","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":"eedd0f55-9eff-477c-be1e-99bd301e42de","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":"208afe1f-36c4-4d25-8911-8ce466c0dd48","artifactVersion":"2","generatedFromUUID":"713e847d-ff2a-4742-bbcf-9e744547a6c1"},{"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":"1fbca37b-b852-4d64-a556-fa713a8baa97","artifactVersion":"2","generatedFromUUID":"46792045-d462-4d34-b23e-eb90ed367151"},{"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":"713e847d-ff2a-4742-bbcf-9e744547a6c1","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":"aedb1f57-3a8b-439b-b1bd-5d285b5ad1eb","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":"ODMzNDRmZjgzNjliNDdiZTg5ODE3NzI2MWY1Mzk2YzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85d30107-6822-420a-b317-c8f90636d857","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MWIyNmM4NDM1ODgyY2I1ZWIwNWUxZjE1M2M4NzNiZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24c7355e-2fff-4536-baa3-65ec1dc427d8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T06:50:28.843Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:28.844Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:28.848Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:28.848Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:28.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:50:28.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:50:28.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-23T06:50:28.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-23T06:50:28.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-23T06:50:28.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-23T06:50:28.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-23T06:50:28.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655966986378, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655966979877, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655966982435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655966980370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655966990619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655967000239, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967000843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:28.904Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655967000064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:28.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "ves-openapi-manager", "timestamp": 1655966990746, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655967001479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:28.906Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655967001419, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:28.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655967002484, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:50:28.907Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655967002648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:28.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "cds", "timestamp": 1655967002534, "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-06-23T06:50:28.933Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f 2022-06-23T06:50:28.933Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:50:28.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "policy-id", "timestamp": 1655967003488, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:50:28.948Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:28.949Z||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-06-23T06:50:28.949Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:28.951Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f 2022-06-23T06:50:28.952Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:50:28.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967003574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:50:28.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655967003734, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:28.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967004579, "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-06-23T06:50:28.969Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:28.970Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:50:28.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f 2022-06-23T06:50:28.970Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f 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-06-23T06:50:28.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655967004859, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:50:28.984Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f 2022-06-23T06:50:28.984Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T06:50:28.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655967006388, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "multicloud-k8s-id", "timestamp": 1655967005862, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655967011407, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:50:28.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:28.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:28.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:28.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:28.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "clamp", "timestamp": 1655967012410, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:50:29.004Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f 2022-06-23T06:50:29.004Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:50:29.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:29.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:29.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:29.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:29.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:29.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967006056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967016879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:29.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:29.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:29.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967025352, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:50:29.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:50:29.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-23T06:50:29.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "aai-ml", "timestamp": 1655967026364, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:50:29.030Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f 2022-06-23T06:50:29.030Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:50:29.848Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:29.849Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:29.851Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:29.852Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:50:29.951Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:50:29.953Z||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-06-23T06:50:29.953Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:29.980Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:29.981Z||pool-90-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:30.853Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:30.854Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:30.857Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:30.857Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-23T06:50:30.957Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:30.958Z||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-06-23T06:50:30.958Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:31.011Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:31.012Z||pool-91-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:31.857Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:31.859Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:31.861Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:31.861Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:31.962Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:50:31.963Z||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-06-23T06:50:31.963Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:31.995Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:31.995Z||pool-92-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:32.862Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:32.863Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:32.865Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:32.866Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-23T06:50:32.965Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:50:32.966Z||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-06-23T06:50:32.966Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:32.991Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:32.991Z||pool-93-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:33.866Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:33.868Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:33.870Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:33.870Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-23T06:50:33.970Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:33.971Z||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-06-23T06:50:33.971Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:33.996Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:33.997Z||pool-94-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:50:34.871Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:34.872Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:34.874Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:34.874Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-23T06:50:34.974Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:34.976Z||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-06-23T06:50:34.976Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:34.997Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:34.998Z||pool-95-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:50:35.875Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:35.876Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:35.878Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:35.878Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:35.978Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:35.979Z||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-06-23T06:50:35.979Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:36.002Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:36.002Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:36.879Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:36.881Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:36.883Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:36.883Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:50:36.983Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:36.984Z||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-06-23T06:50:36.984Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:37.004Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:37.005Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:37.884Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:50:37.884Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:37.886Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:37.886Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:50:37.987Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:50:37.987Z||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-06-23T06:50:37.988Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:38.015Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:38.015Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:38.888Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "7dd89967-e8b4-4b9e-96a5-dbeb6731fc69", "serviceDescription": "service", "serviceInvariantUUID": "06bc3204-c60f-47e3-931f-09e63e00b6af", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1fb3acd6-adfb-48a1-9047-014f409e4258", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1ec39ad1-712b-4289-a29e-27156fb7cb38", "resourceInvariantUUID": "60ea5bae-6f26-4727-afed-abca9a41bf13", "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": "NDk2NzUwZTczMjc0NTg4NWU0N2JiZDY3YWE4Y2JiODg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f7b77fd-aa2e-4f96-8d87-54e4e972f28d", "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": "46792045-d462-4d34-b23e-eb90ed367151", "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": "1fbca37b-b852-4d64-a556-fa713a8baa97", "generatedFromUUID": "46792045-d462-4d34-b23e-eb90ed367151" }, "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": "208afe1f-36c4-4d25-8911-8ce466c0dd48", "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": "1fbca37b-b852-4d64-a556-fa713a8baa97", "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": "713e847d-ff2a-4742-bbcf-9e744547a6c1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MWIyNmM4NDM1ODgyY2I1ZWIwNWUxZjE1M2M4NzNiZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24c7355e-2fff-4536-baa3-65ec1dc427d8" } ], "workloadContext": "Production" } 2022-06-23T06:50:38.889Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:50:38.889Z|6df3f409-bceb-4a13-9c2c-ef6e4e9d9894|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7dd89967-e8b4-4b9e-96a5-dbeb6731fc69 ASDC 2022-06-23T06:50:38.890Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:7dd89967-e8b4-4b9e-96a5-dbeb6731fc69 ServiceInvariantUUID:06bc3204-c60f-47e3-931f-09e63e00b6af 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:24c7355e-2fff-4536-baa3-65ec1dc427d8 ArtifactChecksum:MWIyNmM4NDM1ODgyY2I1ZWIwNWUxZjE1M2M4NzNiZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1fb3acd6-adfb-48a1-9047-014f409e4258 ResourceInvariantUUID:60ea5bae-6f26-4727-afed-abca9a41bf13 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1ec39ad1-712b-4289-a29e-27156fb7cb38 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:3f7b77fd-aa2e-4f96-8d87-54e4e972f28d ArtifactChecksum:NDk2NzUwZTczMjc0NTg4NWU0N2JiZDY3YWE4Y2JiODg= 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:46792045-d462-4d34-b23e-eb90ed367151 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:1fbca37b-b852-4d64-a556-fa713a8baa97 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:208afe1f-36c4-4d25-8911-8ce466c0dd48 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:1fbca37b-b852-4d64-a556-fa713a8baa97 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:713e847d-ff2a-4742-bbcf-9e744547a6c1 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T06:50:38.890Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dd89967-e8b4-4b9e-96a5-dbeb6731fc69 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:50:38.953Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:50:38.954Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:50:38.955Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:50:38.955Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24c7355e-2fff-4536-baa3-65ec1dc427d8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-23T06:50:38.955Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:50:38.956Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:39.169Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:50:39.176Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 24c7355e-2fff-4536-baa3-65ec1dc427d8 158207 2022-06-23T06:50:39.177Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:39.177Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:39.177Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:50:39.177Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:39.179Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:39.180Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967039177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:39.280Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:39.281Z||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-06-23T06:50:39.281Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:39.304Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:39.305Z||pool-99-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:40.180Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:50:40.181Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:50:40.182Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 24c7355e-2fff-4536-baa3-65ec1dc427d8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T06:50:40.182Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-23T06:50:40.183Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T06:50:40.183Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T06:50:40.397Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15685894818618500314/Definitions/service-BasicCnfMacro-template.yml 2022-06-23T06:50:41.595Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:50:41.595Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:50:41.595Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T06:50:41.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-23T06:50:41.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-23T06:50:41.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:50:41.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.597Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:41.597Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:50:41.597Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.597Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.598Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.598Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:41.598Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:50:41.598Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.598Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.598Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.599Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.599Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-23T06:50:41.599Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-23T06:50:41.599Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-23T06:50:41.599Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T06:50:41.599Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.599Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:41.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:50:41.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:41.601Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:50:41.601Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.601Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:41.601Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:50:41.601Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.601Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:41.602Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:50:41.602Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.602Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-23T06:50:41.602Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-23T06:50:41.602Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cec62a48-2521-43d4-9662-9449754dd42a 2022-06-23T06:50:41.602Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.603Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.603Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.603Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.603Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.603Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.603Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:41.604Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.604Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:7dd89967-e8b4-4b9e-96a5-dbeb6731fc69 Model Version:NULL Model InvariantUuid:06bc3204-c60f-47e3-931f-09e63e00b6af Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:32c29730-55eb-4403-a246-b36a97c8cdcd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:60ea5bae-6f26-4727-afed-abca9a41bf13 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1fb3acd6-adfb-48a1-9047-014f409e4258 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9403ca92-98d9-433f-8a33-3fe259045047 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:dc6a3eed-eafd-42d6-9610-48e400e57f99 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:7c29b625-a835-4c55-a197-eebcf67d18ca ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:81253d46-16a9-4e72-884e-71ac79256adf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:cec62a48-2521-43d4-9662-9449754dd42a ModelInvariantUuid:ab4a2b8a-0114-44c2-8819-c8c886920436 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:2bad5803-9490-4ddb-91b1-21c4d388f68a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:9cee91be-b29c-487f-bca5-1ff10673e976 ModelInvariantUuid:916a1f30-2066-49d7-9b4e-c1e73152b169 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:414a6922-483c-4702-ae91-4cc27b1bac1a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T06:50:41.649Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ec39ad1-712b-4289-a29e-27156fb7cb38 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:50:41.659Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0 2022-06-23T06:50:41.659Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ec39ad1-712b-4289-a29e-27156fb7cb38 2022-06-23T06:50:41.660Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f7b77fd-aa2e-4f96-8d87-54e4e972f28d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-23T06:50:41.660Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:50:41.660Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.899Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:50:41.899Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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 3f7b77fd-aa2e-4f96-8d87-54e4e972f28d 1565 2022-06-23T06:50:41.900Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.900Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:41.900Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:50:41.900Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:41.903Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:41.903Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967041899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:42.002Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:50:42.003Z||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-06-23T06:50:42.004Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:42.028Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:42.028Z||pool-100-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:42.904Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "7c29b625-a835-4c55-a197-eebcf67d18ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "81253d46-16a9-4e72-884e-71ac79256adf", "vfModuleModelCustomizationUUID": "6eedf8fb-ceef-4a27-9bdc-f6dda32c8384", "isBase": true, "artifacts": [ "46792045-d462-4d34-b23e-eb90ed367151", "1fbca37b-b852-4d64-a556-fa713a8baa97" ], "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": "9403ca92-98d9-433f-8a33-3fe259045047", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc6a3eed-eafd-42d6-9610-48e400e57f99", "vfModuleModelCustomizationUUID": "e39f48c3-78c6-4660-9afa-dae8683e355c", "isBase": false, "artifacts": [ "713e847d-ff2a-4742-bbcf-9e744547a6c1" ], "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-06-23T06:50:42.909Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:81253d46-16a9-4e72-884e-71ac79256adf VfModuleModelInvariantUUID:7c29b625-a835-4c55-a197-eebcf67d18ca VfModuleModelDescription:NULL Artifacts UUID List:{ 46792045-d462-4d34-b23e-eb90ed367151 , 1fbca37b-b852-4d64-a556-fa713a8baa97 } 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:dc6a3eed-eafd-42d6-9610-48e400e57f99 VfModuleModelInvariantUUID:9403ca92-98d9-433f-8a33-3fe259045047 VfModuleModelDescription:NULL Artifacts UUID List:{ 713e847d-ff2a-4742-bbcf-9e744547a6c1 } 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-06-23T06:50:42.912Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "7c29b625-a835-4c55-a197-eebcf67d18ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "81253d46-16a9-4e72-884e-71ac79256adf", "vfModuleModelCustomizationUUID": "6eedf8fb-ceef-4a27-9bdc-f6dda32c8384", "isBase": true, "artifacts": [ "46792045-d462-4d34-b23e-eb90ed367151", "1fbca37b-b852-4d64-a556-fa713a8baa97" ], "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": "9403ca92-98d9-433f-8a33-3fe259045047", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc6a3eed-eafd-42d6-9610-48e400e57f99", "vfModuleModelCustomizationUUID": "e39f48c3-78c6-4660-9afa-dae8683e355c", "isBase": false, "artifacts": [ "713e847d-ff2a-4742-bbcf-9e744547a6c1" ], "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-06-23T06:50:42.913Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:81253d46-16a9-4e72-884e-71ac79256adf VfModuleModelInvariantUUID:7c29b625-a835-4c55-a197-eebcf67d18ca VfModuleModelDescription:NULL Artifacts UUID List:{ 46792045-d462-4d34-b23e-eb90ed367151 , 1fbca37b-b852-4d64-a556-fa713a8baa97 } 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:dc6a3eed-eafd-42d6-9610-48e400e57f99 VfModuleModelInvariantUUID:9403ca92-98d9-433f-8a33-3fe259045047 VfModuleModelDescription:NULL Artifacts UUID List:{ 713e847d-ff2a-4742-bbcf-9e744547a6c1 } 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-06-23T06:50:42.913Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 46792045-d462-4d34-b23e-eb90ed367151 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-23T06:50:42.913Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:50:42.913Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:43.182Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:50:43.183Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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 46792045-d462-4d34-b23e-eb90ed367151 914 2022-06-23T06:50:43.183Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:43.183Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:43.183Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:50:43.183Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:43.185Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:43.185Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967043183, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:43.285Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:43.286Z||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-06-23T06:50:43.286Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:43.328Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:43.329Z||pool-101-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:44.186Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 208afe1f-36c4-4d25-8911-8ce466c0dd48 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-23T06:50:44.186Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:50:44.186Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:44.313Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:50:44.313Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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 208afe1f-36c4-4d25-8911-8ce466c0dd48 12 2022-06-23T06:50:44.314Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:44.314Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:44.314Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:50:44.314Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:44.316Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:44.316Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967044314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:44.416Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:44.417Z||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-06-23T06:50:44.418Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:44.434Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:44.435Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:50:45.317Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1fbca37b-b852-4d64-a556-fa713a8baa97 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-23T06:50:45.317Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:50:45.318Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:45.409Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:50:45.409Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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 1fbca37b-b852-4d64-a556-fa713a8baa97 96 2022-06-23T06:50:45.409Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:45.409Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:45.410Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:50:45.410Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:45.412Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:45.412Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967045409, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:45.512Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:45.513Z||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-06-23T06:50:45.513Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:45.579Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:45.580Z||pool-103-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:46.412Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 713e847d-ff2a-4742-bbcf-9e744547a6c1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-23T06:50:46.413Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:50:46.413Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:46.495Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:50:46.496Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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 713e847d-ff2a-4742-bbcf-9e744547a6c1 20206 2022-06-23T06:50:46.496Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:46.497Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:46.497Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:50:46.497Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:46.498Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:46.499Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967046496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T06:50:46.599Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:46.600Z||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-06-23T06:50:46.600Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:46.614Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:46.615Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:47.503Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7dd89967-e8b4-4b9e-96a5-dbeb6731fc69 2022-06-23T06:50:47.504Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1ec39ad1-712b-4289-a29e-27156fb7cb38 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-06-23T06:50:47.512Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fe56ec7, org.onap.sdc.toscaparser.api.parameters.Input@51a720b2, org.onap.sdc.toscaparser.api.parameters.Input@64affa99, org.onap.sdc.toscaparser.api.parameters.Input@786aa552, org.onap.sdc.toscaparser.api.parameters.Input@c0d6fce] 2022-06-23T06:50:47.515Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.515Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.515Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-23T06:50:47.515Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 1fb3acd6-adfb-48a1-9047-014f409e4258 2022-06-23T06:50:47.515Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1fb3acd6-adfb-48a1-9047-014f409e4258 matches Tosca VF Customization UUID: 1fb3acd6-adfb-48a1-9047-014f409e4258 2022-06-23T06:50:47.515Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 1fb3acd6-adfb-48a1-9047-014f409e4258 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T06:50:47.520Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.520Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.521Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 1fb3acd6-adfb-48a1-9047-014f409e4258: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-23T06:50:47.521Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@524a43fd 2022-06-23T06:50:47.522Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.522Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.522Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e39f48c3-78c6-4660-9afa-dae8683e355c 2022-06-23T06:50:47.522Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e39f48c3-78c6-4660-9afa-dae8683e355c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T06:50:47.526Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.526Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:47.526Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:50:47.527Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.527Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:47.528Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:50:47.528Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.528Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-23T06:50:47.528Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1fb3acd6-adfb-48a1-9047-014f409e4258 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:50:47.531Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.531Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.532Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7dd89967-e8b4-4b9e-96a5-dbeb6731fc69: basic_cnf_macro 2022-06-23T06:50:47.532Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.532Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.533Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.533Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.533Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.534Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.534Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.534Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.535Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:50:47.535Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.535Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.595Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1ec39ad1-712b-4289-a29e-27156fb7cb38 2 ASDC deployResourceStructure 2022-06-23T06:50:47.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:47.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:50:47.596Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:47.598Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:47.599Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967047596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:50:47.698Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:50:47.699Z||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-06-23T06:50:47.699Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:47.731Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:47.731Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:48.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:48.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:48.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:50:48.600Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:48.602Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:48.602Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967048600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:50:48.702Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:48.703Z||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-06-23T06:50:48.703Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:48.723Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:48.724Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:49.604Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:49.604Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:49.604Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-23T06:50:49.604Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:49.606Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:49.606Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967049603, "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-06-23T06:50:49.707Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:49.708Z||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-06-23T06:50:49.708Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:49.733Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:49.733Z||pool-107-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:50.608Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:50.608Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:50.608Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:50:50.608Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:50.610Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:50.610Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967050608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-23T06:50:50.711Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:50.711Z||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-06-23T06:50:50.712Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:50.798Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:50.798Z||pool-108-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:51.611Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:51.612Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:51.612Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-23T06:50:51.612Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:51.614Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:51.614Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967051611, "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-06-23T06:50:51.714Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:51.715Z||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-06-23T06:50:51.715Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:51.742Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:51.742Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:50:52.615Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:52.616Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:52.616Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:50:52.616Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:50:52.618Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:50:52.618Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967052615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:50:52.718Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:50:52.719Z||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-06-23T06:50:52.719Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:50:52.755Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:50:52.756Z||pool-110-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:50:53.619Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:50:53.635Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:50:53.637Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:50:53.637Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:50:53.637Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:50:53.637Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:50:53.638Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:50:53.638Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:50:53.638Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:50:53.638Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:50:53.638Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:50:53.638Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:50:53.638Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:50:53.642Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:51:23.643Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:51:23.659Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f and serviceModelVersionId: 7dd89967-e8b4-4b9e-96a5-dbeb6731fc69 2022-06-23T06:51:23.659Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 06bc3204-c60f-47e3-931f-09e63e00b6af 2022-06-23T06:51:23.660Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/06bc3204-c60f-47e3-931f-09e63e00b6af/model-vers/model-ver/7dd89967-e8b4-4b9e-96a5-dbeb6731fc69?depth=0 2022-06-23T06:51:23.665Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:51:23.710Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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/06bc3204-c60f-47e3-931f-09e63e00b6af/model-vers/model-ver/7dd89967-e8b4-4b9e-96a5-dbeb6731fc69?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-06-23T06:51:23.712Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06bc3204-c60f-47e3-931f-09e63e00b6af/model-vers/model-ver/7dd89967-e8b4-4b9e-96a5-dbeb6731fc69?depth=0|INFO|500||Invoke 2022-06-23T06:51:23.731Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06bc3204-c60f-47e3-931f-09e63e00b6af/model-vers/model-ver/7dd89967-e8b4-4b9e-96a5-dbeb6731fc69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:51:23.837Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/06bc3204-c60f-47e3-931f-09e63e00b6af/model-vers/model-ver/7dd89967-e8b4-4b9e-96a5-dbeb6731fc69?depth=0|INFO|500||InvokeReturn 2022-06-23T06:51:23.838Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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/06bc3204-c60f-47e3-931f-09e63e00b6af/model-vers/model-ver/7dd89967-e8b4-4b9e-96a5-dbeb6731fc69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220623-06:51:23:799-1756], vertex-id=[282776], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:51:23 GMT], Content-Type=[application/json]} 2022-06-23T06:51:23.838Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:51:23.839Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:51:23.839Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:51:23.849Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:51:23.850Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:51:23.850Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:51:23.850Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:23.852Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:23.852Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967083850, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:51:23.953Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:51:23.954Z||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-06-23T06:51:23.954Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:23.987Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:23.987Z||pool-111-thread-1|||||INFO|500||cambria reply ok (34 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-06-23T06:51:28.184Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:51:28.184Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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-06-23T06:51:28.184Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:51:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:51:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:28.360Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:28.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:51:28.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:51:28.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:51:28.848Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:28.849Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T06:51:28.849Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"fcaaf7d4-6552-4987-933f-a78884ccc579","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"5a4b19f7-0ed5-4850-9956-4722bf9b451c","serviceDescription":"service","serviceInvariantUUID":"89db53b8-444a-4a0c-ac9e-47f4570e002d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"966aa3a6-db68-4c8f-9590-ac2c846546a4","resourceInvariantUUID":"f3760c42-cab1-4356-9262-2d14fb93cd24","resourceCustomizationUUID":"689446d7-0039-4876-b617-8ee0099f71bd","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":"YjdhNmI4YTI1YzE2MGMwYmExZGM4OTk5MTE0OWUzMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd1f9c38-db2c-4b65-b8ce-5bf5142e3d36","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":"ZWIyYjcyMWEyZTY4NDljODhkNWZhNjlhODg5OTk1YTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8131596-21a4-49b1-b37e-372435a16033","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":"4ac94520-5e73-467e-b432-d536f291ebb8","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":"8550cf9d-dcac-4392-b4b6-1f19602df419","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":"6b915045-8266-4db5-aede-63262775d7fe","artifactVersion":"2","generatedFromUUID":"4ac94520-5e73-467e-b432-d536f291ebb8"},{"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":"ZWZmM2Q0ZGE5ZDZjODQwYmI0YjExY2NkZjU5ZGM4N2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7583c247-7e6d-44f3-aea1-73547762e041","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":"NmM5NmJhZjI4MGE4Mjg3ZDU2YjY4YjQ4Y2YyMWI0YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5d12b806-84f3-4466-8cef-b4fb62959380","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDQ3Y2E5NGNiNGE1YzkyYWVkZTYzMGFiZWI2ODM4ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ef140e8-fbb1-4ec2-bb32-b31f1d00b757","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T06:51:28.851Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:51:28.852Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:28.853Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:28.854Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:51:28.954Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:28.955Z||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-06-23T06:51:28.955Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:28.972Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:28.973Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:29.854Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:51:29.855Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:29.856Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:29.856Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:51:29.957Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:51:29.958Z||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-06-23T06:51:29.958Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:30.012Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:30.012Z||pool-113-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:30.857Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:51:30.858Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:30.859Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:30.859Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T06:51:30.960Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:51:30.961Z||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-06-23T06:51:30.961Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:31.003Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:31.004Z||pool-114-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:31.860Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:51:31.861Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:31.863Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:31.863Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:51:31.963Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:31.963Z||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-06-23T06:51:31.964Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:31.986Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:31.986Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:32.863Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:51:32.864Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:32.866Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:32.866Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T06:51:32.966Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:32.967Z||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-06-23T06:51:32.967Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:33.003Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:33.003Z||pool-116-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:33.867Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:51:33.867Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:33.869Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:33.869Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:51:33.970Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:33.970Z||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-06-23T06:51:33.971Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:34.035Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:34.036Z||pool-117-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":5,"count":1} 2022-06-23T06:51:34.870Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:51:34.871Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:34.873Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:34.873Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:51:34.973Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:34.974Z||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-06-23T06:51:34.974Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:34.996Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:34.996Z||pool-118-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:51:35.873Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:51:35.874Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:35.876Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:35.876Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:51:35.976Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:35.977Z||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-06-23T06:51:35.978Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:36.008Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:36.009Z||pool-119-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:51:36.877Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "5a4b19f7-0ed5-4850-9956-4722bf9b451c", "serviceDescription": "service", "serviceInvariantUUID": "89db53b8-444a-4a0c-ac9e-47f4570e002d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "689446d7-0039-4876-b617-8ee0099f71bd", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "966aa3a6-db68-4c8f-9590-ac2c846546a4", "resourceInvariantUUID": "f3760c42-cab1-4356-9262-2d14fb93cd24", "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": "ZWIyYjcyMWEyZTY4NDljODhkNWZhNjlhODg5OTk1YTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8131596-21a4-49b1-b37e-372435a16033", "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": "4ac94520-5e73-467e-b432-d536f291ebb8", "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": "6b915045-8266-4db5-aede-63262775d7fe", "generatedFromUUID": "4ac94520-5e73-467e-b432-d536f291ebb8" }, "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": "6b915045-8266-4db5-aede-63262775d7fe", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NDQ3Y2E5NGNiNGE1YzkyYWVkZTYzMGFiZWI2ODM4ZWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4ef140e8-fbb1-4ec2-bb32-b31f1d00b757" } ], "workloadContext": "Production" } 2022-06-23T06:51:36.877Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:51:36.878Z|6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5a4b19f7-0ed5-4850-9956-4722bf9b451c ASDC 2022-06-23T06:51:36.879Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:fcaaf7d4-6552-4987-933f-a78884ccc579 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:5a4b19f7-0ed5-4850-9956-4722bf9b451c ServiceInvariantUUID:89db53b8-444a-4a0c-ac9e-47f4570e002d 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:4ef140e8-fbb1-4ec2-bb32-b31f1d00b757 ArtifactChecksum:NDQ3Y2E5NGNiNGE1YzkyYWVkZTYzMGFiZWI2ODM4ZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:689446d7-0039-4876-b617-8ee0099f71bd ResourceInvariantUUID:f3760c42-cab1-4356-9262-2d14fb93cd24 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:966aa3a6-db68-4c8f-9590-ac2c846546a4 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:b8131596-21a4-49b1-b37e-372435a16033 ArtifactChecksum:ZWIyYjcyMWEyZTY4NDljODhkNWZhNjlhODg5OTk1YTM= 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:4ac94520-5e73-467e-b432-d536f291ebb8 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:6b915045-8266-4db5-aede-63262775d7fe 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:6b915045-8266-4db5-aede-63262775d7fe ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-23T06:51:36.879Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a4b19f7-0ed5-4850-9956-4722bf9b451c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:51:36.943Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:51:36.943Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:51:36.943Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:51:36.943Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4ef140e8-fbb1-4ec2-bb32-b31f1d00b757 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-23T06:51:36.943Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:51:36.944Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:37.114Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:51:37.132Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4ef140e8-fbb1-4ec2-bb32-b31f1d00b757 78818 2022-06-23T06:51:37.134Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:37.134Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:37.134Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:51:37.135Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:37.141Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:37.141Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967097134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:51:37.241Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:37.242Z||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-06-23T06:51:37.243Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:37.266Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:37.267Z||pool-120-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:51:38.142Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:51:38.143Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:51:38.143Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4ef140e8-fbb1-4ec2-bb32-b31f1d00b757, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T06:51:38.145Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-23T06:51:38.145Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T06:51:38.145Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T06:51:38.297Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6302894372215386881/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_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-23T06:51:39.419Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:51:39.420Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:51:39.420Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T06:51:39.420Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-23T06:51:39.420Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T06:51:39.420Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T06:51:39.421Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.421Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T06:51:39.421Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.421Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.421Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.421Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-23T06:51:39.422Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.422Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:51:39.422Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.422Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.423Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:39.423Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:51:39.423Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:51:39.424Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.424Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.424Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:39.424Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:51:39.425Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:51:39.425Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.425Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.425Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.425Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-23T06:51:39.426Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-23T06:51:39.426Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-23T06:51:39.426Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-23T06:51:39.426Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T06:51:39.427Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-23T06:51:39.427Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.427Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.427Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.427Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:39.428Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:51:39.428Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.428Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:39.429Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:51:39.429Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.429Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:39.429Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:51:39.430Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.430Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-23T06:51:39.430Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-23T06:51:39.430Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T06:51:39.431Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1f90a045-9e8d-4d80-a7bd-4d1cb7c579d5 2022-06-23T06:51:39.431Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.431Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.432Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.432Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.432Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.432Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.432Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:39.433Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.433Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:5a4b19f7-0ed5-4850-9956-4722bf9b451c Model Version:NULL Model InvariantUuid:89db53b8-444a-4a0c-ac9e-47f4570e002d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:cb8bef94-bc68-48ab-9fe7-0df9185b87c3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f3760c42-cab1-4356-9262-2d14fb93cd24 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:689446d7-0039-4876-b617-8ee0099f71bd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:46f43a88-ccbd-40f4-b66c-0013655a5cd4 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:b574778e-38a2-4ac6-87f4-4e487813df6f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1f90a045-9e8d-4d80-a7bd-4d1cb7c579d5 ModelInvariantUuid:93959063-d572-4d22-b695-8acfa6de1d94 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f9547cc1-3c00-4ca2-b443-a0af68127323 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:5608dfd5-273f-4825-94e7-63730418070b ModelInvariantUuid:1854b691-a52c-4365-a461-7ce055fd1892 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d85c3b99-ad46-4ba2-8870-92ffc9b71ed2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-23T06:51:39.447Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 966aa3a6-db68-4c8f-9590-ac2c846546a4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:51:39.451Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-06-23T06:51:39.451Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 966aa3a6-db68-4c8f-9590-ac2c846546a4 2022-06-23T06:51:39.451Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b8131596-21a4-49b1-b37e-372435a16033 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-23T06:51:39.451Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:51:39.451Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.614Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:51:39.615Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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 b8131596-21a4-49b1-b37e-372435a16033 792 2022-06-23T06:51:39.615Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.615Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:39.615Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:51:39.615Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:39.617Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:39.617Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967099615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:51:39.718Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:39.718Z||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-06-23T06:51:39.718Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:39.815Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:39.815Z||pool-121-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:40.618Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "46f43a88-ccbd-40f4-b66c-0013655a5cd4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b574778e-38a2-4ac6-87f4-4e487813df6f", "vfModuleModelCustomizationUUID": "8dda57ed-4f1e-4db5-a0da-a03043852397", "isBase": true, "artifacts": [ "4ac94520-5e73-467e-b432-d536f291ebb8", "6b915045-8266-4db5-aede-63262775d7fe" ], "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-06-23T06:51:40.622Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b574778e-38a2-4ac6-87f4-4e487813df6f VfModuleModelInvariantUUID:46f43a88-ccbd-40f4-b66c-0013655a5cd4 VfModuleModelDescription:NULL Artifacts UUID List:{ 4ac94520-5e73-467e-b432-d536f291ebb8 , 6b915045-8266-4db5-aede-63262775d7fe } 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-06-23T06:51:40.623Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "46f43a88-ccbd-40f4-b66c-0013655a5cd4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b574778e-38a2-4ac6-87f4-4e487813df6f", "vfModuleModelCustomizationUUID": "8dda57ed-4f1e-4db5-a0da-a03043852397", "isBase": true, "artifacts": [ "4ac94520-5e73-467e-b432-d536f291ebb8", "6b915045-8266-4db5-aede-63262775d7fe" ], "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-06-23T06:51:40.623Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b574778e-38a2-4ac6-87f4-4e487813df6f VfModuleModelInvariantUUID:46f43a88-ccbd-40f4-b66c-0013655a5cd4 VfModuleModelDescription:NULL Artifacts UUID List:{ 4ac94520-5e73-467e-b432-d536f291ebb8 , 6b915045-8266-4db5-aede-63262775d7fe } 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-06-23T06:51:40.624Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4ac94520-5e73-467e-b432-d536f291ebb8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-23T06:51:40.624Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:51:40.624Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:40.788Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:51:40.789Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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 4ac94520-5e73-467e-b432-d536f291ebb8 5033 2022-06-23T06:51:40.789Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:40.790Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:40.790Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:51:40.790Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:40.792Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:40.792Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967100789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:51:40.892Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:51:40.894Z||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-06-23T06:51:40.894Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:40.916Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:40.917Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:41.793Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6b915045-8266-4db5-aede-63262775d7fe from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-23T06:51:41.794Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:51:41.794Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:41.962Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:51:41.962Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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 6b915045-8266-4db5-aede-63262775d7fe 903 2022-06-23T06:51:41.962Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:41.962Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:41.963Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:51:41.963Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:41.964Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:41.964Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967101962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:51:42.065Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:51:42.065Z||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-06-23T06:51:42.066Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:42.096Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:42.096Z||pool-123-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:42.965Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5a4b19f7-0ed5-4850-9956-4722bf9b451c 2022-06-23T06:51:42.966Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 966aa3a6-db68-4c8f-9590-ac2c846546a4 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:51:42.982Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@256e05d5, org.onap.sdc.toscaparser.api.parameters.Input@3cd5e669, org.onap.sdc.toscaparser.api.parameters.Input@b37353b, org.onap.sdc.toscaparser.api.parameters.Input@7867d2a8, org.onap.sdc.toscaparser.api.parameters.Input@2df230dc] 2022-06-23T06:51:42.984Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:42.984Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:42.984Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-23T06:51:42.984Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 689446d7-0039-4876-b617-8ee0099f71bd 2022-06-23T06:51:42.984Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 689446d7-0039-4876-b617-8ee0099f71bd matches Tosca VF Customization UUID: 689446d7-0039-4876-b617-8ee0099f71bd 2022-06-23T06:51:42.984Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 689446d7-0039-4876-b617-8ee0099f71bd matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-23T06:51:42.988Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:42.988Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:42.988Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 689446d7-0039-4876-b617-8ee0099f71bd: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-23T06:51:42.988Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a9f680c 2022-06-23T06:51:42.989Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:42.989Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:42.989Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8dda57ed-4f1e-4db5-a0da-a03043852397 2022-06-23T06:51:42.989Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8dda57ed-4f1e-4db5-a0da-a03043852397 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-23T06:51:42.992Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:42.992Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:42.992Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:51:42.992Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:42.993Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:42.993Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:51:42.993Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:42.993Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-23T06:51:42.993Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-23T06:51:42.993Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-23T06:51:42.994Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1f90a045-9e8d-4d80-a7bd-4d1cb7c579d5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-23T06:51:42.999Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:42.999Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:43.000Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-23T06:51:43.000Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:43.000Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-23T06:51:43.000Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=689446d7-0039-4876-b617-8ee0099f71bd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:51:43.002Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:43.003Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.003Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5a4b19f7-0ed5-4850-9956-4722bf9b451c: basic_vm_macro 2022-06-23T06:51:43.003Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:43.003Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.003Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:43.004Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.004Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:43.004Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.004Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:43.004Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.005Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:51:43.005Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.005Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.134Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 966aa3a6-db68-4c8f-9590-ac2c846546a4 1 ASDC deployResourceStructure 2022-06-23T06:51:43.135Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.135Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:43.135Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:51:43.135Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:43.137Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:43.137Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967103135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:51:43.238Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-23T06:51:43.238Z||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-06-23T06:51:43.238Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:43.275Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:43.276Z||pool-124-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:44.138Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:44.139Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:44.139Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:51:44.139Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:44.141Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:44.141Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967104138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:51:44.241Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:44.242Z||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-06-23T06:51:44.242Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:44.262Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:44.263Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:45.141Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:45.142Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:45.142Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:51:45.143Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:45.145Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:45.145Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967105141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-23T06:51:45.245Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:45.246Z||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-06-23T06:51:45.246Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:45.263Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:45.264Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:51:46.146Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:46.146Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:51:46.147Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:51:46.147Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:51:46.149Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:51:46.149Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967106146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:51:46.249Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:51:46.250Z||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-06-23T06:51:46.250Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:51:46.269Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:51:46.270Z||pool-127-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:51:47.150Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcaaf7d4-6552-4987-933f-a78884ccc579 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:51:47.165Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcaaf7d4-6552-4987-933f-a78884ccc579 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:51:47.167Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:51:47.167Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T06:51:47.167Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T06:52:17.168Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcaaf7d4-6552-4987-933f-a78884ccc579 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:52:17.200Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcaaf7d4-6552-4987-933f-a78884ccc579 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:52:17.202Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:52:17.202Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-23T06:52:17.202Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-23T06:52:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:52:28.191Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:52:28.191Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:52:28.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:52:28.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:52:28.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "ves-openapi-manager", "timestamp": 1655967030746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967031377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967030619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967031377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "ves-openapi-manager", "timestamp": 1655967030746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967030619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967031377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "ves-openapi-manager", "timestamp": 1655967030746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967030619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967031377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "ves-openapi-manager", "timestamp": 1655967030746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967030619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967031377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "ves-openapi-manager", "timestamp": 1655967030746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967030619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967031377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "ves-openapi-manager", "timestamp": 1655967030746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967030619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967028184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967031377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "ves-openapi-manager", "timestamp": 1655967030746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967030619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967039177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967031377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "ves-openapi-manager", "timestamp": 1655967030746, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967030619, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967040953, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967041817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.263Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:52:28.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.263Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:52:28.263Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.263Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967041899, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967042822, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "cds", "timestamp": 1655967042229, "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=? 2022-06-23T06:52:28.292Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fcaaf7d4-6552-4987-933f-a78884ccc579 2022-06-23T06:52:28.292Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcaaf7d4-6552-4987-933f-a78884ccc579 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967043183, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "policy-id", "timestamp": 1655967043826, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:52:28.340Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcaaf7d4-6552-4987-933f-a78884ccc579 2022-06-23T06:52:28.341Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcaaf7d4-6552-4987-933f-a78884ccc579 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967044884, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967044314, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967045409, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967046496, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967047596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967048600, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967048750, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967049603, "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-06-23T06:52:28.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967049849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967050608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967051454, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.371Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967050969, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967051611, "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-06-23T06:52:28.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967052290, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.373Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967052037, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:52:28.379Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fcaaf7d4-6552-4987-933f-a78884ccc579 2022-06-23T06:52:28.379Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcaaf7d4-6552-4987-933f-a78884ccc579 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-23T06:52:28.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967052615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "aai-ml", "timestamp": 1655967053303, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:52:28.395Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fcaaf7d4-6552-4987-933f-a78884ccc579 2022-06-23T06:52:28.395Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcaaf7d4-6552-4987-933f-a78884ccc579 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "multicloud-k8s-id", "timestamp": 1655967053061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967054055, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967055059, "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-06-23T06:52:28.414Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fcaaf7d4-6552-4987-933f-a78884ccc579 2022-06-23T06:52:28.414Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcaaf7d4-6552-4987-933f-a78884ccc579 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-06-23T06:52:28.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967046377, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967056265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "cds", "timestamp": 1655967057502, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49a8d1df-f73c-4821-9a8b-f80e8b480f19 2022-06-23T06:52:28.452Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49a8d1df-f73c-4821-9a8b-f80e8b480f19 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967058433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967050619, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967050746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.466Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967060443, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967060528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967060639, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "clamp", "timestamp": 1655967061448, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:52:28.474Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fcaaf7d4-6552-4987-933f-a78884ccc579 2022-06-23T06:52:28.474Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fcaaf7d4-6552-4987-933f-a78884ccc579 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967061534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967061669, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967036056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "policy-id", "timestamp": 1655967062537, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:52:28.490Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49a8d1df-f73c-4821-9a8b-f80e8b480f19 2022-06-23T06:52:28.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49a8d1df-f73c-4821-9a8b-f80e8b480f19 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "multicloud-k8s-id", "timestamp": 1655967039877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "ves-openapi-manager", "timestamp": 1655967062672, "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-06-23T06:52:28.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 49a8d1df-f73c-4821-9a8b-f80e8b480f19 2022-06-23T06:52:28.509Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49a8d1df-f73c-4821-9a8b-f80e8b480f19 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-06-23T06:52:28.526Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967063613, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967042435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.527Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967065351, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967067520, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655967068526, "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-06-23T06:52:28.536Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49a8d1df-f73c-4821-9a8b-f80e8b480f19 2022-06-23T06:52:28.536Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49a8d1df-f73c-4821-9a8b-f80e8b480f19 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-06-23T06:52:28.551Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.551Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967068733, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.552Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:52:28.552Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.552Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.552Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "aai-ml", "timestamp": 1655967069737, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:52:28.557Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49a8d1df-f73c-4821-9a8b-f80e8b480f19 2022-06-23T06:52:28.557Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49a8d1df-f73c-4821-9a8b-f80e8b480f19 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967040370, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967081587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967083453, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:52:28.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:28.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "clamp", "timestamp": 1655967084460, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-23T06:52:28.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49a8d1df-f73c-4821-9a8b-f80e8b480f19 2022-06-23T06:52:28.575Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49a8d1df-f73c-4821-9a8b-f80e8b480f19 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-23T06:52:28.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:52:28.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d4e0c60-f9c0-44d8-a0a2-bbe6f776c45f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967083850, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:52:28.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:52:47.202Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fcaaf7d4-6552-4987-933f-a78884ccc579 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:52:47.221Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fcaaf7d4-6552-4987-933f-a78884ccc579 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:52:47.227Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:52:47.227Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:52:47.227Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:52:47.227Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:52:47.228Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:52:47.228Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:52:47.228Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:52:47.228Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:52:47.229Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:52:47.229Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:52:47.229Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:52:47.235Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:53:17.235Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fcaaf7d4-6552-4987-933f-a78884ccc579 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:53:17.254Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fcaaf7d4-6552-4987-933f-a78884ccc579 and serviceModelVersionId: 5a4b19f7-0ed5-4850-9956-4722bf9b451c 2022-06-23T06:53:17.255Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89db53b8-444a-4a0c-ac9e-47f4570e002d 2022-06-23T06:53:17.256Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89db53b8-444a-4a0c-ac9e-47f4570e002d/model-vers/model-ver/5a4b19f7-0ed5-4850-9956-4722bf9b451c?depth=0 2022-06-23T06:53:17.264Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:53:17.327Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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/89db53b8-444a-4a0c-ac9e-47f4570e002d/model-vers/model-ver/5a4b19f7-0ed5-4850-9956-4722bf9b451c?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-06-23T06:53:17.329Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89db53b8-444a-4a0c-ac9e-47f4570e002d/model-vers/model-ver/5a4b19f7-0ed5-4850-9956-4722bf9b451c?depth=0|INFO|500||Invoke 2022-06-23T06:53:17.358Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89db53b8-444a-4a0c-ac9e-47f4570e002d/model-vers/model-ver/5a4b19f7-0ed5-4850-9956-4722bf9b451c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:53:17.499Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89db53b8-444a-4a0c-ac9e-47f4570e002d/model-vers/model-ver/5a4b19f7-0ed5-4850-9956-4722bf9b451c?depth=0|INFO|500||InvokeReturn 2022-06-23T06:53:17.500Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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/89db53b8-444a-4a0c-ac9e-47f4570e002d/model-vers/model-ver/5a4b19f7-0ed5-4850-9956-4722bf9b451c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220623-06:53:17:425-80396], vertex-id=[299160], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:53:17 GMT], Content-Type=[application/json]} 2022-06-23T06:53:17.503Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:53:17.524Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:53:17.524Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:53:17.534Z|fcaaf7d4-6552-4987-933f-a78884ccc579|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-06-23T06:53:17.535Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fcaaf7d4-6552-4987-933f-a78884ccc579 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:53:17.535Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:53:17.535Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:17.538Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:17.538Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967197535, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:53:17.639Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:53:17.640Z||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-06-23T06:53:17.640Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:17.713Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:17.714Z||pool-128-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:53:18.556Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-23T06:53:18.557Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"49a8d1df-f73c-4821-9a8b-f80e8b480f19","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"17e4ab6e-ac7a-4648-8175-08d95e409233","serviceDescription":"service","serviceInvariantUUID":"fdd680cb-e4ed-4170-bb11-d37e6ce668f6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"71cd2f8d-5b8b-4b04-a102-888432ef5981","resourceInvariantUUID":"f683400a-6f8b-47fd-af05-d9135c03c638","resourceCustomizationUUID":"61f5a8e9-439c-4b58-a3f8-c92940bba4a8","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":"NDMyMjAzM2JmMGMzMmI3OWU1ZjM3ZmE5ZjRhZjAzNWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8df5263e-c327-48ae-a951-ef9dac3b1b4e","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":"abf7c253-12a9-4be6-88db-2a4251dd455b","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":"81dad12f-c76c-40be-adf9-18d725a7b954","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":"ZjY0NWEzYTk1OGRmN2ZhYTEzYzI3YjZlMmRiMDdkMDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"869024d3-2b89-4ff2-a1ac-3a4609d10065","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":"5a9a65fb-4524-4582-bcf2-200bb40075f3","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":"f29735fa-fba7-43e4-a955-35277e3fc0ff","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":"ef42c508-d352-49f0-a6e1-ffd990d8451b","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":"NGY0ZTMzYmUwNGQwYTA1MTZiYWExODk5MDQ0YjRmMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da0b7def-d4fb-4ab2-95d9-bf22e5f9b866","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWU2ODc2MmU1ZWIzNTI0ZGRlYjhjMjhjYTdhMTE2Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d89842fb-66cb-49e0-8eec-f8c5c1caac57","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-23T06:53:18.557Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:18.557Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:18.559Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:18.559Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:18.659Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:53:18.660Z||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-06-23T06:53:18.661Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:18.709Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:18.710Z||pool-129-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:53:19.560Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:19.560Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:19.562Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:19.562Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:19.663Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-23T06:53:19.664Z||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-06-23T06:53:19.664Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:19.786Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:19.787Z||pool-130-thread-1|||||INFO|500||cambria reply ok (124 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:53:20.563Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:20.564Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:20.566Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:20.566Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:20.666Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:53:20.668Z||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-06-23T06:53:20.668Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:20.694Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:20.695Z||pool-131-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:53:21.567Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:21.568Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:21.569Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:21.570Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:21.670Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:53:21.671Z||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-06-23T06:53:21.671Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:21.723Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:21.723Z||pool-132-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:53:22.571Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:22.571Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:22.574Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:22.574Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:22.674Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:53:22.676Z||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-06-23T06:53:22.676Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:22.795Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:22.795Z||pool-133-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:53:23.575Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:23.576Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:23.578Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:23.578Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:23.678Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:53:23.679Z||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-06-23T06:53:23.679Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:23.701Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:23.702Z||pool-134-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:53:24.578Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:24.580Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:24.598Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:24.598Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:24.682Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-06-23T06:53:24.683Z||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-06-23T06:53:24.683Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:24.718Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:24.719Z||pool-135-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:53:25.599Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:25.600Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:25.603Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:25.603Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:25.703Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:53:25.704Z||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-06-23T06:53:25.704Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:25.725Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:25.726Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:53:26.603Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-23T06:53:26.604Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:26.606Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:26.606Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:53:26.707Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:53:26.708Z||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-06-23T06:53:26.708Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:26.749Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:26.749Z||pool-137-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:53:27.608Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "17e4ab6e-ac7a-4648-8175-08d95e409233", "serviceDescription": "service", "serviceInvariantUUID": "fdd680cb-e4ed-4170-bb11-d37e6ce668f6", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "61f5a8e9-439c-4b58-a3f8-c92940bba4a8", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "71cd2f8d-5b8b-4b04-a102-888432ef5981", "resourceInvariantUUID": "f683400a-6f8b-47fd-af05-d9135c03c638", "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": "OWU2ODc2MmU1ZWIzNTI0ZGRlYjhjMjhjYTdhMTE2Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d89842fb-66cb-49e0-8eec-f8c5c1caac57" } ], "workloadContext": "Production" } 2022-06-23T06:53:27.608Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-23T06:53:27.608Z|fcaaf7d4-6552-4987-933f-a78884ccc579|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 17e4ab6e-ac7a-4648-8175-08d95e409233 ASDC 2022-06-23T06:53:27.609Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:49a8d1df-f73c-4821-9a8b-f80e8b480f19 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:17e4ab6e-ac7a-4648-8175-08d95e409233 ServiceInvariantUUID:fdd680cb-e4ed-4170-bb11-d37e6ce668f6 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:d89842fb-66cb-49e0-8eec-f8c5c1caac57 ArtifactChecksum:OWU2ODc2MmU1ZWIzNTI0ZGRlYjhjMjhjYTdhMTE2Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:61f5a8e9-439c-4b58-a3f8-c92940bba4a8 ResourceInvariantUUID:f683400a-6f8b-47fd-af05-d9135c03c638 ResourceName:test-pnf ResourceType:PNF ResourceUUID:71cd2f8d-5b8b-4b04-a102-888432ef5981 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-23T06:53:27.609Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 17e4ab6e-ac7a-4648-8175-08d95e409233 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-23T06:53:27.647Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:53:27.648Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:53:27.648Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:53:27.648Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d89842fb-66cb-49e0-8eec-f8c5c1caac57 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-23T06:53:27.648Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-23T06:53:27.649Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:27.751Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-23T06:53:27.759Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d89842fb-66cb-49e0-8eec-f8c5c1caac57 105666 2022-06-23T06:53:27.760Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:27.760Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:27.760Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-23T06:53:27.760Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:27.763Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:27.764Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967207760, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:53:27.862Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-23T06:53:27.863Z||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-06-23T06:53:27.863Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:27.884Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:27.884Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-23T06:53:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:53:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:53:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:28.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:28.246Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.246Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:28.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:53:28.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-23T06:53:28.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:53:28.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-23T06:53:28.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:53:28.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:28.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:53:28.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967097134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967099615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967100789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-23T06:53:28.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967101962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967103135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967104138, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967105141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-23T06:53:28.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:53:28.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-23T06:53:28.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967106146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:53:28.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:53:28.764Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-23T06:53:28.765Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-23T06:53:28.766Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d89842fb-66cb-49e0-8eec-f8c5c1caac57, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T06:53:28.766Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-23T06:53:28.767Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T06:53:28.767Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T06:53:28.934Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12111112158462565630/Definitions/service-TestPnfMacro-template.yml 2022-06-23T06:53:29.798Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.799Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.800Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-23T06:53:29.800Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.800Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.800Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-23T06:53:29.800Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:53:29.801Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:53:29.801Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.801Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.801Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-23T06:53:29.801Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-23T06:53:29.801Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-23T06:53:29.802Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.802Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.802Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.802Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.802Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.802Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.802Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.802Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.803Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.803Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.803Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:17e4ab6e-ac7a-4648-8175-08d95e409233 Model Version:NULL Model InvariantUuid:fdd680cb-e4ed-4170-bb11-d37e6ce668f6 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-06-23T06:53:29.813Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 71cd2f8d-5b8b-4b04-a102-888432ef5981 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-23T06:53:29.816Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-06-23T06:53:29.816Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 71cd2f8d-5b8b-4b04-a102-888432ef5981 2022-06-23T06:53:29.816Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 17e4ab6e-ac7a-4648-8175-08d95e409233 2022-06-23T06:53:29.817Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 17e4ab6e-ac7a-4648-8175-08d95e409233 2022-06-23T06:53:29.817Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 71cd2f8d-5b8b-4b04-a102-888432ef5981 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-06-23T06:53:29.822Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58ed80b8, org.onap.sdc.toscaparser.api.parameters.Input@17054e68, org.onap.sdc.toscaparser.api.parameters.Input@7f72ff8, org.onap.sdc.toscaparser.api.parameters.Input@44dcf0fa, org.onap.sdc.toscaparser.api.parameters.Input@70004099] 2022-06-23T06:53:29.822Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.822Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.822Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 17e4ab6e-ac7a-4648-8175-08d95e409233: test-pnf 2022-06-23T06:53:29.823Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||Processing PNF resource: 71cd2f8d-5b8b-4b04-a102-888432ef5981 2022-06-23T06:53:29.823Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-23T06:53:29.823Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.823Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||Resource customization UUID: 61f5a8e9-439c-4b58-a3f8-c92940bba4a8 is the same as notified resource customizationUUID: 61f5a8e9-439c-4b58-a3f8-c92940bba4a8 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-06-23T06:53:29.880Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 71cd2f8d-5b8b-4b04-a102-888432ef5981 0 ASDC deployResourceStructure 2022-06-23T06:53:29.880Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.880Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:29.881Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-23T06:53:29.881Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:53:29.883Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:53:29.883Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967209880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:53:29.983Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:53:29.984Z||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-06-23T06:53:29.984Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:53:30.008Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:53:30.009Z||pool-139-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-23T06:53:30.884Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49a8d1df-f73c-4821-9a8b-f80e8b480f19 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:53:30.900Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49a8d1df-f73c-4821-9a8b-f80e8b480f19 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-23T06:53:30.904Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:53:30.915Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-23T06:54:00.915Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49a8d1df-f73c-4821-9a8b-f80e8b480f19 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-23T06:54:00.922Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49a8d1df-f73c-4821-9a8b-f80e8b480f19 and serviceModelVersionId: 17e4ab6e-ac7a-4648-8175-08d95e409233 2022-06-23T06:54:00.923Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdd680cb-e4ed-4170-bb11-d37e6ce668f6 2022-06-23T06:54:00.923Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdd680cb-e4ed-4170-bb11-d37e6ce668f6/model-vers/model-ver/17e4ab6e-ac7a-4648-8175-08d95e409233?depth=0 2022-06-23T06:54:00.927Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-23T06:54:00.979Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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/fdd680cb-e4ed-4170-bb11-d37e6ce668f6/model-vers/model-ver/17e4ab6e-ac7a-4648-8175-08d95e409233?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-06-23T06:54:00.980Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdd680cb-e4ed-4170-bb11-d37e6ce668f6/model-vers/model-ver/17e4ab6e-ac7a-4648-8175-08d95e409233?depth=0|INFO|500||Invoke 2022-06-23T06:54:00.994Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdd680cb-e4ed-4170-bb11-d37e6ce668f6/model-vers/model-ver/17e4ab6e-ac7a-4648-8175-08d95e409233?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-23T06:54:01.129Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdd680cb-e4ed-4170-bb11-d37e6ce668f6/model-vers/model-ver/17e4ab6e-ac7a-4648-8175-08d95e409233?depth=0|INFO|500||InvokeReturn 2022-06-23T06:54:01.129Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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/fdd680cb-e4ed-4170-bb11-d37e6ce668f6/model-vers/model-ver/17e4ab6e-ac7a-4648-8175-08d95e409233?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220623-06:54:01:061-32469], vertex-id=[532680], Content-Length=[0], Date=[Thu, 23 Jun 2022 06:54:01 GMT], Content-Type=[application/json]} 2022-06-23T06:54:01.130Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-23T06:54:01.130Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-23T06:54:01.130Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:54:01.143Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:54:01.143Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49a8d1df-f73c-4821-9a8b-f80e8b480f19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-23T06:54:01.143Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-23T06:54:01.144Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-23T06:54:01.146Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-23T06:54:01.146Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967241143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:54:01.246Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-23T06:54:01.247Z||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-06-23T06:54:01.247Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as CqvtAkDWLPpWHMti) ... 2022-06-23T06:54:01.292Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:54:01.292Z||pool-140-thread-1|||||INFO|500||cambria reply ok (45 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-06-23T06:54:02.174Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:54:02.175Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:54:02.175Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:54:12.665Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:54:12.665Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:54:12.666Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:54:12.666Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:54:22.273Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:54:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:54:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:54:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:54:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:54:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:54:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:54:28.244Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:54:28.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "fcaaf7d4-6552-4987-933f-a78884ccc579", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967197535, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:54:28.246Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:54:28.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:54:28.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-23T06:54:28.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967088184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:54:28.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967207760, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-23T06:54:28.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:54:37.745Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:55:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:55:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:55:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:55:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:55:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:55:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:55:28.768Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:55:28.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:55:28.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967209880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-23T06:55:28.770Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:55:28.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-23T06:55:28.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "49a8d1df-f73c-4821-9a8b-f80e8b480f19", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655967241143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-23T06:55:28.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-23T06:55:37.809Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:56:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:56:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:56:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:56:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:56:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:56:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:56:37.812Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:56:37.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:57:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:57:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:57:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:57:28.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:57:28.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:57:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:57:37.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:57:37.772Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:58:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:58:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:58:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:58:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:58:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:58:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:58:37.789Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:58:37.809Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:59:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:59:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T06:59:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:59:28.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T06:59:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T06:59:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T06:59:37.782Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T06:59:37.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:00:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:00:28.186Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:00:28.186Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:00:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:00:28.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:00:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:00:37.798Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:00:37.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:01:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:01:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:01:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:01:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:01:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:01:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:01:37.771Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:01:37.778Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:02:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:02:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:02:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:02:28.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:02:28.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:02:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:02:37.814Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:02:37.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:03:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:03:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:03:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:03:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:03:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:03:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:03:37.773Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:03:37.779Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:04:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:04:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:04:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:04:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:04:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:04:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:04:37.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:04:37.783Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:05:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:05:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:05:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:05:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:05:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:05:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:05:37.759Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:05:37.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:06:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:06:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:06:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:06:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:06:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:06:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:06:37.822Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:06:37.857Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:07:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:07:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:07:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:07:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:07:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:07:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:07:37.773Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:07:37.801Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:08:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:08:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:08:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:08:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:08:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:08:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:08:37.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:08:37.765Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:09:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:09:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:09:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:09:28.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:09:28.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:09:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:09:37.775Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:09:37.829Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:10:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:10:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:10:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:10:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:10:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:10:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:10:37.772Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:10:37.780Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:11:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:11:28.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:11:28.187Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:11:28.187Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:11:28.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:11:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:11:37.782Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:11:37.782Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:12:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:12:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:12:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:12:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:12:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:12:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:12:37.751Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:12:37.755Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:13:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:13:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:13:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:13:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:13:28.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:13:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:13:37.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:13:37.827Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:14:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:14:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:14:28.185Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:14:28.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:14:28.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:14:28.188Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:14:37.767Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:14:37.767Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:15:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:15:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:15:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:15:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:15:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:15:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:15:37.760Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:15:37.761Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:16:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:16:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:16:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:16:28.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:16:28.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:16:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:16:37.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:16:37.809Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:17:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:17:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:17:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:17:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:17:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:17:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:17:37.747Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:17:37.748Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:18:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:18:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:18:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:18:28.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:18:28.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:18:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:18:37.751Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:18:37.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:19:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:19:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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-06-23T07:19:28.184Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:19:28.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-23T07:19:28.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-23T07:19:28.187Z||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 CqvtAkDWLPpWHMti) ... 2022-06-23T07:19:37.750Z|49a8d1df-f73c-4821-9a8b-f80e8b480f19|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-23T07:19:37.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK