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-17T05:28:34.129Z||main|||||INFO|500||The following profiles are active: basic 2022-06-17T05:28:46.809Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-17T05:28:46.810Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-17T05:28:46.928Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-17T05:28:52.005Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-17T05:28:52.542Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-17T05:28:53.179Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-17T05:28:53.192Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-17T05:28:53.374Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-17T05:28:53.757Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-17T05:28:54.432Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-17T05:28:56.570Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-17T05:28:58.996Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-17T05:28:59.055Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-17T05:28:59.683Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-17T05:28:59.909Z||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-17T05:29:01.283Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-17T05:29:02.461Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-17T05:29:02.481Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$1cee29c1.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-17T05:29:02.482Z||main|||||WARN|500||The sdc end point is not alive 2022-06-17T05:29:05.696Z||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-17T05:29:08.936Z||main|||||WARN|500||--- 2022-06-17T05:29:08.937Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-17T05:29:08.937Z||main|||||WARN|500||--- 2022-06-17T05:29:09.431Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-17T05:29:14.821Z||main|||||INFO|500||Started Application in 44.342 seconds (JVM running for 46.57) 2022-06-17T05:29:14.843Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:29:14.848Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:29:14.862Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:29:14.893Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:29:14.948Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dd310dbe-c4a5-4fa7-a624-d9100529a43a url= /sdc/v1/artifactTypes 2022-06-17T05:29:14.949Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:29:16.055Z||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.60.163] 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$$8089049d.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-17T05:29:16.059Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b41a671 2022-06-17T05:29:16.060Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-17T05:29:16.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-17T05:29:16.075Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-17T05:29:16.078Z||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$$8089049d.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-17T05:30:04.816Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:30:04.817Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:30:04.818Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:30:04.822Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:30:04.829Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 847f59b0-f4b5-4ab3-ae1c-f2bd89e2f97d url= /sdc/v1/artifactTypes 2022-06-17T05:30:04.830Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:30:05.843Z||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.60.163] 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$$8089049d.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-17T05:30:05.844Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5745c6a 2022-06-17T05:30:05.845Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-17T05:30:05.845Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-17T05:30:05.845Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-17T05:30:05.846Z||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$$8089049d.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-17T05:30:54.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:30:54.817Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:30:54.817Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:30:54.821Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:30:54.827Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ef78361d-82c5-4566-942e-0746ff632412 url= /sdc/v1/artifactTypes 2022-06-17T05:30:54.827Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:30:55.861Z||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.60.163] 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$$8089049d.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-17T05:30:55.862Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71f11e13 2022-06-17T05:30:55.862Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-17T05:30:55.862Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-17T05:30:55.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-17T05:30:55.863Z||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$$8089049d.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-17T05:31:44.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:31:44.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:31:44.816Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:31:44.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:31:44.824Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a8811a5-6b2e-4da2-b5ea-a81d5cb58958 url= /sdc/v1/artifactTypes 2022-06-17T05:31:44.824Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:31:45.847Z||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.60.163] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 49 common frames omitted 2022-06-17T05:31:45.848Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@903315c 2022-06-17T05:31:45.848Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-17T05:31:45.849Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-17T05:31:45.849Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-17T05:31:45.850Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 32 common frames omitted 2022-06-17T05:32:34.816Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:32:34.818Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:32:34.818Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:32:34.821Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:32:34.825Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 02db1ff1-c9a3-4788-8140-044af96e7bb5 url= /sdc/v1/artifactTypes 2022-06-17T05:32:34.826Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:32:35.859Z||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.60.163] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 49 common frames omitted 2022-06-17T05:32:35.860Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44f6036 2022-06-17T05:32:35.860Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-17T05:32:35.861Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-17T05:32:35.861Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-17T05:32:35.861Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 32 common frames omitted 2022-06-17T05:33:24.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:33:24.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:33:24.815Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:33:24.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:33:24.824Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36a0ef20-39d0-45ab-b344-1ee342f6c1e4 url= /sdc/v1/artifactTypes 2022-06-17T05:33:24.824Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:33:25.843Z||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.60.163] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 49 common frames omitted 2022-06-17T05:33:25.844Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3613ccaf 2022-06-17T05:33:25.844Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-17T05:33:25.845Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-17T05:33:25.845Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-17T05:33:25.845Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 32 common frames omitted 2022-06-17T05:34:14.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:34:14.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:34:14.816Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:34:14.820Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:34:14.827Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d400039-cc4e-4421-a4d9-af48bcc6a45a url= /sdc/v1/artifactTypes 2022-06-17T05:34:14.827Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:34:15.859Z||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.60.163] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 49 common frames omitted 2022-06-17T05:34:15.860Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9cf8ee 2022-06-17T05:34:15.860Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-17T05:34:15.861Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-17T05:34:15.861Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-17T05:34:15.862Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 32 common frames omitted 2022-06-17T05:35:04.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:35:04.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:35:04.816Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:35:04.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:35:04.824Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 725cc05d-6d46-477c-8863-e27ede5fcc23 url= /sdc/v1/artifactTypes 2022-06-17T05:35:04.824Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:35:05.847Z||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.60.163] 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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 49 common frames omitted 2022-06-17T05:35:05.849Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e231d30 2022-06-17T05:35:05.849Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-17T05:35:05.850Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-17T05:35:05.850Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-17T05:35:05.851Z||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 jdk.internal.reflect.GeneratedMethodAccessor140.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$$8089049d.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) ... 32 common frames omitted 2022-06-17T05:35:54.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-17T05:35:54.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-17T05:35:54.816Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-17T05:35:54.820Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-17T05:35:54.825Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7e248166-ba6d-48a1-bc24-00b70f29f03e url= /sdc/v1/artifactTypes 2022-06-17T05:35:54.825Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-17T05:35:55.031Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-17T05:35:55.041Z||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-17T05:35:55.106Z||scheduling-1|||||DEBUG|500||create keys 2022-06-17T05:35:55.114Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-17T05:35:55.159Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:35:55.180Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3eb3dbc0-2994-45af-8f07-b4216a32f91b url= /sdc/v1/registerForDistribution 2022-06-17T05:35:55.334Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3eb3dbc0-2994-45af-8f07-b4216a32f91b url= /sdc/v1/registerForDistribution 2022-06-17T05:35:55.335Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-17T05:35:55.349Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:35:55.349Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:35:55.357Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-17T05:35:55.363Z||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-17T05:35:55.364Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:35:55.364Z||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-17T05:35:55.364Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:36:05.653Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:36:05.697Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:36:55.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:36:55.344Z||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-17T05:36:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:36:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:36:55.348Z||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-17T05:36:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:37:04.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:37:04.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:37:55.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:37:55.344Z||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-17T05:37:55.345Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:37:55.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:37:55.348Z||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-17T05:37:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:38:04.902Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:38:04.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:38:55.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:38:55.344Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:38:55.344Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:38:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:38:55.347Z||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-17T05:38:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:39:04.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:39:04.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:39:10.445Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-17T05:39:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:39:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:39:55.345Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:39:55.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:39:55.348Z||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-17T05:39:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:40:04.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:40:04.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:40:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:40:55.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:40:55.345Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:40:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:40:55.347Z||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-17T05:40:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:41:04.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:41:04.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:41:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:41:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:41:55.345Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:41:55.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:41:55.351Z||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-17T05:41:55.351Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:42:04.895Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:42:04.926Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:42:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:42:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:42:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:42:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:42:55.349Z||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-17T05:42:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:43:04.898Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:43:04.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:43:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:43:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:43:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:43:55.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:43:55.348Z||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-17T05:43:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:44:04.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:44:04.902Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:44:55.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:44:55.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:44:55.346Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:44:55.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:44:55.347Z||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-17T05:44:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:45:04.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:45:04.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:45:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:45:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:45:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:45:55.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:45:55.347Z||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-17T05:45:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:46:04.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:46:04.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:46:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:46:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:46:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:46:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:46:55.348Z||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-17T05:46:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:47:04.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:47:04.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:47:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:47:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:47:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:47:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:47:55.347Z||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-17T05:47:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:48:04.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:48:04.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:48:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:48:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:48:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:48:55.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:48:55.347Z||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-17T05:48:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:49:04.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:49:04.892Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:49:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:49:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:49:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:49:55.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:49:55.347Z||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-17T05:49:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:50:04.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:50:04.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:50:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:50:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:50:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:50:55.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:50:55.347Z||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-17T05:50:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:51:04.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:51:04.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:51:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:51:55.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:51:55.345Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:51:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:51:55.347Z||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-17T05:51:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:52:04.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:52:04.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:52:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:52:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:52:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:52:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:52:55.347Z||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-17T05:52:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:53:04.906Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:53:04.907Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:53:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:53:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:53:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:53:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:53:55.347Z||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-17T05:53:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:54:04.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:54:04.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:54:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:54:55.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:54:55.346Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:54:55.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:54:55.347Z||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-17T05:54:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:55:04.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:55:04.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:55:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:55:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:55:55.345Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:55:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:55:55.348Z||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-17T05:55:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:56:04.902Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:56:04.905Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:56:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:56:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:56:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:56:55.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:56:55.347Z||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-17T05:56:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:57:04.890Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:57:04.910Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:57:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:57:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:57:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:57:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:57:55.347Z||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-17T05:57:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:58:04.889Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:58:04.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:58:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:58:55.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:58:55.345Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:58:55.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:58:55.347Z||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-17T05:58:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T05:59:04.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:59:04.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T05:59:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:59:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T05:59:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T05:59:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T05:59:55.347Z||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-17T05:59:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:00:04.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:00:04.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:00:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:00:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:00:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:00:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:00:55.348Z||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-17T06:00:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:01:04.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:01:04.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:01:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:01:55.344Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:01:55.344Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:01:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:01:55.347Z||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-17T06:01:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:02:04.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:02:04.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:02:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:02:55.346Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:02:55.346Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:02:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:02:55.347Z||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-17T06:02:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:03:04.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:03:04.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:03:55.343Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:03:55.345Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:03:55.345Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:03:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:03:55.348Z||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-17T06:03:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:04:04.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:04:04.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:04:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:04:55.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:04:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:04:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:04:55.347Z||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-17T06:04:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:05:04.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:05:04.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:05:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:05:55.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:05:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:05:55.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:05:55.348Z||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-17T06:05:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:06:04.895Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:06:04.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:06:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:06:55.343Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:06:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:06:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:06:55.347Z||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-17T06:06:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:07:04.893Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:07:04.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:07:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:07:55.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:07:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:07:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:07:55.347Z||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-17T06:07:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:08:04.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:08:04.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:08:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:08:55.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:08:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:08:55.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:08:55.348Z||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-17T06:08:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:09:04.887Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:09:04.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:09:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:09:55.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:09:55.345Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:09:55.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:09:55.347Z||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-17T06:09:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:10:04.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:10:04.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:10:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:10:55.343Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:10:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:10:55.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:10:55.347Z||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-17T06:10:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:11:04.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:11:04.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:11:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:11:55.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:11:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:11:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:11:55.347Z||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-17T06:11:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:12:04.892Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:12:04.926Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:12:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:12:55.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:12:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:12:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:12:55.348Z||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-17T06:12:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:13:04.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:13:04.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:13:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:13:55.346Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:13:55.346Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:13:55.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:13:55.348Z||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-17T06:13:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:14:04.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:14:04.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:14:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:14:55.344Z||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-17T06:14:55.345Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:14:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:14:55.348Z||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-17T06:14:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:15:04.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:15:04.918Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:15:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:15:55.344Z||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-17T06:15:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:15:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:15:55.348Z||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-17T06:15:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:16:04.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:16:04.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:16:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:16:55.344Z||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-17T06:16:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:16:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:16:55.348Z||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-17T06:16:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:17:04.892Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:17:04.898Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:17:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:17:55.344Z||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-17T06:17:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:17:55.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:17:55.347Z||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-17T06:17:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:18:04.890Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:18:04.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:18:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:18:55.344Z||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-17T06:18:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:18:55.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:18:55.347Z||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-17T06:18:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:19:04.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:19:04.896Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:19:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:19:55.344Z||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-17T06:19:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:19:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:19:55.348Z||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-17T06:19:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:20:04.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:20:04.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:20:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:20:55.345Z||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-17T06:20:55.345Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:20:55.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:20:55.347Z||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-17T06:20:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:21:04.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:21:04.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:21:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:21:55.344Z||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-17T06:21:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:21:55.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:21:55.347Z||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-17T06:21:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:22:04.894Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:22:04.896Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:22:55.343Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:22:55.344Z||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-17T06:22:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:22:55.347Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:22:55.348Z||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-17T06:22:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:23:04.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:23:04.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:23:55.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:23:55.344Z||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-17T06:23:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:23:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:23:55.347Z||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-17T06:23:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:24:04.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:24:04.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:24:55.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:24:55.344Z||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-17T06:24:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:24:55.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:24:55.348Z||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-17T06:24:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:25:04.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:25:04.895Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:25:55.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:25:55.345Z||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-17T06:25:55.345Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:25:55.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:25:55.347Z||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-17T06:25:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:26:04.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:26:04.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:26:55.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:26:55.344Z||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-17T06:26:55.345Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:26:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:26:55.347Z||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-17T06:26:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:26:55.983Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:26:55.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:26:55.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-17T06:26:55.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:55.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb508489-eb0d-4dc1-8fb6-4d005108472a","serviceName":"vFW 2022-06-17 06-24-57","serviceVersion":"1.0","serviceUUID":"41fdec8f-2ed5-45d0-81d6-5cbba07499c0","serviceDescription":"catalog service description","serviceInvariantUUID":"ff405294-e766-4103-a2c9-9778d87c4b6c","resources":[{"resourceInstanceName":"vFW 4b8b53ca-4578 0","resourceName":"vFW 4b8b53ca-4578","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e5dac8d-879d-4ffa-b6ef-d1bd652cabe9","resourceInvariantUUID":"56cab02b-eefb-4fbe-b48b-d3a25cbcd5ab","resourceCustomizationUUID":"cffccbde-8508-483c-aa04-e021b3c1edbf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml","artifactChecksum":"NDM1MDRlNGVjYmIzZmY0MTUzNWY2NWZhZGY1ODY2Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8bccf6ba-f351-443c-9197-bceb4035dff6","artifactVersion":"1"},{"artifactName":"vfw4b8b53ca45780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json","artifactChecksum":"YTNiOThhNzNmZDZkYmU3MGU5NmM2MmI4ODg0NTYzN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c07421ec-a23f-4444-8f00-66099031553b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"98c6f4b6-2604-4f52-bfa1-796ed6b1c838","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml","artifactChecksum":"ZmRhOTNkZDNjZjQzY2RjMTk5NGVhYWM0YjhmNjQ2YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f6633ff9-8028-47b2-80fd-645cc0f5ffa5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"04ea3d0b-bc77-4efb-a481-f81a7609e239","artifactVersion":"2","generatedFromUUID":"98c6f4b6-2604-4f52-bfa1-796ed6b1c838"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220617062457-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml","artifactChecksum":"Y2QwNzU0NjcyNjExZTVmMTczMDRkYzVlZDgzYTA5ZWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bd545d3-0e79-4f78-8165-130b1667334a","artifactVersion":"1"},{"artifactName":"service-Vfw20220617062457-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar","artifactChecksum":"OTlhMWMyMTliZDI0OTlkMGY5ZDZjMTMzZTBkZjU1ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b0382c6-ac1c-477b-8ac3-6f52bb83e727","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T06:26:55.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447184176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.002Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:26:56.010Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:26:56.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447188323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "ves-openapi-manager", "timestamp": 1655447186495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447187249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447184176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447188323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447187249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOTIFIED" } 2022-06-17T06:26:56.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "ves-openapi-manager", "timestamp": 1655447186495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447195034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447184176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447188323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-17T06:26:56.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447187249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "ves-openapi-manager", "timestamp": 1655447186495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447195034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447184176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447187249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447188323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "ves-openapi-manager", "timestamp": 1655447186495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447195034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447184176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447187249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447188323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "ves-openapi-manager", "timestamp": 1655447186495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447195034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447184176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447188323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.045Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:26:56.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447187249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.045Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "ves-openapi-manager", "timestamp": 1655447186495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447195034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447184176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:26:56.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447188323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:26:56.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447187249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:26:56.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "ves-openapi-manager", "timestamp": 1655447186495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447195034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447200628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447201357, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:26:56.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447202792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:26:56.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447195034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:26:56.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447200628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOTIFIED" } 2022-06-17T06:26:56.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447203815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:26:56.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447200628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-17T06:26:56.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447202953, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:26:56.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "policy-id", "timestamp": 1655447204823, "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-17T06:26:56.135Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms 2022-06-17T06:26:56.138Z||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-17T06:26:56.138Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:26:56.157Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:26:56.158Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T06:26:56.255Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb508489-eb0d-4dc1-8fb6-4d005108472a 2022-06-17T06:26:56.279Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:26:56.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447200628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "cds", "timestamp": 1655447203970, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-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-17T06:26:56.321Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb508489-eb0d-4dc1-8fb6-4d005108472a 2022-06-17T06:26:56.322Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:26:56.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447200628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-17T06:26:56.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447206349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447200628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447206349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447200628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:26:56.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447206349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447208502, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:26:56.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447206349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447209972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:26:56.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447206349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447206349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:56.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447211150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:26:56.344Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447206349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:26:56.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:26:56.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447212269, "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-17T06:26:56.350Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb508489-eb0d-4dc1-8fb6-4d005108472a 2022-06-17T06:26:56.351Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:26:56.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "multicloud-k8s-id", "timestamp": 1655447213272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:26:56.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447214359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:26:56.364Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:56.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:26:56.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447214859, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:26:56.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:26:57.057Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:26:57.057Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:26:57.059Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:26:57.059Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOTIFIED" } 2022-06-17T06:26:57.160Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:26:57.161Z||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-17T06:26:57.161Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:26:57.177Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:26:57.178Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:26:58.060Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:26:58.061Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:26:58.064Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:26:58.064Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-17T06:26:58.164Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:26:58.165Z||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-17T06:26:58.165Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:26:58.191Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:26:58.191Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:26:59.064Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:26:59.065Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:26:59.067Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:26:59.067Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:26:59.167Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:26:59.168Z||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-17T06:26:59.169Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:26:59.187Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:26:59.188Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:00.067Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:27:00.068Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:00.070Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:00.070Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-17T06:27:00.170Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:27:00.171Z||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-17T06:27:00.171Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:00.186Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:00.187Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:01.070Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:27:01.071Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:01.073Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:01.073Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:27:01.174Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:27:01.175Z||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-17T06:27:01.175Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:01.189Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:01.190Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:02.074Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:27:02.075Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:02.077Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:02.078Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:27:02.178Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:27:02.179Z||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-17T06:27:02.179Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:02.197Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:02.197Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:03.080Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "serviceName": "vFW 2022-06-17 06-24-57", "serviceVersion": "1.0", "serviceUUID": "41fdec8f-2ed5-45d0-81d6-5cbba07499c0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ff405294-e766-4103-a2c9-9778d87c4b6c", "resources": [ { "resourceInstanceName": "vFW 4b8b53ca-4578 0", "resourceCustomizationUUID": "cffccbde-8508-483c-aa04-e021b3c1edbf", "resourceName": "vFW 4b8b53ca-4578", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2e5dac8d-879d-4ffa-b6ef-d1bd652cabe9", "resourceInvariantUUID": "56cab02b-eefb-4fbe-b48b-d3a25cbcd5ab", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4b8b53ca45780_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "artifactChecksum": "YTNiOThhNzNmZDZkYmU3MGU5NmM2MmI4ODg0NTYzN2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c07421ec-a23f-4444-8f00-66099031553b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "98c6f4b6-2604-4f52-bfa1-796ed6b1c838", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "04ea3d0b-bc77-4efb-a481-f81a7609e239", "generatedFromUUID": "98c6f4b6-2604-4f52-bfa1-796ed6b1c838" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "04ea3d0b-bc77-4efb-a481-f81a7609e239", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220617062457-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "artifactChecksum": "OTlhMWMyMTliZDI0OTlkMGY5ZDZjMTMzZTBkZjU1ZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7b0382c6-ac1c-477b-8ac3-6f52bb83e727" } ], "workloadContext": "Production" } 2022-06-17T06:27:03.081Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T06:27:03.081Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 41fdec8f-2ed5-45d0-81d6-5cbba07499c0 ASDC 2022-06-17T06:27:03.211Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:bb508489-eb0d-4dc1-8fb6-4d005108472a ServiceName:vFW 2022-06-17 06-24-57 ServiceVersion:1.0 ServiceUUID:41fdec8f-2ed5-45d0-81d6-5cbba07499c0 ServiceInvariantUUID:ff405294-e766-4103-a2c9-9778d87c4b6c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220617062457-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar ArtifactUUID:7b0382c6-ac1c-477b-8ac3-6f52bb83e727 ArtifactChecksum:OTlhMWMyMTliZDI0OTlkMGY5ZDZjMTMzZTBkZjU1ZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4b8b53ca-4578 0 ResourceCustomizationUUID:cffccbde-8508-483c-aa04-e021b3c1edbf ResourceInvariantUUID:56cab02b-eefb-4fbe-b48b-d3a25cbcd5ab ResourceName:vFW 4b8b53ca-4578 ResourceType:VF ResourceUUID:2e5dac8d-879d-4ffa-b6ef-d1bd652cabe9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4b8b53ca45780_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json ArtifactUUID:c07421ec-a23f-4444-8f00-66099031553b ArtifactChecksum:YTNiOThhNzNmZDZkYmU3MGU5NmM2MmI4ODg0NTYzN2I= 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/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml ArtifactUUID:98c6f4b6-2604-4f52-bfa1-796ed6b1c838 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/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env ArtifactUUID:04ea3d0b-bc77-4efb-a481-f81a7609e239 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/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env ArtifactUUID:04ea3d0b-bc77-4efb-a481-f81a7609e239 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T06:27:03.211Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41fdec8f-2ed5-45d0-81d6-5cbba07499c0 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-17T06:27:03.255Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:27:03.256Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-17T06:27:03.258Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-17T06:27:03.258Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7b0382c6-ac1c-477b-8ac3-6f52bb83e727 from URL: /sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:03.258Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-17T06:27:03.260Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:03.525Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-17T06:27:03.546Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar 7b0382c6-ac1c-477b-8ac3-6f52bb83e727 99030 2022-06-17T06:27:03.547Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar ASDC sendASDCNotification 2022-06-17T06:27:03.548Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:03.550Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:27:03.551Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:03.554Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:03.554Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447223547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:27:03.654Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:27:03.655Z||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-17T06:27:03.655Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:03.669Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:03.669Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:04.555Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:27:04.556Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-17T06:27:04.556Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7b0382c6-ac1c-477b-8ac3-6f52bb83e727, URL: /sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar to file: /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:04.557Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220617062457-csar.csar 2022-06-17T06:27:04.634Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:04.635Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:05.267Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16788245899843238904/Definitions/service-Vfw20220617062457-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-17T06:27:07.845Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T06:27:07.850Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-17T06:27:07.850Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.850Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-17T06:27:07.850Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.850Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4b8b53ca-4578 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-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.851Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.852Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.852Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:07.852Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-17T06:27:07.858Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.860Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:07.863Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:07.864Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-17T06:27:07.865Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:27:07.867Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.867Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:07.867Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:07.867Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-17T06:27:07.868Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:27:07.868Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.868Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:07.872Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.872Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is not matching search criteria 2022-06-17T06:27:07.872Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T06:27:07.873Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T06:27:07.873Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T06:27:07.873Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.873Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.873Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T06:27:07.873Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.873Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T06:27:07.874Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T06:27:07.874Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.874Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.874Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T06:27:07.874Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.874Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T06:27:07.875Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.875Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T06:27:07.875Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.875Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T06:27:07.877Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.877Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:07.877Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:27:07.877Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.878Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:07.878Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:27:07.878Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.878Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:07.878Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:27:07.879Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.879Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is not matching search criteria 2022-06-17T06:27:07.879Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T06:27:07.879Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T06:27:07.879Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-17T06:27:07.879Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T06:27:07.880Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T06:27:07.880Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.880Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.880Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T06:27:07.880Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.880Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T06:27:07.881Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.881Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1854cd36-8686-49db-87fc-4a0d9af683a1 2022-06-17T06:27:07.881Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.881Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is not matching search criteria 2022-06-17T06:27:07.881Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T06:27:07.881Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T06:27:07.882Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T06:27:07.882Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.882Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.882Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T06:27:07.882Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.882Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-17T06:27:07.882Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T06:27:07.883Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.883Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T06:27:07.883Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.883Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49985d1c-5379-44d6-9bfb-f084716e5e62 2022-06-17T06:27:07.883Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.883Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is not matching search criteria 2022-06-17T06:27:07.884Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T06:27:07.884Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T06:27:07.884Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T06:27:07.884Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.884Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.884Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T06:27:07.885Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.885Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T06:27:07.885Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T06:27:07.885Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:07.885Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:07.885Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-17T06:27:07.886Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e7c5420-7ead-4ec0-8d50-a6e5c08e7e9a 2022-06-17T06:27:07.886Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.886Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:07.886Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.886Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:07.886Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.887Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:07.887Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:07.887Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:07.887Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-17 06-24-57 Description:catalog service description Model UUID:41fdec8f-2ed5-45d0-81d6-5cbba07499c0 Model Version:NULL Model InvariantUuid:ff405294-e766-4103-a2c9-9778d87c4b6c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4b8b53ca-4578 Model UUID:c6b283c7-11f8-4a2c-91da-27cba78c696c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:56cab02b-eefb-4fbe-b48b-d3a25cbcd5ab Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cffccbde-8508-483c-aa04-e021b3c1edbf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b97eeb38-d6af-46d8-b775-8869079f924e ModelName:Vfw4b8b53ca4578..base_vfw..module-0 ModelUuid:c0c9b2b9-7028-4a95-aaab-cd61523e135f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1854cd36-8686-49db-87fc-4a0d9af683a1 ModelInvariantUuid:02110f56-fffb-460d-ab94-ddc9a9e008b3 ModelName:vFW 4b8b53ca-4578-nodes.vfwCvfc ModelUuid:db1904da-dada-4736-a21d-5a2b9672d136 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:46a35c4f-10f6-493a-9b06-250a52b9cd38 ModelInvariantUuid:70e9a553-cdf8-43a9-9f06-c6543428a0fa ModelName:Vfw4b8b53ca4578.compute.nodes.heat.vfw ModelUuid:fd4574e7-5dfc-4b0f-85ac-4bfad8f5efbd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:49985d1c-5379-44d6-9bfb-f084716e5e62 ModelInvariantUuid:ce1c5c77-7ad3-4f03-94f8-390e4a25a56c ModelName:vFW 4b8b53ca-4578-nodes.vsnCvfc ModelUuid:ea2f31ca-05fe-43d2-a0c6-c560c9a14110 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b7d7d0eb-67fd-4c46-89ed-993c008ce334 ModelInvariantUuid:343b9297-d69e-47e6-aa7e-9917f132e808 ModelName:Vfw4b8b53ca4578.compute.nodes.heat.vsn ModelUuid:b24a67ef-70ed-4be5-bef8-32811f0263de ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1e7c5420-7ead-4ec0-8d50-a6e5c08e7e9a ModelInvariantUuid:591516b9-e4e8-4a5f-9d0d-72795d532025 ModelName:vFW 4b8b53ca-4578-nodes.vpgCvfc ModelUuid:3a88713a-2154-4d70-b972-32cd15ea8db0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2368e530-91fa-4f66-9b7a-57866edcf99e ModelInvariantUuid:c4e81989-2b0b-4804-b0bc-a07a791dc718 ModelName:Vfw4b8b53ca4578.compute.nodes.heat.vpg ModelUuid:f1c21f45-5d93-4c2d-ac1f-4512ac968c01 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-17T06:27:07.898Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e5dac8d-879d-4ffa-b6ef-d1bd652cabe9 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-17T06:27:07.992Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||vFW 4b8b53ca-4578 0 2022-06-17T06:27:07.998Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e5dac8d-879d-4ffa-b6ef-d1bd652cabe9 2022-06-17T06:27:07.998Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c07421ec-a23f-4444-8f00-66099031553b from URL: /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json 2022-06-17T06:27:07.998Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-17T06:27:07.999Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json 2022-06-17T06:27:08.087Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-17T06:27:08.087Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json c07421ec-a23f-4444-8f00-66099031553b 785 2022-06-17T06:27:08.088Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json ASDC sendASDCNotification 2022-06-17T06:27:08.088Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json 2022-06-17T06:27:08.088Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:27:08.088Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:08.090Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:08.090Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447228088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:27:08.190Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:27:08.192Z||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-17T06:27:08.192Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:08.208Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:08.209Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:09.092Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4b8b53ca4578..base_vfw..module-0", "vfModuleModelInvariantUUID": "b97eeb38-d6af-46d8-b775-8869079f924e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c0c9b2b9-7028-4a95-aaab-cd61523e135f", "vfModuleModelCustomizationUUID": "2d47b992-e27f-4fad-9b73-ee219037cc9a", "isBase": true, "artifacts": [ "98c6f4b6-2604-4f52-bfa1-796ed6b1c838", "04ea3d0b-bc77-4efb-a481-f81a7609e239" ], "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-17T06:27:09.107Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4b8b53ca4578..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c0c9b2b9-7028-4a95-aaab-cd61523e135f VfModuleModelInvariantUUID:b97eeb38-d6af-46d8-b775-8869079f924e VfModuleModelDescription:NULL Artifacts UUID List:{ 98c6f4b6-2604-4f52-bfa1-796ed6b1c838 , 04ea3d0b-bc77-4efb-a481-f81a7609e239 } 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-17T06:27:09.110Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4b8b53ca4578..base_vfw..module-0", "vfModuleModelInvariantUUID": "b97eeb38-d6af-46d8-b775-8869079f924e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c0c9b2b9-7028-4a95-aaab-cd61523e135f", "vfModuleModelCustomizationUUID": "2d47b992-e27f-4fad-9b73-ee219037cc9a", "isBase": true, "artifacts": [ "98c6f4b6-2604-4f52-bfa1-796ed6b1c838", "04ea3d0b-bc77-4efb-a481-f81a7609e239" ], "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-17T06:27:09.110Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4b8b53ca4578..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c0c9b2b9-7028-4a95-aaab-cd61523e135f VfModuleModelInvariantUUID:b97eeb38-d6af-46d8-b775-8869079f924e VfModuleModelDescription:NULL Artifacts UUID List:{ 98c6f4b6-2604-4f52-bfa1-796ed6b1c838 , 04ea3d0b-bc77-4efb-a481-f81a7609e239 } 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-17T06:27:09.110Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 98c6f4b6-2604-4f52-bfa1-796ed6b1c838 from URL: /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml 2022-06-17T06:27:09.111Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-17T06:27:09.111Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml 2022-06-17T06:27:09.268Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-17T06:27:09.268Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml 98c6f4b6-2604-4f52-bfa1-796ed6b1c838 20368 2022-06-17T06:27:09.269Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-17T06:27:09.269Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml 2022-06-17T06:27:09.269Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:27:09.269Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:09.271Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:09.271Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447229269, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:27:09.373Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:27:09.373Z||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-17T06:27:09.374Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:09.405Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:09.405Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:10.272Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 04ea3d0b-bc77-4efb-a481-f81a7609e239 from URL: /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env 2022-06-17T06:27:10.272Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-17T06:27:10.273Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env 2022-06-17T06:27:10.462Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-17T06:27:10.463Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env 04ea3d0b-bc77-4efb-a481-f81a7609e239 2098 2022-06-17T06:27:10.464Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-17T06:27:10.464Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env 2022-06-17T06:27:10.464Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:27:10.464Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:10.467Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:10.467Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447230464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:27:10.567Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:27:10.568Z||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-17T06:27:10.568Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:10.586Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:10.586Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:11.467Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 41fdec8f-2ed5-45d0-81d6-5cbba07499c0 2022-06-17T06:27:11.468Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4b8b53ca-4578 0 2e5dac8d-879d-4ffa-b6ef-d1bd652cabe9 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-17T06:27:11.515Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40196617, org.onap.sdc.toscaparser.api.parameters.Input@376c69cc, org.onap.sdc.toscaparser.api.parameters.Input@2ad6aaa, org.onap.sdc.toscaparser.api.parameters.Input@2ee09b47, org.onap.sdc.toscaparser.api.parameters.Input@25427952] 2022-06-17T06:27:11.519Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.520Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:11.520Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-17T06:27:11.520Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= cffccbde-8508-483c-aa04-e021b3c1edbf 2022-06-17T06:27:11.520Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cffccbde-8508-483c-aa04-e021b3c1edbf matches Tosca VF Customization UUID: cffccbde-8508-483c-aa04-e021b3c1edbf 2022-06-17T06:27:11.520Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: cffccbde-8508-483c-aa04-e021b3c1edbf 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-17T06:27:11.528Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.528Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:11.530Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id cffccbde-8508-483c-aa04-e021b3c1edbf: {\"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-17T06:27:11.530Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b0ab98d 2022-06-17T06:27:11.530Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.530Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T06:27:11.531Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2d47b992-e27f-4fad-9b73-ee219037cc9a 2022-06-17T06:27:11.532Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2d47b992-e27f-4fad-9b73-ee219037cc9a 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-17T06:27:11.539Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.540Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:11.540Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:27:11.541Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.541Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:11.541Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:27:11.541Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.541Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is not matching search criteria 2022-06-17T06:27:11.542Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T06:27:11.542Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T06:27:11.542Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-17T06:27:11.542Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T06:27:11.542Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T06:27:11.542Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:11.543Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:11.543Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T06:27:11.543Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:11.543Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T06:27:11.543Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:11.544Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1854cd36-8686-49db-87fc-4a0d9af683a1 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-17T06:27:11.554Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.554Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:11.554Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:27:11.554Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.555Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is not matching search criteria 2022-06-17T06:27:11.555Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T06:27:11.555Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T06:27:11.555Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T06:27:11.555Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:11.556Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:11.556Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T06:27:11.556Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:11.556Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-17T06:27:11.556Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-17T06:27:11.556Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:11.557Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-17T06:27:11.557Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:11.557Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=49985d1c-5379-44d6-9bfb-f084716e5e62 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-17T06:27:11.559Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.560Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:11.560Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:27:11.563Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.563Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is not matching search criteria 2022-06-17T06:27:11.563Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-17T06:27:11.563Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-17T06:27:11.563Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-17T06:27:11.564Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:11.564Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:11.564Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-17T06:27:11.564Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-17T06:27:11.564Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-17T06:27:11.565Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-17T06:27:11.565Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-17T06:27:11.565Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-17T06:27:11.565Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-17T06:27:11.565Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e7c5420-7ead-4ec0-8d50-a6e5c08e7e9a 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-17T06:27:11.567Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.568Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:11.568Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:27:11.568Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.568Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Node template vFW 4b8b53ca-4578 0 is matching search criteria 2022-06-17T06:27:11.569Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 4b8b53ca-4578 0] matching following query criteria: sdcType=VF, customizationUUID=cffccbde-8508-483c-aa04-e021b3c1edbf 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-17T06:27:11.570Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.571Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:11.571Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 41fdec8f-2ed5-45d0-81d6-5cbba07499c0: vFW 4b8b53ca-4578 2022-06-17T06:27:11.571Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.571Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:11.572Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.572Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:11.572Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.572Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:11.572Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.573Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:11.573Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:27:11.573Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-17 06-24-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:27:11.573Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-17 06-24-57 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-17T06:27:11.889Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4b8b53ca-4578 2e5dac8d-879d-4ffa-b6ef-d1bd652cabe9 1 ASDC deployResourceStructure 2022-06-17T06:27:11.890Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json ASDC sendASDCNotification 2022-06-17T06:27:11.890Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json 2022-06-17T06:27:11.890Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:27:11.890Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:11.894Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:11.894Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447231890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:27:11.994Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:27:11.996Z||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-17T06:27:11.996Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:12.013Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:12.014Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:12.895Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-17T06:27:12.896Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml 2022-06-17T06:27:12.896Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:27:12.896Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:12.898Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:12.898Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447232895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:27:12.999Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:27:13.000Z||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-17T06:27:13.000Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:13.017Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:13.017Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:27:13.899Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-17T06:27:13.900Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env 2022-06-17T06:27:13.900Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:27:13.900Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:13.902Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:13.902Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447233899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-17T06:27:14.002Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:27:14.003Z||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-17T06:27:14.004Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:14.025Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:14.026Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:27:14.904Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar ASDC sendASDCNotification 2022-06-17T06:27:14.904Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar 2022-06-17T06:27:14.904Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:27:14.905Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:27:14.907Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:27:14.907Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447234903, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:27:15.007Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:27:15.008Z||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-17T06:27:15.009Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:15.023Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:15.024Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:27:15.908Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:27:15.923Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:27:15.925Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:27:15.925Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:27:15.925Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:27:45.926Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:27:45.933Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:27:45.936Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:27:45.936Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:27:45.936Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:27:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:27:55.348Z||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-17T06:27:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:27:55.486Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:27:55.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:27:55.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:27:55.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:28:15.937Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:28:15.949Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:28:15.952Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:28:15.952Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:28:15.952Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:28:45.952Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:28:45.973Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:28:45.977Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:28:45.977Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:28:45.977Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:28:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:28:55.348Z||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-17T06:28:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:28:55.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:28:55.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447216872, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:28:55.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "NOTIFIED" } 2022-06-17T06:28:55.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:28:55.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "clamp", "timestamp": 1655447217879, "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-17T06:28:55.890Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb508489-eb0d-4dc1-8fb6-4d005108472a 2022-06-17T06:28:55.890Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:28:55.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-17T06:28:55.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:28:55.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:28:55.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:28:55.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-17T06:28:55.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:28:55.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:28:55.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:28:55.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447215343, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:28:55.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-17T06:28:55.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447222187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:28:55.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "aai-ml", "timestamp": 1655447223192, "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-17T06:28:55.918Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb508489-eb0d-4dc1-8fb6-4d005108472a 2022-06-17T06:28:55.918Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:28:55.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447224678, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:28:55.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447223547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:28:55.929Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447225688, "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-17T06:28:55.935Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb508489-eb0d-4dc1-8fb6-4d005108472a 2022-06-17T06:28:55.935Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:28:55.944Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.945Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447228088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:28:55.946Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.946Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447229269, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:28:55.947Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447230464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:28:55.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.948Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.948Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447231890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/vfw4b8b53ca45780_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:28:55.948Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447232895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:28:55.949Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447233899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/resourceInstances/vfw4b8b53ca45780/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-17T06:28:55.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:28:55.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:28:55.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447234903, "artifactURL": "/sdc/v1/catalog/services/Vfw20220617062457/1.0/artifacts/service-Vfw20220617062457-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:28:55.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:29:15.977Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:29:15.991Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:29:15.994Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:29:15.994Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T06:29:15.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T06:29:15.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T06:29:15.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:29:15.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:29:15.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:29:15.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:29:15.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:29:15.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:29:15.996Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||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-17T06:29:16.001Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T06:29:46.002Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb508489-eb0d-4dc1-8fb6-4d005108472a 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-17T06:29:46.017Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb508489-eb0d-4dc1-8fb6-4d005108472a and serviceModelVersionId: 41fdec8f-2ed5-45d0-81d6-5cbba07499c0 2022-06-17T06:29:46.018Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff405294-e766-4103-a2c9-9778d87c4b6c 2022-06-17T06:29:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:29:55.347Z||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-17T06:29:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:30:01.231Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff405294-e766-4103-a2c9-9778d87c4b6c/model-vers/model-ver/41fdec8f-2ed5-45d0-81d6-5cbba07499c0?depth=0 2022-06-17T06:30:01.346Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T06:30:01.810Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff405294-e766-4103-a2c9-9778d87c4b6c/model-vers/model-ver/41fdec8f-2ed5-45d0-81d6-5cbba07499c0?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-17T06:30:01.815Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff405294-e766-4103-a2c9-9778d87c4b6c/model-vers/model-ver/41fdec8f-2ed5-45d0-81d6-5cbba07499c0?depth=0|INFO|500||Invoke 2022-06-17T06:30:01.946Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff405294-e766-4103-a2c9-9778d87c4b6c/model-vers/model-ver/41fdec8f-2ed5-45d0-81d6-5cbba07499c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T06:30:02.494Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff405294-e766-4103-a2c9-9778d87c4b6c/model-vers/model-ver/41fdec8f-2ed5-45d0-81d6-5cbba07499c0?depth=0|INFO|500||InvokeReturn 2022-06-17T06:30:02.495Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff405294-e766-4103-a2c9-9778d87c4b6c/model-vers/model-ver/41fdec8f-2ed5-45d0-81d6-5cbba07499c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220617-06:30:03:349-69886], vertex-id=[164064], Content-Length=[0], Date=[Fri, 17 Jun 2022 06:30:03 GMT], Content-Type=[application/json]} 2022-06-17T06:30:02.495Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-17T06:30:02.499Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T06:30:02.500Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||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-17T06:30:02.506Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||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-17T06:30:02.507Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb508489-eb0d-4dc1-8fb6-4d005108472a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T06:30:02.509Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T06:30:02.509Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:30:02.511Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:30:02.511Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447402508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:30:02.611Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:30:02.612Z||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-17T06:30:02.613Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:30:02.627Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:30:02.628Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:30:03.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:30:03.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-17T06:30:03.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bb508489-eb0d-4dc1-8fb6-4d005108472a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447402508, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:30:03.243Z||pool-2-thread-10|||||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-17T06:30:03.525Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:30:03.525Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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-17T06:30:03.526Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:30:13.788Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:30:13.788Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:30:13.789Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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-17T06:30:13.789Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:30:23.361Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:30:23.361Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:30:23.362Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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-17T06:30:23.362Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:30:32.942Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:30:55.343Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:30:55.343Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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-17T06:30:55.344Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:30:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:30:55.348Z||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-17T06:30:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:31:04.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:31:04.900Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:31:55.343Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:31:55.344Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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-17T06:31:55.344Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:31:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:31:55.347Z||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-17T06:31:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:32:04.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:32:04.896Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:32:55.343Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:32:55.345Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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-17T06:32:55.345Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:32:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:32:55.348Z||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-17T06:32:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:32:55.981Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:32:55.982Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-17T06:32:55.982Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b989952f-7502-4dd6-8779-b3a0c9f2b0c3","serviceName":"basic_onboard_mkEfaa","serviceVersion":"1.0","serviceUUID":"67608758-d2e0-42b8-8431-dac9f3a3ffeb","serviceDescription":"service","serviceInvariantUUID":"d4343184-c727-4a0e-83c7-9c9ffb48c1e8","resources":[{"resourceInstanceName":"basic_onboard_mkEfaa 0","resourceName":"basic_onboard_mkEfaa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"98b2e635-47d2-409d-8d65-006921109313","resourceInvariantUUID":"49dba33e-dab7-4138-8bd8-3cc347869bf5","resourceCustomizationUUID":"1eb0f6ac-a4c7-4a02-9820-eba0921d4aef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml","artifactChecksum":"ZGVmODBlYTI5YmVmYWVhYThmYzE4OWE4MmU3NmQ1NGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"366c47ce-7957-4ed6-a5a9-e6b223946879","artifactVersion":"1"},{"artifactName":"basic_onboard_mkefaa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json","artifactChecksum":"ODFhODEwNmU4OWUxZWE4ZThkN2Y3MzIwZDU4MWUxNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fc331438-dc70-4a28-841a-fe337431ea0c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c85ae14f-d64f-4d35-9a31-530d14401709","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"677f6f8a-5253-44eb-870f-bffbdebe46e0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2286fee-55ec-4d22-b143-3bc2a9d87552","artifactVersion":"2","generatedFromUUID":"c85ae14f-d64f-4d35-9a31-530d14401709"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMkefaa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml","artifactChecksum":"MmMxYThhNDFhMWMzNDgzY2JjOWE4M2NkOTM0ZTI5NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"80225281-a796-4dfb-aa15-6ce63d56e48e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMkefaa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar","artifactChecksum":"MzBlZDEwZWRkM2M1N2JhYzBlZDI5MDIzY2ZlMThkODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f276042-5a04-425c-96f1-c98f22d88d7a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T06:32:55.985Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:32:55.986Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:32:55.988Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:32:55.988Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:55.996Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:32:55.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:55.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447525034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "ves-openapi-manager", "timestamp": 1655447526495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447520628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447528323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447525034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447520628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:32:56.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "ves-openapi-manager", "timestamp": 1655447526495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447528323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447525034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447520628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "ves-openapi-manager", "timestamp": 1655447526495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447528323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447525034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "ves-openapi-manager", "timestamp": 1655447526495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447520628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447528323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447525034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447520628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "ves-openapi-manager", "timestamp": 1655447526495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447528323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447525034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "ves-openapi-manager", "timestamp": 1655447526495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447520628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447528323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447525034, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "ves-openapi-manager", "timestamp": 1655447526495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447520628, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447528323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447534824, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447535277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447536219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:32:56.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447536349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "cds", "timestamp": 1655447535833, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-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-17T06:32:56.032Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b989952f-7502-4dd6-8779-b3a0c9f2b0c3 2022-06-17T06:32:56.032Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b989952f-7502-4dd6-8779-b3a0c9f2b0c3 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-17T06:32:56.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447537242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:32:56.051Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447536389, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:32:56.052Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447536349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "policy-id", "timestamp": 1655447538248, "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-17T06:32:56.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b989952f-7502-4dd6-8779-b3a0c9f2b0c3 2022-06-17T06:32:56.060Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b989952f-7502-4dd6-8779-b3a0c9f2b0c3 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-17T06:32:56.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447537515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:32:56.070Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447536349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447538545, "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-17T06:32:56.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b989952f-7502-4dd6-8779-b3a0c9f2b0c3 2022-06-17T06:32:56.085Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b989952f-7502-4dd6-8779-b3a0c9f2b0c3 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=? 2022-06-17T06:32:56.089Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:32:56.089Z||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-17T06:32:56.089Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-17T06:32:56.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447536349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "multicloud-k8s-id", "timestamp": 1655447539563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:32:56.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447536349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447536349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447536349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:32:56.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447544365, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:32:56.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447544176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447544176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447544176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447548495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:32:56.099Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447547247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447544176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655447549502, "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-17T06:32:56.107Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b989952f-7502-4dd6-8779-b3a0c9f2b0c3 2022-06-17T06:32:56.107Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b989952f-7502-4dd6-8779-b3a0c9f2b0c3 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-17T06:32:56.120Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:32:56.120Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:32:56.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447547247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:32:56.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447544176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447547247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447544176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447547247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447544176, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:32:56.124Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447547247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447551965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:32:56.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447547247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:56.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447547247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:32:56.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:32:56.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447562863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:32:56.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "aai-ml", "timestamp": 1655447563867, "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-17T06:32:56.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b989952f-7502-4dd6-8779-b3a0c9f2b0c3 2022-06-17T06:32:56.137Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b989952f-7502-4dd6-8779-b3a0c9f2b0c3 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-17T06:32:56.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447568907, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:32:56.146Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447570918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:32:56.147Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:32:56.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:32:56.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "clamp", "timestamp": 1655447571925, "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-17T06:32:56.152Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b989952f-7502-4dd6-8779-b3a0c9f2b0c3 2022-06-17T06:32:56.153Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b989952f-7502-4dd6-8779-b3a0c9f2b0c3 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-17T06:32:56.989Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:32:56.990Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:32:56.991Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:32:56.991Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:32:57.092Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:32:57.093Z||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-17T06:32:57.093Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:32:57.107Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:32:57.107Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:32:57.992Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:32:57.993Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:32:57.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:32:57.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-17T06:32:58.095Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:32:58.096Z||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-17T06:32:58.096Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:32:58.114Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:32:58.115Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:32:58.995Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:32:58.997Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:32:58.998Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:32:58.999Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:32:59.099Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:32:59.100Z||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-17T06:32:59.101Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:32:59.115Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:32:59.116Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:33:00.000Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:33:00.000Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:00.003Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:00.003Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-17T06:33:00.103Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:00.104Z||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-17T06:33:00.104Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:00.119Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:00.120Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:33:01.003Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:33:01.004Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:01.006Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:01.006Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:33:01.106Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:01.107Z||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-17T06:33:01.107Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:01.123Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:01.123Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:33:02.007Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:33:02.008Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:02.010Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:02.010Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:33:02.110Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:33:02.111Z||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-17T06:33:02.111Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:02.125Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:02.125Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:33:03.013Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "serviceName": "basic_onboard_mkEfaa", "serviceVersion": "1.0", "serviceUUID": "67608758-d2e0-42b8-8431-dac9f3a3ffeb", "serviceDescription": "service", "serviceInvariantUUID": "d4343184-c727-4a0e-83c7-9c9ffb48c1e8", "resources": [ { "resourceInstanceName": "basic_onboard_mkEfaa 0", "resourceCustomizationUUID": "1eb0f6ac-a4c7-4a02-9820-eba0921d4aef", "resourceName": "basic_onboard_mkEfaa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "98b2e635-47d2-409d-8d65-006921109313", "resourceInvariantUUID": "49dba33e-dab7-4138-8bd8-3cc347869bf5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mkefaa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "artifactChecksum": "ODFhODEwNmU4OWUxZWE4ZThkN2Y3MzIwZDU4MWUxNGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc331438-dc70-4a28-841a-fe337431ea0c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c85ae14f-d64f-4d35-9a31-530d14401709", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a2286fee-55ec-4d22-b143-3bc2a9d87552", "generatedFromUUID": "c85ae14f-d64f-4d35-9a31-530d14401709" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a2286fee-55ec-4d22-b143-3bc2a9d87552", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMkefaa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "artifactChecksum": "MzBlZDEwZWRkM2M1N2JhYzBlZDI5MDIzY2ZlMThkODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5f276042-5a04-425c-96f1-c98f22d88d7a" } ], "workloadContext": "Production" } 2022-06-17T06:33:03.013Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T06:33:03.014Z|bb508489-eb0d-4dc1-8fb6-4d005108472a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67608758-d2e0-42b8-8431-dac9f3a3ffeb ASDC 2022-06-17T06:33:03.015Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b989952f-7502-4dd6-8779-b3a0c9f2b0c3 ServiceName:basic_onboard_mkEfaa ServiceVersion:1.0 ServiceUUID:67608758-d2e0-42b8-8431-dac9f3a3ffeb ServiceInvariantUUID:d4343184-c727-4a0e-83c7-9c9ffb48c1e8 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMkefaa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar ArtifactUUID:5f276042-5a04-425c-96f1-c98f22d88d7a ArtifactChecksum:MzBlZDEwZWRkM2M1N2JhYzBlZDI5MDIzY2ZlMThkODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_mkEfaa 0 ResourceCustomizationUUID:1eb0f6ac-a4c7-4a02-9820-eba0921d4aef ResourceInvariantUUID:49dba33e-dab7-4138-8bd8-3cc347869bf5 ResourceName:basic_onboard_mkEfaa ResourceType:VF ResourceUUID:98b2e635-47d2-409d-8d65-006921109313 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mkefaa0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json ArtifactUUID:fc331438-dc70-4a28-841a-fe337431ea0c ArtifactChecksum:ODFhODEwNmU4OWUxZWE4ZThkN2Y3MzIwZDU4MWUxNGQ= 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/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml ArtifactUUID:c85ae14f-d64f-4d35-9a31-530d14401709 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/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env ArtifactUUID:a2286fee-55ec-4d22-b143-3bc2a9d87552 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/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env ArtifactUUID:a2286fee-55ec-4d22-b143-3bc2a9d87552 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T06:33:03.015Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67608758-d2e0-42b8-8431-dac9f3a3ffeb 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-17T06:33:03.055Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:33:03.055Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-17T06:33:03.056Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-17T06:33:03.056Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5f276042-5a04-425c-96f1-c98f22d88d7a from URL: /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:03.056Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-17T06:33:03.057Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:03.188Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-17T06:33:03.192Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar 5f276042-5a04-425c-96f1-c98f22d88d7a 71558 2022-06-17T06:33:03.192Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar ASDC sendASDCNotification 2022-06-17T06:33:03.192Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:03.192Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:33:03.193Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:03.195Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:03.195Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447583192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:33:03.295Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:03.296Z||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-17T06:33:03.296Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:03.311Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:03.312Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:33:04.195Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:33:04.197Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-17T06:33:04.197Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5f276042-5a04-425c-96f1-c98f22d88d7a, URL: /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar to file: /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:04.197Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:04.198Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:04.198Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:04.332Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17514533858698731588/Definitions/service-BasicOnboardMkefaa-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-17T06:33:05.642Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T06:33:05.643Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-17T06:33:05.643Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.643Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-17T06:33:05.643Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mkEfaa 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-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.643Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||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-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-17T06:33:05.644Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.645Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:05.645Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:05.645Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-17T06:33:05.645Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:33:05.645Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.646Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:05.646Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:05.646Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-17T06:33:05.646Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:33:05.646Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.646Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:05.647Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.647Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is not matching search criteria 2022-06-17T06:33:05.647Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-17T06:33:05.647Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-17T06:33:05.647Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-17T06:33:05.647Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-17T06:33:05.647Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T06:33:05.648Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.648Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T06:33:05.648Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.648Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:05.648Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:33:05.649Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.649Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:05.649Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:33:05.649Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.649Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:05.649Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:33:05.649Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.650Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is not matching search criteria 2022-06-17T06:33:05.650Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-17T06:33:05.650Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-17T06:33:05.650Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f4013c0-f3a5-4127-88b6-8cc50467006f 2022-06-17T06:33:05.650Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.650Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:05.651Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.651Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:05.651Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.651Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:05.651Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:05.651Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:05.651Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_mkEfaa Description:service Model UUID:67608758-d2e0-42b8-8431-dac9f3a3ffeb Model Version:NULL Model InvariantUuid:d4343184-c727-4a0e-83c7-9c9ffb48c1e8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_mkEfaa Model UUID:69c68f54-d5f4-4a3b-bc05-901610b81462 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:49dba33e-dab7-4138-8bd8-3cc347869bf5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1eb0f6ac-a4c7-4a02-9820-eba0921d4aef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:602dcf2e-4243-4866-b834-4428fbb966ec ModelName:BasicOnboardMkefaa..base_ubuntu18..module-0 ModelUuid:44d5492c-d715-4aef-9f59-8e2f33c4400c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4f4013c0-f3a5-4127-88b6-8cc50467006f ModelInvariantUuid:0c50fcc8-dc22-46a0-aa82-2fb54162a855 ModelName:basic_onboard_mkEfaa-nodes.ubuntu18Cvfc ModelUuid:65cc9b12-c35b-4634-a8e1-1dc31f510cd1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b08c8662-3ecb-4b8f-9dc7-f44f9063e352 ModelInvariantUuid:2373e7a0-b1e2-42c1-ace8-11603da6c67d ModelName:BasicOnboardMkefaa.compute.nodes.heat.ubuntu18 ModelUuid:e5ef8eb2-4f4f-4a21-b1e6-da802c5c5ca5 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-17T06:33:05.661Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 98b2e635-47d2-409d-8d65-006921109313 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-17T06:33:05.663Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||basic_onboard_mkEfaa 0 2022-06-17T06:33:05.664Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 98b2e635-47d2-409d-8d65-006921109313 2022-06-17T06:33:05.664Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc331438-dc70-4a28-841a-fe337431ea0c from URL: /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json 2022-06-17T06:33:05.664Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-17T06:33:05.664Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json 2022-06-17T06:33:05.722Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-17T06:33:05.722Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json fc331438-dc70-4a28-841a-fe337431ea0c 798 2022-06-17T06:33:05.723Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json ASDC sendASDCNotification 2022-06-17T06:33:05.723Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json 2022-06-17T06:33:05.723Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:33:05.723Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:05.725Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:05.725Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447585722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:33:05.825Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:05.826Z||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-17T06:33:05.827Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:05.848Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:05.848Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:33:06.726Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMkefaa..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "602dcf2e-4243-4866-b834-4428fbb966ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44d5492c-d715-4aef-9f59-8e2f33c4400c", "vfModuleModelCustomizationUUID": "bd340d18-f40b-4993-a812-a6ff4ca16469", "isBase": true, "artifacts": [ "c85ae14f-d64f-4d35-9a31-530d14401709", "a2286fee-55ec-4d22-b143-3bc2a9d87552" ], "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-17T06:33:06.734Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMkefaa..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44d5492c-d715-4aef-9f59-8e2f33c4400c VfModuleModelInvariantUUID:602dcf2e-4243-4866-b834-4428fbb966ec VfModuleModelDescription:NULL Artifacts UUID List:{ c85ae14f-d64f-4d35-9a31-530d14401709 , a2286fee-55ec-4d22-b143-3bc2a9d87552 } 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-17T06:33:06.736Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMkefaa..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "602dcf2e-4243-4866-b834-4428fbb966ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44d5492c-d715-4aef-9f59-8e2f33c4400c", "vfModuleModelCustomizationUUID": "bd340d18-f40b-4993-a812-a6ff4ca16469", "isBase": true, "artifacts": [ "c85ae14f-d64f-4d35-9a31-530d14401709", "a2286fee-55ec-4d22-b143-3bc2a9d87552" ], "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-17T06:33:06.736Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMkefaa..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44d5492c-d715-4aef-9f59-8e2f33c4400c VfModuleModelInvariantUUID:602dcf2e-4243-4866-b834-4428fbb966ec VfModuleModelDescription:NULL Artifacts UUID List:{ c85ae14f-d64f-4d35-9a31-530d14401709 , a2286fee-55ec-4d22-b143-3bc2a9d87552 } 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-17T06:33:06.736Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c85ae14f-d64f-4d35-9a31-530d14401709 from URL: /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml 2022-06-17T06:33:06.736Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-17T06:33:06.736Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml 2022-06-17T06:33:06.793Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-17T06:33:06.794Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml c85ae14f-d64f-4d35-9a31-530d14401709 5033 2022-06-17T06:33:06.794Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-17T06:33:06.794Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml 2022-06-17T06:33:06.794Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:33:06.795Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:06.796Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:06.797Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447586794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:33:06.897Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:06.898Z||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-17T06:33:06.898Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:06.912Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:06.912Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:33:07.799Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a2286fee-55ec-4d22-b143-3bc2a9d87552 from URL: /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env 2022-06-17T06:33:07.799Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-17T06:33:07.800Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env 2022-06-17T06:33:07.862Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-17T06:33:07.863Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env a2286fee-55ec-4d22-b143-3bc2a9d87552 909 2022-06-17T06:33:07.863Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-17T06:33:07.863Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env 2022-06-17T06:33:07.863Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:33:07.863Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:07.866Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:07.866Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447587863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:33:07.966Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:07.967Z||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-17T06:33:07.967Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:07.983Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:07.984Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:33:08.867Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 67608758-d2e0-42b8-8431-dac9f3a3ffeb 2022-06-17T06:33:08.867Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mkEfaa 0 98b2e635-47d2-409d-8d65-006921109313 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-17T06:33:08.880Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42ac78ef, org.onap.sdc.toscaparser.api.parameters.Input@2bbb8f3a, org.onap.sdc.toscaparser.api.parameters.Input@5eb463f2, org.onap.sdc.toscaparser.api.parameters.Input@2405ca8a, org.onap.sdc.toscaparser.api.parameters.Input@5cfa5e5] 2022-06-17T06:33:08.882Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.882Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:08.882Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-17T06:33:08.882Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 1eb0f6ac-a4c7-4a02-9820-eba0921d4aef 2022-06-17T06:33:08.883Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1eb0f6ac-a4c7-4a02-9820-eba0921d4aef matches Tosca VF Customization UUID: 1eb0f6ac-a4c7-4a02-9820-eba0921d4aef 2022-06-17T06:33:08.883Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 1eb0f6ac-a4c7-4a02-9820-eba0921d4aef 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-17T06:33:08.885Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.886Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:08.886Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 1eb0f6ac-a4c7-4a02-9820-eba0921d4aef: {\"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-17T06:33:08.886Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f7a482 2022-06-17T06:33:08.887Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.887Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T06:33:08.887Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd340d18-f40b-4993-a812-a6ff4ca16469 2022-06-17T06:33:08.887Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd340d18-f40b-4993-a812-a6ff4ca16469 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-17T06:33:08.890Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.890Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:08.890Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:33:08.891Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.891Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:08.892Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:33:08.892Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.892Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is not matching search criteria 2022-06-17T06:33:08.892Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-17T06:33:08.893Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-17T06:33:08.893Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4f4013c0-f3a5-4127-88b6-8cc50467006f 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-17T06:33:08.895Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.895Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:08.896Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:33:08.896Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.896Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_mkEfaa 0 is matching search criteria 2022-06-17T06:33:08.896Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_mkEfaa 0] matching following query criteria: sdcType=VF, customizationUUID=1eb0f6ac-a4c7-4a02-9820-eba0921d4aef 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-17T06:33:08.898Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.898Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:08.899Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 67608758-d2e0-42b8-8431-dac9f3a3ffeb: basic_onboard_mkEfaa 2022-06-17T06:33:08.899Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.899Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:08.899Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.900Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:08.900Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.900Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:08.901Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.901Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:08.901Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:33:08.902Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_mkEfaa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:33:08.902Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_mkEfaa 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-17T06:33:08.983Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mkEfaa 98b2e635-47d2-409d-8d65-006921109313 1 ASDC deployResourceStructure 2022-06-17T06:33:08.983Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json ASDC sendASDCNotification 2022-06-17T06:33:08.983Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json 2022-06-17T06:33:08.984Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:33:08.984Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:08.986Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:08.986Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447588983, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:33:09.086Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:09.087Z||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-17T06:33:09.087Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:09.111Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:09.112Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:33:09.987Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-17T06:33:09.987Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml 2022-06-17T06:33:09.987Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:33:09.988Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:09.989Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:09.989Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447589987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:33:10.090Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:33:10.091Z||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-17T06:33:10.091Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:10.112Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:10.113Z||pool-31-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:33:10.995Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-17T06:33:10.995Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env 2022-06-17T06:33:10.995Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:33:10.995Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:11.000Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:11.000Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447590994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-17T06:33:11.098Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T06:33:11.099Z||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-17T06:33:11.099Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:11.123Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:11.124Z||pool-32-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:33:12.002Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar ASDC sendASDCNotification 2022-06-17T06:33:12.002Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar 2022-06-17T06:33:12.003Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:33:12.003Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:12.005Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:12.005Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447592002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:33:12.105Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:12.106Z||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-17T06:33:12.106Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:12.121Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:12.121Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:33:13.006Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b989952f-7502-4dd6-8779-b3a0c9f2b0c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:33:13.019Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b989952f-7502-4dd6-8779-b3a0c9f2b0c3 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-17T06:33:13.024Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:33:13.024Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T06:33:13.025Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T06:33:13.025Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T06:33:13.025Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:33:13.025Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:33:13.025Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:33:13.025Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:33:13.025Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:33:13.025Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:33:13.026Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||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-17T06:33:13.032Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T06:33:43.032Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b989952f-7502-4dd6-8779-b3a0c9f2b0c3 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-17T06:33:43.039Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b989952f-7502-4dd6-8779-b3a0c9f2b0c3 and serviceModelVersionId: 67608758-d2e0-42b8-8431-dac9f3a3ffeb 2022-06-17T06:33:43.039Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4343184-c727-4a0e-83c7-9c9ffb48c1e8 2022-06-17T06:33:43.041Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4343184-c727-4a0e-83c7-9c9ffb48c1e8/model-vers/model-ver/67608758-d2e0-42b8-8431-dac9f3a3ffeb?depth=0 2022-06-17T06:33:43.048Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T06:33:43.102Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4343184-c727-4a0e-83c7-9c9ffb48c1e8/model-vers/model-ver/67608758-d2e0-42b8-8431-dac9f3a3ffeb?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-17T06:33:43.103Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4343184-c727-4a0e-83c7-9c9ffb48c1e8/model-vers/model-ver/67608758-d2e0-42b8-8431-dac9f3a3ffeb?depth=0|INFO|500||Invoke 2022-06-17T06:33:43.133Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4343184-c727-4a0e-83c7-9c9ffb48c1e8/model-vers/model-ver/67608758-d2e0-42b8-8431-dac9f3a3ffeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T06:33:43.464Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4343184-c727-4a0e-83c7-9c9ffb48c1e8/model-vers/model-ver/67608758-d2e0-42b8-8431-dac9f3a3ffeb?depth=0|INFO|500||InvokeReturn 2022-06-17T06:33:43.465Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4343184-c727-4a0e-83c7-9c9ffb48c1e8/model-vers/model-ver/67608758-d2e0-42b8-8431-dac9f3a3ffeb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220617-06:33:44:537-77361], vertex-id=[360520], Content-Length=[0], Date=[Fri, 17 Jun 2022 06:33:44 GMT], Content-Type=[application/json]} 2022-06-17T06:33:43.465Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-17T06:33:43.466Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T06:33:43.466Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||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-17T06:33:43.469Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||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-17T06:33:43.469Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b989952f-7502-4dd6-8779-b3a0c9f2b0c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T06:33:43.470Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T06:33:43.470Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:33:43.472Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:33:43.472Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447623470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:33:43.572Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:33:43.573Z||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-17T06:33:43.574Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:43.592Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:43.593Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-17T06:33:55.343Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:33:55.343Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T06:33:55.344Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:33:55.347Z||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-17T06:33:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:33:55.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:33:55.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:33:55.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:33:55.475Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:34:04.902Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:34:55.343Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:34:55.344Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T06:34:55.344Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:34:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:34:55.347Z||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-17T06:34:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:34:55.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:34:55.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:34:55.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:34:55.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.879Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-17T06:34:55.879Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:34:55.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:34:55.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:34:55.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-17T06:34:55.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:34:55.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447575343, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447583192, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447585722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:34:55.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:34:55.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447586794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:34:55.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:34:55.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447587863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:34:55.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:34:55.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447588983, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/basic_onboard_mkefaa0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:34:55.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:34:55.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447589987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:34:55.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:34:55.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447590994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/resourceInstances/basic_onboard_mkefaa0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-17T06:34:55.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:34:55.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447592002, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMkefaa/1.0/artifacts/service-BasicOnboardMkefaa-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:34:55.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:34:55.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-17T06:34:55.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "b989952f-7502-4dd6-8779-b3a0c9f2b0c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655447623470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:34:55.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:35:04.893Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:35:55.343Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:35:55.344Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T06:35:55.345Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:35:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:35:55.347Z||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-17T06:35:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:36:04.895Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:36:04.898Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:36:55.344Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:36:55.347Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:36:55.348Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T06:36:55.348Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:36:55.348Z||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-17T06:36:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:37:04.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:37:04.908Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:37:55.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:37:55.344Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:37:55.344Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:37:55.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:37:55.349Z||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-17T06:37:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:38:04.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:38:04.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:38:55.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:38:55.344Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:38:55.344Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:38:55.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:38:55.347Z||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-17T06:38:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:39:04.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:39:04.896Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:39:55.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:39:55.344Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:39:55.344Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:39:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:39:55.348Z||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-17T06:39:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:40:04.898Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:40:04.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:40:55.343Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:40:55.344Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:40:55.344Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:40:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:40:55.348Z||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-17T06:40:55.349Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:40:55.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:40:55.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:55.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "cds", "timestamp": 1655448035034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:40:55.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:55.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "cds", "timestamp": 1655448035034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1655448040628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "multicloud-k8s-id", "timestamp": 1655448040628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:55.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "cds", "timestamp": 1655448041966, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:40:55.971Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:40:55.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:55.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "cds", "timestamp": 1655448042974, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T06:40:55.996Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:40:55.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T06:40:55.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa2c97a5-1ceb-4db9-87e1-2f7087411a0d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"03b9c940-a594-4fc0-b52d-fc9921eef29f","serviceDescription":"service","serviceInvariantUUID":"25a93563-491f-4846-a61a-90e99fc31564","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"caca9beb-4c80-4ec7-ac3a-fc4de8bb6bed","resourceInvariantUUID":"62c8308e-6c94-43f5-bbda-396c0c8cafa1","resourceCustomizationUUID":"1cf89d7f-f6d6-4180-bd09-634b2b356b7d","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":"YmY3NjYwMjI3ZGMxNjhmMDc5MWM4YjVhMjJiOWMwODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f92a6e6-ca0d-4477-8ed8-193f602b8e9c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmUyYWI3ZDQyNWQ1MzA0NjQ2NGMyOTE1NWMzN2U0ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7ee6ce26-86fd-4f7c-805d-aae41d7acd3b","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T06:40:56.004Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:40:56.005Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:40:56.007Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 2022-06-17T06:40:56.008Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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=? 2022-06-17T06:40:56.013Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:40:56.014Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448055343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T06:40:56.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448046349, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:40:56.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:56.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448046349, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:40:56.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:56.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "ves-openapi-manager", "timestamp": 1655448046499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:40:56.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:56.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "policy-id", "timestamp": 1655448048323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448049175, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "ves-openapi-manager", "timestamp": 1655448046499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "policy-id", "timestamp": 1655448048323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:40:56.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:56.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "policy-id", "timestamp": 1655448051265, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:40:56.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:40:56.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448051756, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:40:56.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:40:56.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "policy-id", "timestamp": 1655448052273, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:40:56.024Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:40:56.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448052763, "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-17T06:40:56.029Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 2022-06-17T06:40:56.030Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:40:56.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "policy-id", "timestamp": 1655448053278, "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-17T06:40:56.050Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 2022-06-17T06:40:56.051Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:40:56.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:40:56.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "aai-ml", "timestamp": 1655448054176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:40:56.061Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:40:56.113Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:40:56.114Z||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-17T06:40:56.114Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:40:56.127Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:40:56.128Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:40:57.015Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:40:57.016Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:40:57.018Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:40:57.018Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448055343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:40:57.119Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:40:57.120Z||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-17T06:40:57.120Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:40:57.136Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:40:57.136Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:40:58.021Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "03b9c940-a594-4fc0-b52d-fc9921eef29f", "serviceDescription": "service", "serviceInvariantUUID": "25a93563-491f-4846-a61a-90e99fc31564", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "1cf89d7f-f6d6-4180-bd09-634b2b356b7d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "caca9beb-4c80-4ec7-ac3a-fc4de8bb6bed", "resourceInvariantUUID": "62c8308e-6c94-43f5-bbda-396c0c8cafa1", "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": "MmUyYWI3ZDQyNWQ1MzA0NjQ2NGMyOTE1NWMzN2U0ZmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7ee6ce26-86fd-4f7c-805d-aae41d7acd3b" } ], "workloadContext": "Production" } 2022-06-17T06:40:58.021Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T06:40:58.021Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 03b9c940-a594-4fc0-b52d-fc9921eef29f ASDC 2022-06-17T06:40:58.023Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:fa2c97a5-1ceb-4db9-87e1-2f7087411a0d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:03b9c940-a594-4fc0-b52d-fc9921eef29f ServiceInvariantUUID:25a93563-491f-4846-a61a-90e99fc31564 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:7ee6ce26-86fd-4f7c-805d-aae41d7acd3b ArtifactChecksum:MmUyYWI3ZDQyNWQ1MzA0NjQ2NGMyOTE1NWMzN2U0ZmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:1cf89d7f-f6d6-4180-bd09-634b2b356b7d ResourceInvariantUUID:62c8308e-6c94-43f5-bbda-396c0c8cafa1 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:caca9beb-4c80-4ec7-ac3a-fc4de8bb6bed ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-17T06:40:58.023Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 03b9c940-a594-4fc0-b52d-fc9921eef29f 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-17T06:40:58.063Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:40:58.064Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-17T06:40:58.065Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-17T06:40:58.065Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7ee6ce26-86fd-4f7c-805d-aae41d7acd3b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-17T06:40:58.065Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-17T06:40:58.065Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-17T06:40:58.325Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-17T06:40:58.329Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7ee6ce26-86fd-4f7c-805d-aae41d7acd3b 52509 2022-06-17T06:40:58.330Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:40:58.330Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:40:58.330Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:40:58.331Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:40:58.333Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:40:58.334Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448058330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:40:58.434Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:40:58.435Z||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-17T06:40:58.435Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:40:58.449Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:40:58.449Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:40:59.334Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:40:59.335Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-17T06:40:59.335Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7ee6ce26-86fd-4f7c-805d-aae41d7acd3b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T06:40:59.336Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-17T06:40:59.336Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T06:40:59.336Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T06:40:59.512Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP759655391000212361/Definitions/service-BasicNetwork-template.yml 2022-06-17T06:41:00.220Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T06:41:00.221Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-17T06:41:00.221Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T06:41:00.221Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-17T06:41:00.221Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.221Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.221Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.222Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.222Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-17T06:41:00.222Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.222Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.222Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.222Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-17T06:41:00.223Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.223Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.223Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-17T06:41:00.224Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-17T06:41:00.224Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:41:00.224Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.224Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.224Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-17T06:41:00.225Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-17T06:41:00.225Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:41:00.225Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.225Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.225Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.225Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.226Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.226Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.226Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.227Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.227Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.227Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.227Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:03b9c940-a594-4fc0-b52d-fc9921eef29f Model Version:NULL Model InvariantUuid:25a93563-491f-4846-a61a-90e99fc31564 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:62c8308e-6c94-43f5-bbda-396c0c8cafa1 Model UUID:04f0e2ca-6e08-49ff-b462-4f0350b28a80 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:1cf89d7f-f6d6-4180-bd09-634b2b356b7d 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-17T06:41:00.235Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: caca9beb-4c80-4ec7-ac3a-fc4de8bb6bed 2022-06-17T06:41:00.235Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||No resources found for Service: 03b9c940-a594-4fc0-b52d-fc9921eef29f 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-17T06:41:00.242Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| 2022-06-17T06:41:00.242Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-17T06:41:00.243Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 03b9c940-a594-4fc0-b52d-fc9921eef29f 2022-06-17T06:41:00.243Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 03b9c940-a594-4fc0-b52d-fc9921eef29f 2022-06-17T06:41:00.243Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-17T06:41:00.244Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.248Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c61d86e, org.onap.sdc.toscaparser.api.parameters.Input@6b6d3b67, org.onap.sdc.toscaparser.api.parameters.Input@6149d6e6, org.onap.sdc.toscaparser.api.parameters.Input@39b4c486, org.onap.sdc.toscaparser.api.parameters.Input@1bb4d976] 2022-06-17T06:41:00.250Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.250Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.250Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.250Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.250Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 03b9c940-a594-4fc0-b52d-fc9921eef29f: Generic NeutronNet 2022-06-17T06:41:00.251Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.251Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.251Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.251Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.293Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.293Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.293Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.293Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.294Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:41:00.296Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:41:00.297Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.356Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-17T06:41:00.356Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.356Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||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-17T06:41:00.357Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:41:00.357Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:41:00.359Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:41:00.359Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448060356, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:41:00.461Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:41:00.461Z||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-17T06:41:00.461Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:41:00.477Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:41:00.478Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:41:01.360Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:41:01.379Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:41:01.382Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:41:01.382Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:41:01.382Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:41:31.383Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:41:31.398Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:41:31.402Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:41:31.403Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:41:31.403Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:41:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:41:55.348Z||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-17T06:41:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:41:55.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:41:55.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:41:55.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "aai-ml", "timestamp": 1655448054176, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:41:55.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:42:01.403Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:42:01.419Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:42:01.423Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:42:01.423Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:42:01.423Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:42:31.423Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:42:31.434Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:42:31.436Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:42:31.437Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:42:31.437Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:42:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:42:55.348Z||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-17T06:42:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:42:55.382Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:42:55.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:42:55.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448055343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:42:55.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:43:01.437Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:43:01.451Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:43:01.473Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:43:01.474Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:43:01.474Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:43:31.474Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:43:31.486Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:43:31.489Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:43:31.489Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:43:31.489Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:43:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:43:55.347Z||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-17T06:43:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:43:55.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:43:55.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "aai-ml", "timestamp": 1655448056939, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:43:55.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:43:55.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448055343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:43:55.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:43:55.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "clamp", "timestamp": 1655448057247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:43:55.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448058330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "clamp", "timestamp": 1655448057247, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448060356, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "aai-ml", "timestamp": 1655448062632, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:43:55.385Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:43:55.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "aai-ml", "timestamp": 1655448063637, "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-17T06:43:55.393Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 2022-06-17T06:43:55.394Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:43:55.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "clamp", "timestamp": 1655448070997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:43:55.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:43:55.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "clamp", "timestamp": 1655448073008, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:43:55.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:43:55.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:43:55.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "clamp", "timestamp": 1655448074012, "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-17T06:43:55.411Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 2022-06-17T06:43:55.411Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:44:01.490Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:44:01.509Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:44:01.518Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:44:01.518Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T06:44:01.518Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T06:44:01.519Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T06:44:01.519Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:44:01.519Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:44:01.519Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:44:01.519Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:44:01.519Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:44:01.520Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:44:01.520Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T06:44:01.526Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T06:44:31.526Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d 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-17T06:44:31.534Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa2c97a5-1ceb-4db9-87e1-2f7087411a0d and serviceModelVersionId: 03b9c940-a594-4fc0-b52d-fc9921eef29f 2022-06-17T06:44:31.534Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25a93563-491f-4846-a61a-90e99fc31564 2022-06-17T06:44:31.536Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?depth=0 2022-06-17T06:44:31.541Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T06:44:31.611Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?depth=0|INFO|500||Invoke 2022-06-17T06:44:31.612Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa2c97a5-1ceb-4db9-87e1-2f7087411a0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e3778941-33c7-46c1-b1d5-61a8787c1723], X-ECOMP-RequestID=[fa2c97a5-1ceb-4db9-87e1-2f7087411a0d], X-TransactionId=[], X-ONAP-RequestID=[fa2c97a5-1ceb-4db9-87e1-2f7087411a0d], Content-Type=[application/merge-patch+json]} 2022-06-17T06:44:31.638Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T06:44:31.877Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?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/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-06:44:33:075-13641], vertex-id=[180448], Content-Length=[0], Date=[Fri, 17 Jun 2022 06:44:33 GMT], Content-Type=[application/json]} 2022-06-17T06:44:31.878Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T06:44:31.878Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25a93563-491f-4846-a61a-90e99fc31564/model-vers/model-ver/03b9c940-a594-4fc0-b52d-fc9921eef29f?depth=0|INFO|500||InvokeReturn 2022-06-17T06:44:31.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T06:44:31.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T06:44:31.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T06:44:31.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa2c97a5-1ceb-4db9-87e1-2f7087411a0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T06:44:31.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T06:44:31.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:31.888Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:31.888Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448271886, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:44:31.989Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:31.990Z||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-17T06:44:31.990Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:32.008Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:32.009Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-17T06:44:32.902Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:44:32.903Z||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-17T06:44:32.903Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:37.296Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:37.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T06:44:37.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8dd3581f-238e-4cf8-983f-5db9e1f10aff","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"94ba4fe0-f23b-4cec-930e-2f495ef28495","serviceDescription":"service","serviceInvariantUUID":"03998bd8-88af-468b-87e1-940871ce03e2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"85dbedf8-a602-4926-aa15-ee317d744ee0","resourceInvariantUUID":"9f7d8cc8-f429-4f5a-9481-bdeaf25087ed","resourceCustomizationUUID":"d350df1e-7358-46f5-9c35-f552320dfe6f","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":"ZTkxZDkwYmMzMDA4OGQ5OTQ1YzZlYTA0NTE3MDAxZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0d65694-f5d2-473b-a1ae-c6e7b0951a0e","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":"604001c0-2032-487e-aeca-08d7ee5b9f4b","artifactVersion":"2","generatedFromUUID":"d89292d5-5ec6-40b1-bc7f-ed4582304c02"},{"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":"d89292d5-5ec6-40b1-bc7f-ed4582304c02","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":"ZDA5NTNjZTQzMzNkZGM1NDU4NzlkZDkyNDY5ODRlMmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9cfc3594-d9ac-44b5-91fc-5b80b8f51918","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":"7fd27621-be45-42e4-901e-b73c30fffe82","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":"f52f4057-3a27-4ead-a18d-afe8cbf5d808","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":"f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae","artifactVersion":"2","generatedFromUUID":"7fd27621-be45-42e4-901e-b73c30fffe82"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWZmNzI4MGFkNDY3NDhmMjRjMjlkZDJjZWE5Mzk0MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5d53651-8967-4411-8dce-fc0e4979c9e9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDNiYzc3MTIxYjc2Y2ZjZTU2ZDc5YzQ4ZGY5ZGVmNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2be367ee-caaa-490d-bcd5-7a27ceb775e7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T06:44:37.301Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:37.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:37.303Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:37.304Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:37.404Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:37.405Z||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-17T06:44:37.405Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:37.420Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:37.421Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:38.304Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:38.305Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:38.307Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:38.307Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-17T06:44:38.407Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:38.408Z||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-17T06:44:38.408Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:38.423Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:38.423Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:39.307Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:39.308Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:39.310Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:39.310Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-17T06:44:39.410Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:39.411Z||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-17T06:44:39.411Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:39.429Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:39.432Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:40.311Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:40.312Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:40.314Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:40.314Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:44:40.414Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:40.415Z||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-17T06:44:40.415Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:40.429Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:40.429Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:41.315Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:41.315Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:41.317Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:41.317Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-17T06:44:41.418Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:41.419Z||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-17T06:44:41.419Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:41.436Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:41.437Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:42.318Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:42.319Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:42.321Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:42.321Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:42.421Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:42.422Z||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-17T06:44:42.422Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:42.439Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:42.439Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:43.322Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:43.322Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:43.324Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:43.324Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-17T06:44:43.425Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:44:43.426Z||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-17T06:44:43.426Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:43.441Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:43.442Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:44:44.325Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:44.325Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:44.327Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:44.327Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:44.427Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:44.428Z||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-17T06:44:44.428Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:44.443Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:44.443Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:44:45.328Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:44:45.328Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:45.330Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:45.330Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:45.431Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:45.432Z||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-17T06:44:45.432Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:45.448Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:45.449Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:46.332Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "94ba4fe0-f23b-4cec-930e-2f495ef28495", "serviceDescription": "service", "serviceInvariantUUID": "03998bd8-88af-468b-87e1-940871ce03e2", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d350df1e-7358-46f5-9c35-f552320dfe6f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "85dbedf8-a602-4926-aa15-ee317d744ee0", "resourceInvariantUUID": "9f7d8cc8-f429-4f5a-9481-bdeaf25087ed", "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": "604001c0-2032-487e-aeca-08d7ee5b9f4b", "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": "d89292d5-5ec6-40b1-bc7f-ed4582304c02", "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": "ZDA5NTNjZTQzMzNkZGM1NDU4NzlkZDkyNDY5ODRlMmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9cfc3594-d9ac-44b5-91fc-5b80b8f51918", "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": "7fd27621-be45-42e4-901e-b73c30fffe82", "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": "f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae", "generatedFromUUID": "7fd27621-be45-42e4-901e-b73c30fffe82" }, "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": "f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MDNiYzc3MTIxYjc2Y2ZjZTU2ZDc5YzQ4ZGY5ZGVmNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2be367ee-caaa-490d-bcd5-7a27ceb775e7" } ], "workloadContext": "Production" } 2022-06-17T06:44:46.332Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T06:44:46.332Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 94ba4fe0-f23b-4cec-930e-2f495ef28495 ASDC 2022-06-17T06:44:46.333Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:8dd3581f-238e-4cf8-983f-5db9e1f10aff ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:94ba4fe0-f23b-4cec-930e-2f495ef28495 ServiceInvariantUUID:03998bd8-88af-468b-87e1-940871ce03e2 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:2be367ee-caaa-490d-bcd5-7a27ceb775e7 ArtifactChecksum:MDNiYzc3MTIxYjc2Y2ZjZTU2ZDc5YzQ4ZGY5ZGVmNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d350df1e-7358-46f5-9c35-f552320dfe6f ResourceInvariantUUID:9f7d8cc8-f429-4f5a-9481-bdeaf25087ed ResourceName:basic_cnf ResourceType:VF ResourceUUID:85dbedf8-a602-4926-aa15-ee317d744ee0 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:604001c0-2032-487e-aeca-08d7ee5b9f4b 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:d89292d5-5ec6-40b1-bc7f-ed4582304c02 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:9cfc3594-d9ac-44b5-91fc-5b80b8f51918 ArtifactChecksum:ZDA5NTNjZTQzMzNkZGM1NDU4NzlkZDkyNDY5ODRlMmY= 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:7fd27621-be45-42e4-901e-b73c30fffe82 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:f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae 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:f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T06:44:46.333Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94ba4fe0-f23b-4cec-930e-2f495ef28495 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-17T06:44:46.368Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:44:46.369Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:44:46.369Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:44:46.369Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2be367ee-caaa-490d-bcd5-7a27ceb775e7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-17T06:44:46.369Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:44:46.370Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-17T06:44:46.565Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:44:46.569Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2be367ee-caaa-490d-bcd5-7a27ceb775e7 68959 2022-06-17T06:44:46.569Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-17T06:44:46.569Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-17T06:44:46.569Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:44:46.569Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:46.571Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:46.571Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448286569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:46.672Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:46.673Z||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-17T06:44:46.673Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:46.689Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:46.690Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:44:47.572Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:44:47.573Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:44:47.573Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2be367ee-caaa-490d-bcd5-7a27ceb775e7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T06:44:47.573Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-17T06:44:47.574Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T06:44:47.574Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T06:44:47.690Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8143562285031799460/Definitions/service-BasicCnf-template.yml 2022-06-17T06:44:48.794Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T06:44:48.795Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-17T06:44:48.795Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T06:44:48.795Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-17T06:44:48.795Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T06:44:48.795Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T06:44:48.795Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-17T06:44:48.795Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||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-17T06:44:48.796Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-17T06:44:48.796Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.796Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:48.797Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:48.797Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-17T06:44:48.797Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:44:48.797Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.797Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:48.798Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:48.798Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-17T06:44:48.798Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:44:48.798Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.799Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:48.799Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.799Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-17T06:44:48.799Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-17T06:44:48.800Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-17T06:44:48.800Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T06:44:48.800Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.800Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T06:44:48.801Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.801Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:48.801Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:44:48.801Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.802Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:48.802Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:44:48.802Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.802Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:48.803Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:44:48.803Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.803Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-17T06:44:48.803Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-17T06:44:48.803Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=77401ba8-9439-4f31-ad74-65cfef59bbe8 2022-06-17T06:44:48.804Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.804Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:48.804Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.804Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:48.804Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.805Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:48.805Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:48.805Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:48.805Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:94ba4fe0-f23b-4cec-930e-2f495ef28495 Model Version:NULL Model InvariantUuid:03998bd8-88af-468b-87e1-940871ce03e2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:1671172a-d1cf-41e5-ac62-381796fd331b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9f7d8cc8-f429-4f5a-9481-bdeaf25087ed Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d350df1e-7358-46f5-9c35-f552320dfe6f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5b4730f7-af7d-469c-9400-3e9168152cad ModelName:BasicCnf..base_dummy..module-0 ModelUuid:16e56d51-e529-4fde-b773-824f3ffae7f0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:77401ba8-9439-4f31-ad74-65cfef59bbe8 ModelInvariantUuid:1830919a-7728-45df-abac-ff4ab872b1dd ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:bd7a174e-95b9-4274-895e-8d36d26af3bf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:65abc08b-a209-4dbc-b205-50ef55411be0 ModelInvariantUuid:39180d31-f32a-4907-b726-91104465bd64 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:1f540b1b-10d8-4895-b13a-b56dbf8c2927 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-17T06:44:48.812Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 85dbedf8-a602-4926-aa15-ee317d744ee0 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-17T06:44:48.815Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-06-17T06:44:48.815Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 85dbedf8-a602-4926-aa15-ee317d744ee0 2022-06-17T06:44:48.815Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 604001c0-2032-487e-aeca-08d7ee5b9f4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-17T06:44:48.816Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:44:48.816Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-17T06:44:49.060Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:44:49.061Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 604001c0-2032-487e-aeca-08d7ee5b9f4b 12 2022-06-17T06:44:49.061Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-17T06:44:49.061Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-17T06:44:49.061Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:44:49.061Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:49.063Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:49.063Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448289061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:49.163Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:49.164Z||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-17T06:44:49.165Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:49.189Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:49.189Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:50.064Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d89292d5-5ec6-40b1-bc7f-ed4582304c02 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-17T06:44:50.064Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:44:50.065Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-17T06:44:50.256Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:44:50.257Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d89292d5-5ec6-40b1-bc7f-ed4582304c02 2688 2022-06-17T06:44:50.257Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-17T06:44:50.257Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-17T06:44:50.257Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:44:50.258Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:50.259Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:50.259Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448290257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:50.360Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:44:50.361Z||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-17T06:44:50.361Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:50.388Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:50.388Z||pool-51-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:51.261Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9cfc3594-d9ac-44b5-91fc-5b80b8f51918 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-17T06:44:51.261Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:44:51.261Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-17T06:44:51.450Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:44:51.451Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9cfc3594-d9ac-44b5-91fc-5b80b8f51918 828 2022-06-17T06:44:51.451Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-17T06:44:51.451Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-17T06:44:51.451Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:44:51.451Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:51.453Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:51.454Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448291451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:51.554Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:51.555Z||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-17T06:44:51.555Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:51.575Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:51.575Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:52.454Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5b4730f7-af7d-469c-9400-3e9168152cad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "16e56d51-e529-4fde-b773-824f3ffae7f0", "vfModuleModelCustomizationUUID": "6f674cee-b9ff-4f78-bfc7-699adce09f29", "isBase": true, "artifacts": [ "d89292d5-5ec6-40b1-bc7f-ed4582304c02", "7fd27621-be45-42e4-901e-b73c30fffe82", "f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae" ], "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-17T06:44:52.462Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:16e56d51-e529-4fde-b773-824f3ffae7f0 VfModuleModelInvariantUUID:5b4730f7-af7d-469c-9400-3e9168152cad VfModuleModelDescription:NULL Artifacts UUID List:{ d89292d5-5ec6-40b1-bc7f-ed4582304c02 , 7fd27621-be45-42e4-901e-b73c30fffe82 , f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae } 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-17T06:44:52.466Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5b4730f7-af7d-469c-9400-3e9168152cad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "16e56d51-e529-4fde-b773-824f3ffae7f0", "vfModuleModelCustomizationUUID": "6f674cee-b9ff-4f78-bfc7-699adce09f29", "isBase": true, "artifacts": [ "d89292d5-5ec6-40b1-bc7f-ed4582304c02", "7fd27621-be45-42e4-901e-b73c30fffe82", "f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae" ], "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-17T06:44:52.466Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:16e56d51-e529-4fde-b773-824f3ffae7f0 VfModuleModelInvariantUUID:5b4730f7-af7d-469c-9400-3e9168152cad VfModuleModelDescription:NULL Artifacts UUID List:{ d89292d5-5ec6-40b1-bc7f-ed4582304c02 , 7fd27621-be45-42e4-901e-b73c30fffe82 , f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae } 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-17T06:44:52.466Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7fd27621-be45-42e4-901e-b73c30fffe82 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-17T06:44:52.466Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:44:52.467Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-17T06:44:52.537Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:44:52.538Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7fd27621-be45-42e4-901e-b73c30fffe82 1164 2022-06-17T06:44:52.538Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-17T06:44:52.539Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-17T06:44:52.539Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:44:52.539Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:52.542Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:52.542Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448292538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:52.643Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:44:52.644Z||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-17T06:44:52.644Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:52.658Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:52.659Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:53.543Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-17T06:44:53.544Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:44:53.544Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-17T06:44:53.597Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:44:53.598Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f842cbd4-6bb7-4da6-8f72-3fcd072dc8ae 200 2022-06-17T06:44:53.598Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-17T06:44:53.598Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-17T06:44:53.598Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:44:53.599Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:53.600Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:53.600Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448293598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:53.700Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:53.702Z||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-17T06:44:53.702Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:53.718Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:53.718Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:54.601Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 94ba4fe0-f23b-4cec-930e-2f495ef28495 2022-06-17T06:44:54.601Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 85dbedf8-a602-4926-aa15-ee317d744ee0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 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=? 2022-06-17T06:44:54.620Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-17T06:44:54.626Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28b66502, org.onap.sdc.toscaparser.api.parameters.Input@23855e55, org.onap.sdc.toscaparser.api.parameters.Input@21267ee2, org.onap.sdc.toscaparser.api.parameters.Input@63d9026c, org.onap.sdc.toscaparser.api.parameters.Input@78dcf560] 2022-06-17T06:44:54.628Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.628Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:54.628Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-17T06:44:54.628Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d350df1e-7358-46f5-9c35-f552320dfe6f 2022-06-17T06:44:54.629Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d350df1e-7358-46f5-9c35-f552320dfe6f matches Tosca VF Customization UUID: d350df1e-7358-46f5-9c35-f552320dfe6f 2022-06-17T06:44:54.629Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d350df1e-7358-46f5-9c35-f552320dfe6f 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-17T06:44:54.632Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.632Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:54.633Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d350df1e-7358-46f5-9c35-f552320dfe6f: {\"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-17T06:44:54.633Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48806e02 2022-06-17T06:44:54.633Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.633Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T06:44:54.634Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f674cee-b9ff-4f78-bfc7-699adce09f29 2022-06-17T06:44:54.634Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f674cee-b9ff-4f78-bfc7-699adce09f29 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-17T06:44:54.637Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.637Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:54.638Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:44:54.638Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.638Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:54.638Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:44:54.639Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.639Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-17T06:44:54.640Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-17T06:44:54.640Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=77401ba8-9439-4f31-ad74-65cfef59bbe8 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-17T06:44:54.642Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.643Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:54.643Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:44:54.643Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.643Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-17T06:44:54.643Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d350df1e-7358-46f5-9c35-f552320dfe6f 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-17T06:44:54.645Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.645Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:54.645Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 94ba4fe0-f23b-4cec-930e-2f495ef28495: basic_cnf 2022-06-17T06:44:54.646Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.646Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:54.646Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.647Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:54.647Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.647Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:54.647Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.647Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:54.648Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:44:54.648Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:44:54.648Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T06:44:54.714Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 85dbedf8-a602-4926-aa15-ee317d744ee0 1 ASDC deployResourceStructure 2022-06-17T06:44:54.715Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-17T06:44:54.715Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-17T06:44:54.715Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-17T06:44:54.715Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:54.717Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:54.717Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448294714, "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-17T06:44:54.817Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:54.818Z||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-17T06:44:54.818Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:54.832Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:54.833Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:44:55.348Z||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-17T06:44:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:55.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:55.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.387Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-17T06:44:55.390Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.397Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448140034, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448144177, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448136350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448140629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448154374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448154799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448154406, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448155823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "ves-openapi-manager", "timestamp": 1655448146495, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "cds", "timestamp": 1655448155412, "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=? 2022-06-17T06:44:55.413Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8dd3581f-238e-4cf8-983f-5db9e1f10aff 2022-06-17T06:44:55.414Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd3581f-238e-4cf8-983f-5db9e1f10aff 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-17T06:44:55.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448155993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448148323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448147247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448157191, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448158248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448156416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448159256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448158317, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448156416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448159723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:44:55.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "policy-id", "timestamp": 1655448160263, "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-17T06:44:55.429Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dd3581f-238e-4cf8-983f-5db9e1f10aff 2022-06-17T06:44:55.429Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd3581f-238e-4cf8-983f-5db9e1f10aff 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-17T06:44:55.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448156416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448159470, "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-17T06:44:55.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dd3581f-238e-4cf8-983f-5db9e1f10aff 2022-06-17T06:44:55.454Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd3581f-238e-4cf8-983f-5db9e1f10aff 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-17T06:44:55.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448160731, "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-17T06:44:55.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8dd3581f-238e-4cf8-983f-5db9e1f10aff 2022-06-17T06:44:55.467Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd3581f-238e-4cf8-983f-5db9e1f10aff 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-17T06:44:55.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448156416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "multicloud-k8s-id", "timestamp": 1655448160474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:44:55.486Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448156416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "multicloud-k8s-id", "timestamp": 1655448161479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448162014, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.487Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448156416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "multicloud-k8s-id", "timestamp": 1655448161479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448156416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "multicloud-k8s-id", "timestamp": 1655448161479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448156416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "multicloud-k8s-id", "timestamp": 1655448161479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448165029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:44:55.500Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448164875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:44:55.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448165134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448166349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "multicloud-k8s-id", "timestamp": 1655448161479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.507Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "clamp", "timestamp": 1655448166034, "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-17T06:44:55.528Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8dd3581f-238e-4cf8-983f-5db9e1f10aff 2022-06-17T06:44:55.528Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd3581f-238e-4cf8-983f-5db9e1f10aff 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-17T06:44:55.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "aai-ml", "timestamp": 1655448165878, "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-17T06:44:55.544Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8dd3581f-238e-4cf8-983f-5db9e1f10aff 2022-06-17T06:44:55.544Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dd3581f-238e-4cf8-983f-5db9e1f10aff 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-17T06:44:55.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "cds", "timestamp": 1655448166140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-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-17T06:44:55.568Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 2022-06-17T06:44:55.568Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:44:55.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448166349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "multicloud-k8s-id", "timestamp": 1655448161479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448166349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "multicloud-k8s-id", "timestamp": 1655448161479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448166349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "multicloud-k8s-id", "timestamp": 1655448161479, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448166349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448170034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448166349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448170034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448166349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-17T06:44:55.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448170034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448166349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448170034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448175226, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:44:55.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:44:55.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:44:55.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448170034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:44:55.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:44:55.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:44:55.717Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-17T06:44:55.718Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-17T06:44:55.718Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-17T06:44:55.718Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:55.720Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:55.720Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448295717, "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-17T06:44:55.820Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:55.821Z||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-17T06:44:55.821Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:55.835Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:55.836Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:56.721Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-17T06:44:56.721Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-17T06:44:56.721Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:44:56.722Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:56.723Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:56.723Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448296721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:44:56.823Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:56.824Z||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-17T06:44:56.824Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:56.839Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:56.840Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:57.724Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-17T06:44:57.725Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-17T06:44:57.725Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:44:57.725Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:57.727Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:57.727Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448297724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:44:57.827Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:57.829Z||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-17T06:44:57.829Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:57.849Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:57.849Z||pool-58-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:44:58.728Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-17T06:44:58.728Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-17T06:44:58.729Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:44:58.729Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:58.731Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:58.731Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448298728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-17T06:44:58.831Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:58.832Z||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-17T06:44:58.832Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:58.846Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:58.847Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:44:59.732Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-17T06:44:59.732Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-17T06:44:59.733Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:44:59.733Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:44:59.735Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:44:59.736Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448299732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:44:59.836Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:44:59.837Z||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-17T06:44:59.837Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:44:59.851Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:44:59.851Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:45:00.737Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dd3581f-238e-4cf8-983f-5db9e1f10aff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:45:00.754Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dd3581f-238e-4cf8-983f-5db9e1f10aff 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-17T06:45:00.757Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:45:00.758Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T06:45:00.768Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T06:45:30.769Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8dd3581f-238e-4cf8-983f-5db9e1f10aff 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-17T06:45:30.774Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8dd3581f-238e-4cf8-983f-5db9e1f10aff and serviceModelVersionId: 94ba4fe0-f23b-4cec-930e-2f495ef28495 2022-06-17T06:45:30.774Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03998bd8-88af-468b-87e1-940871ce03e2 2022-06-17T06:45:30.775Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03998bd8-88af-468b-87e1-940871ce03e2/model-vers/model-ver/94ba4fe0-f23b-4cec-930e-2f495ef28495?depth=0 2022-06-17T06:45:30.779Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T06:45:30.831Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03998bd8-88af-468b-87e1-940871ce03e2/model-vers/model-ver/94ba4fe0-f23b-4cec-930e-2f495ef28495?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-17T06:45:30.833Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03998bd8-88af-468b-87e1-940871ce03e2/model-vers/model-ver/94ba4fe0-f23b-4cec-930e-2f495ef28495?depth=0|INFO|500||Invoke 2022-06-17T06:45:30.853Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03998bd8-88af-468b-87e1-940871ce03e2/model-vers/model-ver/94ba4fe0-f23b-4cec-930e-2f495ef28495?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T06:45:31.152Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03998bd8-88af-468b-87e1-940871ce03e2/model-vers/model-ver/94ba4fe0-f23b-4cec-930e-2f495ef28495?depth=0|INFO|500||InvokeReturn 2022-06-17T06:45:31.152Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03998bd8-88af-468b-87e1-940871ce03e2/model-vers/model-ver/94ba4fe0-f23b-4cec-930e-2f495ef28495?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220617-06:45:32:286-786], vertex-id=[196648], Content-Length=[0], Date=[Fri, 17 Jun 2022 06:45:32 GMT], Content-Type=[application/json]} 2022-06-17T06:45:31.153Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-17T06:45:31.153Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T06:45:31.153Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T06:45:31.158Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T06:45:31.158Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8dd3581f-238e-4cf8-983f-5db9e1f10aff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T06:45:31.158Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T06:45:31.159Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:31.160Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:31.160Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448331158, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:45:31.261Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:31.262Z||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-17T06:45:31.262Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:31.302Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:31.303Z||pool-61-thread-1|||||INFO|500||cambria reply ok (42 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-17T06:45:32.171Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T06:45:32.172Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd","serviceName":"Demo_pNF_DIJV9rYAGyQMEwOyPsdr","serviceVersion":"1.0","serviceUUID":"f5446f60-51f7-4684-9242-79b37e00c39a","serviceDescription":"catalog service description","serviceInvariantUUID":"ace71cc6-bb90-465b-8f4c-448594ffa7e8","resources":[{"resourceInstanceName":"pNF da0a3b80-708d 0","resourceName":"pNF da0a3b80-708d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5d445fea-21af-4f91-805b-81d017f601eb","resourceInvariantUUID":"d19a2c5c-b138-4011-95a0-86cfab0956b6","resourceCustomizationUUID":"79052d42-b16e-4c06-b932-73a4f1524308","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml","artifactChecksum":"MDViM2E3NDJjMDY5Yjk4YWU4OGQ2YWM1NDE0MDllOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68d5a33f-ad6b-426a-a31e-f0bf742c6778","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar","artifactChecksum":"MWJjMDllMTdmODllYmExMzY2ZWY0NzZhNjkxODFkOTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d78a73dc-dedc-412b-99e0-7383dbec9ee8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"323ace0c-2f3f-4286-97f6-7302e858e3fc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGQ5YjM5ZTEzNDJmOTRmOGM0OTlhMGE0NGE3MmIyZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"adcfd8b2-8d8f-49cd-bab2-2215c3d44b52","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"013b9c52-dd4a-4376-9603-0fb11902edd5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d2a940f-b381-45dd-b923-e99f5c279954","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDijv9ryagyqmewoypsdr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml","artifactChecksum":"Zjk5MTY0NTEzYzgxY2I3ZDliZjFiNzJkYWFmYmQ5NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce11e73d-234b-4635-8c8e-74cca797170b","artifactVersion":"1"},{"artifactName":"service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar","artifactChecksum":"N2UwZGRmMDllZDliN2JhMDcyMDg1M2ZlYjQ1N2NkNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e429dfa5-2685-42b8-afe2-2a2e7ef8ac28","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T06:45:32.172Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:45:32.172Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:32.174Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:32.174Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:32.274Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:32.276Z||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-17T06:45:32.276Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:32.290Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:32.291Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:33.174Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:45:33.175Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:33.177Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:33.177Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:33.277Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:33.278Z||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-17T06:45:33.278Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:33.292Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:33.292Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:34.177Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:45:34.178Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:34.179Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:34.180Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:34.280Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:34.281Z||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-17T06:45:34.281Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:34.305Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:34.306Z||pool-64-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:35.180Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:45:35.181Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:35.182Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:35.182Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:35.283Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:35.283Z||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-17T06:45:35.284Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:35.297Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:35.297Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:36.183Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:45:36.184Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:36.185Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:36.186Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:36.286Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:36.286Z||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-17T06:45:36.287Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:36.300Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:36.302Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:37.186Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:45:37.187Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:37.188Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:37.188Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:37.289Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:37.289Z||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-17T06:45:37.290Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:37.303Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:37.303Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:38.189Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:45:38.190Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:38.191Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:38.191Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:38.291Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:38.292Z||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-17T06:45:38.292Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:38.307Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:38.307Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:39.192Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:45:39.193Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:39.195Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:39.195Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:39.295Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:39.296Z||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-17T06:45:39.296Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:39.308Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:39.309Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:40.196Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "serviceName": "Demo_pNF_DIJV9rYAGyQMEwOyPsdr", "serviceVersion": "1.0", "serviceUUID": "f5446f60-51f7-4684-9242-79b37e00c39a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ace71cc6-bb90-465b-8f4c-448594ffa7e8", "resources": [ { "resourceInstanceName": "pNF da0a3b80-708d 0", "resourceCustomizationUUID": "79052d42-b16e-4c06-b932-73a4f1524308", "resourceName": "pNF da0a3b80-708d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5d445fea-21af-4f91-805b-81d017f601eb", "resourceInvariantUUID": "d19a2c5c-b138-4011-95a0-86cfab0956b6", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "artifactChecksum": "N2UwZGRmMDllZDliN2JhMDcyMDg1M2ZlYjQ1N2NkNzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e429dfa5-2685-42b8-afe2-2a2e7ef8ac28" } ], "workloadContext": "Production" } 2022-06-17T06:45:40.196Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T06:45:40.196Z|8dd3581f-238e-4cf8-983f-5db9e1f10aff|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5446f60-51f7-4684-9242-79b37e00c39a ASDC 2022-06-17T06:45:40.197Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd ServiceName:Demo_pNF_DIJV9rYAGyQMEwOyPsdr ServiceVersion:1.0 ServiceUUID:f5446f60-51f7-4684-9242-79b37e00c39a ServiceInvariantUUID:ace71cc6-bb90-465b-8f4c-448594ffa7e8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar ArtifactUUID:e429dfa5-2685-42b8-afe2-2a2e7ef8ac28 ArtifactChecksum:N2UwZGRmMDllZDliN2JhMDcyMDg1M2ZlYjQ1N2NkNzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF da0a3b80-708d 0 ResourceCustomizationUUID:79052d42-b16e-4c06-b932-73a4f1524308 ResourceInvariantUUID:d19a2c5c-b138-4011-95a0-86cfab0956b6 ResourceName:pNF da0a3b80-708d ResourceType:PNF ResourceUUID:5d445fea-21af-4f91-805b-81d017f601eb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-17T06:45:40.197Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5446f60-51f7-4684-9242-79b37e00c39a 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-17T06:45:40.224Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:45:40.225Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:45:40.225Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:45:40.225Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e429dfa5-2685-42b8-afe2-2a2e7ef8ac28 from URL: /sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:40.225Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:45:40.225Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:40.858Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:45:40.863Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar e429dfa5-2685-42b8-afe2-2a2e7ef8ac28 82649 2022-06-17T06:45:40.864Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar ASDC sendASDCNotification 2022-06-17T06:45:40.864Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:40.864Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:45:40.865Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:40.867Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:40.867Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448340864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:40.967Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:40.968Z||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-17T06:45:40.968Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:40.983Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:40.983Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:45:41.868Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:45:41.868Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:45:41.869Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e429dfa5-2685-42b8-afe2-2a2e7ef8ac28, URL: /sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar to file: /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:41.869Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:41.869Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:41.869Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:41.981Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14707836092262302582/Definitions/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml 2022-06-17T06:45:42.800Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T06:45:42.801Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-17T06:45:42.801Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.801Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-17T06:45:42.801Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.802Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.802Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.802Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.802Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.802Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF da0a3b80-708d 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-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.803Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.803Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-17T06:45:42.803Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.803Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.804Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Node template pNF da0a3b80-708d 0 is matching search criteria 2022-06-17T06:45:42.804Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-17T06:45:42.804Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF da0a3b80-708d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:45:42.805Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.805Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.805Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Node template pNF da0a3b80-708d 0 is matching search criteria 2022-06-17T06:45:42.805Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-17T06:45:42.806Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF da0a3b80-708d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:45:42.806Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.806Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.807Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.807Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.807Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.807Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.808Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.808Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.808Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.809Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.809Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_DIJV9rYAGyQMEwOyPsdr Description:catalog service description Model UUID:f5446f60-51f7-4684-9242-79b37e00c39a Model Version:NULL Model InvariantUuid:ace71cc6-bb90-465b-8f4c-448594ffa7e8 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-17T06:45:42.818Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5d445fea-21af-4f91-805b-81d017f601eb 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-17T06:45:42.821Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||pNF da0a3b80-708d 0 2022-06-17T06:45:42.821Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5d445fea-21af-4f91-805b-81d017f601eb 2022-06-17T06:45:42.821Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||No resources found for Service: f5446f60-51f7-4684-9242-79b37e00c39a 2022-06-17T06:45:42.821Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f5446f60-51f7-4684-9242-79b37e00c39a 2022-06-17T06:45:42.821Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF da0a3b80-708d 0 5d445fea-21af-4f91-805b-81d017f601eb 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-17T06:45:42.825Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1497cbef, org.onap.sdc.toscaparser.api.parameters.Input@5209e130, org.onap.sdc.toscaparser.api.parameters.Input@5932aee6, org.onap.sdc.toscaparser.api.parameters.Input@462de152, org.onap.sdc.toscaparser.api.parameters.Input@6c4f92cb] 2022-06-17T06:45:42.826Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.826Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.826Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f5446f60-51f7-4684-9242-79b37e00c39a: pNF da0a3b80-708d 2022-06-17T06:45:42.826Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||Processing PNF resource: 5d445fea-21af-4f91-805b-81d017f601eb 2022-06-17T06:45:42.826Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:45:42.827Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_DIJV9rYAGyQMEwOyPsdr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:45:42.827Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||Resource customization UUID: 79052d42-b16e-4c06-b932-73a4f1524308 is the same as notified resource customizationUUID: 79052d42-b16e-4c06-b932-73a4f1524308 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-17T06:45:42.871Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF da0a3b80-708d 5d445fea-21af-4f91-805b-81d017f601eb 0 ASDC deployResourceStructure 2022-06-17T06:45:42.871Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar ASDC sendASDCNotification 2022-06-17T06:45:42.871Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar 2022-06-17T06:45:42.871Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:45:42.872Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:45:42.873Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:45:42.873Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448342871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:42.974Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:45:42.974Z||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-17T06:45:42.975Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:42.989Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:42.989Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:45:43.874Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:45:43.884Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:45:43.886Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:45:43.886Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T06:45:43.886Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T06:45:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:45:55.347Z||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-17T06:45:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:45:55.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:45:55.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448175580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448170034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448177132, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448170034, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448176974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448178149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448178143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448179156, "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-17T06:45:55.387Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 2022-06-17T06:45:55.387Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:45:55.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "ves-openapi-manager", "timestamp": 1655448177989, "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-17T06:45:55.399Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 2022-06-17T06:45:55.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:45:55.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "policy-id", "timestamp": 1655448179147, "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-17T06:45:55.416Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 2022-06-17T06:45:55.416Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:45:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448177882, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "cds", "timestamp": 1655448178917, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T06:45:55.437Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 2022-06-17T06:45:55.437Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 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-17T06:45:55.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448180628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448180628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448180628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T06:45:55.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448182933, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.452Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448180628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:55.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448168323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "ves-openapi-manager", "timestamp": 1655448166499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448180628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448180628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448187274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448180628, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448188279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "policy-id", "timestamp": 1655448189283, "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-17T06:45:55.463Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 2022-06-17T06:45:55.464Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 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-17T06:45:55.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448188452, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448189786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448189672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448190984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "aai-ml", "timestamp": 1655448190676, "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-17T06:45:55.483Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 2022-06-17T06:45:55.483Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:45:55.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448191021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448192020, "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-17T06:45:55.516Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 2022-06-17T06:45:55.519Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 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-17T06:45:55.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655448193023, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448193049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "clamp", "timestamp": 1655448194054, "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-17T06:45:55.536Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 2022-06-17T06:45:55.536Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:45:55.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448196349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:45:55.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448196349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448196349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448174176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448196349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448198781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448196349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448196349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448177247, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448196349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448204222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448208128, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448207036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:45:55.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655448209135, "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-17T06:45:55.557Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 2022-06-17T06:45:55.557Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 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-17T06:45:55.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448209035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.569Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.569Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.569Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448210024, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:45:55.570Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:45:55.570Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.570Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "aai-ml", "timestamp": 1655448210040, "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-17T06:45:55.580Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 2022-06-17T06:45:55.580Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 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-17T06:45:55.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:45:55.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "clamp", "timestamp": 1655448211029, "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-17T06:45:55.598Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 2022-06-17T06:45:55.598Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 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-17T06:46:13.886Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:46:13.897Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:46:13.899Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:46:13.900Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T06:46:13.900Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T06:46:13.900Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T06:46:13.900Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:46:13.900Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:46:13.900Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:46:13.900Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:46:13.900Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:46:13.901Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:46:13.901Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:46:13.901Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T06:46:13.906Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T06:46:43.906Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd 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-17T06:46:43.911Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd and serviceModelVersionId: f5446f60-51f7-4684-9242-79b37e00c39a 2022-06-17T06:46:43.911Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ace71cc6-bb90-465b-8f4c-448594ffa7e8 2022-06-17T06:46:43.911Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ace71cc6-bb90-465b-8f4c-448594ffa7e8/model-vers/model-ver/f5446f60-51f7-4684-9242-79b37e00c39a?depth=0 2022-06-17T06:46:43.915Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T06:46:43.963Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ace71cc6-bb90-465b-8f4c-448594ffa7e8/model-vers/model-ver/f5446f60-51f7-4684-9242-79b37e00c39a?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-17T06:46:43.965Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ace71cc6-bb90-465b-8f4c-448594ffa7e8/model-vers/model-ver/f5446f60-51f7-4684-9242-79b37e00c39a?depth=0|INFO|500||Invoke 2022-06-17T06:46:43.983Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ace71cc6-bb90-465b-8f4c-448594ffa7e8/model-vers/model-ver/f5446f60-51f7-4684-9242-79b37e00c39a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T06:46:44.287Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ace71cc6-bb90-465b-8f4c-448594ffa7e8/model-vers/model-ver/f5446f60-51f7-4684-9242-79b37e00c39a?depth=0|INFO|500||InvokeReturn 2022-06-17T06:46:44.288Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ace71cc6-bb90-465b-8f4c-448594ffa7e8/model-vers/model-ver/f5446f60-51f7-4684-9242-79b37e00c39a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220617-06:46:45:420-9281], vertex-id=[188640], Content-Length=[0], Date=[Fri, 17 Jun 2022 06:46:45 GMT], Content-Type=[application/json]} 2022-06-17T06:46:44.288Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-17T06:46:44.289Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T06:46:44.289Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T06:46:44.293Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T06:46:44.294Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T06:46:44.294Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T06:46:44.294Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:44.296Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:44.296Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448404294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:46:44.397Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:46:44.398Z||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-17T06:46:44.398Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:44.415Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:44.416Z||pool-72-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-17T06:46:45.307Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-17T06:46:45.307Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9cb7e9dc-6db7-4032-96a1-2078ce2f32d1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"85b19e77-fe14-46cf-a1a6-9de380a103ae","serviceDescription":"service","serviceInvariantUUID":"7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"520e7c28-76c0-43ca-a66d-9004d731373d","resourceInvariantUUID":"e45b3ebe-9572-467a-ad02-6b6b5c20a7db","resourceCustomizationUUID":"a893390c-4503-41a4-af36-c151daba7203","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":"NDdiODA1ZTA0M2QyNTZjYmY5OTJmNmQ4Y2Q0ZGI5NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8c7da92-df37-4457-98b4-744c69535937","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":"NzM3OGRjNGNjMGVjZjM5NWU1NTQ5YTliNDdlZDdmZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dfe2c9c4-6b99-44f6-8f8b-13a9022d5ff8","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":"b5f5fae1-84ac-4311-ba52-b99067deb501","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":"f1595588-fac4-4b44-92f8-4cd1bb7e7b96","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":"89ce95d3-9e5e-439d-a78f-acb49bc08320","artifactVersion":"2","generatedFromUUID":"b5f5fae1-84ac-4311-ba52-b99067deb501"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjM4NGU5MTFlODM4YjJlOGZkZDFkMzc0Y2FmMTZmYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3fd08d44-5941-4eae-b5b9-1c457e1fa243","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmQwNjNiNmEwNDE3YWI2ZjNmMWZiZGJhZjgyMjg3MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6d9d3fc-6f26-43ee-a6a3-b550d4dcfdfc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T06:46:45.308Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:46:45.308Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:45.310Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:45.310Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:46:45.410Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:45.411Z||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-17T06:46:45.411Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:45.427Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:45.427Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:46:46.310Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:46:46.311Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:46.314Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:46.314Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:46:46.414Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:46.415Z||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-17T06:46:46.415Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:46.431Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:46.431Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:46:47.314Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:46:47.315Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:47.318Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:47.318Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T06:46:47.418Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:47.419Z||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-17T06:46:47.419Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:47.434Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:47.435Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:46:48.319Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:46:48.319Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:48.321Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:48.321Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:46:48.423Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-17T06:46:48.424Z||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-17T06:46:48.424Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:48.437Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:48.438Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:46:49.322Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:46:49.322Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:49.324Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:49.325Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T06:46:49.425Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:46:49.425Z||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-17T06:46:49.426Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:49.441Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:49.442Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:46:50.325Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:46:50.327Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:50.330Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:50.330Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:46:50.430Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:46:50.432Z||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-17T06:46:50.432Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:50.449Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:50.450Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:46:51.331Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:46:51.332Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:51.334Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:51.334Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:46:51.434Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:51.435Z||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-17T06:46:51.435Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:51.452Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:51.452Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:46:52.336Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "85b19e77-fe14-46cf-a1a6-9de380a103ae", "serviceDescription": "service", "serviceInvariantUUID": "7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a893390c-4503-41a4-af36-c151daba7203", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "520e7c28-76c0-43ca-a66d-9004d731373d", "resourceInvariantUUID": "e45b3ebe-9572-467a-ad02-6b6b5c20a7db", "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": "NzM3OGRjNGNjMGVjZjM5NWU1NTQ5YTliNDdlZDdmZmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dfe2c9c4-6b99-44f6-8f8b-13a9022d5ff8", "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": "b5f5fae1-84ac-4311-ba52-b99067deb501", "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": "89ce95d3-9e5e-439d-a78f-acb49bc08320", "generatedFromUUID": "b5f5fae1-84ac-4311-ba52-b99067deb501" }, "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": "89ce95d3-9e5e-439d-a78f-acb49bc08320", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NmQwNjNiNmEwNDE3YWI2ZjNmMWZiZGJhZjgyMjg3MTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6d9d3fc-6f26-43ee-a6a3-b550d4dcfdfc" } ], "workloadContext": "Production" } 2022-06-17T06:46:52.336Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T06:46:52.336Z|aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85b19e77-fe14-46cf-a1a6-9de380a103ae ASDC 2022-06-17T06:46:52.336Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:85b19e77-fe14-46cf-a1a6-9de380a103ae ServiceInvariantUUID:7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a 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:f6d9d3fc-6f26-43ee-a6a3-b550d4dcfdfc ArtifactChecksum:NmQwNjNiNmEwNDE3YWI2ZjNmMWZiZGJhZjgyMjg3MTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a893390c-4503-41a4-af36-c151daba7203 ResourceInvariantUUID:e45b3ebe-9572-467a-ad02-6b6b5c20a7db ResourceName:basic_vm ResourceType:VF ResourceUUID:520e7c28-76c0-43ca-a66d-9004d731373d 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:dfe2c9c4-6b99-44f6-8f8b-13a9022d5ff8 ArtifactChecksum:NzM3OGRjNGNjMGVjZjM5NWU1NTQ5YTliNDdlZDdmZmQ= 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:b5f5fae1-84ac-4311-ba52-b99067deb501 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:89ce95d3-9e5e-439d-a78f-acb49bc08320 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:89ce95d3-9e5e-439d-a78f-acb49bc08320 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T06:46:52.336Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85b19e77-fe14-46cf-a1a6-9de380a103ae 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-17T06:46:52.374Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:46:52.374Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:46:52.374Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:46:52.375Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f6d9d3fc-6f26-43ee-a6a3-b550d4dcfdfc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-17T06:46:52.375Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:46:52.375Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-17T06:46:52.545Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:46:52.549Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f6d9d3fc-6f26-43ee-a6a3-b550d4dcfdfc 71078 2022-06-17T06:46:52.549Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-17T06:46:52.550Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-17T06:46:52.550Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:46:52.550Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:52.553Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:52.553Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448412549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:52.654Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:52.655Z||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-17T06:46:52.655Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:52.671Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:52.671Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:46:53.554Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T06:46:53.555Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-17T06:46:53.556Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f6d9d3fc-6f26-43ee-a6a3-b550d4dcfdfc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:53.556Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-17T06:46:53.557Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:53.557Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:53.686Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6836420074768399676/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-17T06:46:54.856Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T06:46:54.856Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||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-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||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-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||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-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-17T06:46:54.857Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-17T06:46:54.858Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.858Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:54.858Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:54.859Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-17T06:46:54.859Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:46:54.859Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.859Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:54.860Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:54.860Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-17T06:46:54.860Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T06:46:54.861Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.861Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:54.861Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.861Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-17T06:46:54.861Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-17T06:46:54.862Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-17T06:46:54.862Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-17T06:46:54.862Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T06:46:54.862Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T06:46:54.863Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.863Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T06:46:54.863Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.863Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:54.863Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:46:54.864Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.864Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:54.864Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:46:54.864Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.864Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:54.865Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:46:54.865Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.865Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-17T06:46:54.865Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-17T06:46:54.865Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T06:46:54.866Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f3d0491f-c400-4bed-9344-f2d7380b0465 2022-06-17T06:46:54.866Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.866Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:54.866Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.866Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:54.867Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.867Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:54.867Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:54.867Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:54.867Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:85b19e77-fe14-46cf-a1a6-9de380a103ae Model Version:NULL Model InvariantUuid:7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d082f89d-ea59-431f-b3eb-3e161b2e21e3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e45b3ebe-9572-467a-ad02-6b6b5c20a7db Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a893390c-4503-41a4-af36-c151daba7203 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:37d92879-2545-48ef-b706-0bc0f26e3348 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:4383bca1-3d33-440f-bd72-bc9f03227883 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f3d0491f-c400-4bed-9344-f2d7380b0465 ModelInvariantUuid:4e6798ac-3c6f-4d84-8e2b-bd8afbae7e4d ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:7e25b7cf-6084-4be1-94f1-f1a4d27e8cdd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:1b0bfa08-60bc-467f-8b68-52c1df500e9f ModelInvariantUuid:40359b6e-6d14-4af3-b844-5c03e7a18615 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:289a6474-ccf0-4e1c-9b1a-e41769f689d9 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-17T06:46:54.874Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 520e7c28-76c0-43ca-a66d-9004d731373d 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-17T06:46:54.878Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-06-17T06:46:54.878Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 520e7c28-76c0-43ca-a66d-9004d731373d 2022-06-17T06:46:54.878Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dfe2c9c4-6b99-44f6-8f8b-13a9022d5ff8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-17T06:46:54.878Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:46:54.878Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-17T06:46:55.013Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:46:55.013Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dfe2c9c4-6b99-44f6-8f8b-13a9022d5ff8 787 2022-06-17T06:46:55.013Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-17T06:46:55.014Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-17T06:46:55.014Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:46:55.014Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:55.016Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:55.016Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448415013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:55.116Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:55.117Z||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-17T06:46:55.117Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:55.131Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:55.131Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:46:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:46:55.347Z||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-17T06:46:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:55.371Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:55.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fa2c97a5-1ceb-4db9-87e1-2f7087411a0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448271886, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-17T06:46:55.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-17T06:46:55.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:46:55.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:46:55.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:46:55.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448286569, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:55.376Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:46:55.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448289061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:55.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:46:55.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448290257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:55.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:46:55.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448291451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:55.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:46:55.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448292538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:55.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:46:55.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448293598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:55.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:46:55.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:46:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448294714, "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-17T06:46:55.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:46:56.017Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "37d92879-2545-48ef-b706-0bc0f26e3348", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4383bca1-3d33-440f-bd72-bc9f03227883", "vfModuleModelCustomizationUUID": "107bf47a-d8dd-4b8b-b453-fb31d69438c8", "isBase": true, "artifacts": [ "b5f5fae1-84ac-4311-ba52-b99067deb501", "89ce95d3-9e5e-439d-a78f-acb49bc08320" ], "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-17T06:46:56.021Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4383bca1-3d33-440f-bd72-bc9f03227883 VfModuleModelInvariantUUID:37d92879-2545-48ef-b706-0bc0f26e3348 VfModuleModelDescription:NULL Artifacts UUID List:{ b5f5fae1-84ac-4311-ba52-b99067deb501 , 89ce95d3-9e5e-439d-a78f-acb49bc08320 } 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-17T06:46:56.023Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "37d92879-2545-48ef-b706-0bc0f26e3348", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4383bca1-3d33-440f-bd72-bc9f03227883", "vfModuleModelCustomizationUUID": "107bf47a-d8dd-4b8b-b453-fb31d69438c8", "isBase": true, "artifacts": [ "b5f5fae1-84ac-4311-ba52-b99067deb501", "89ce95d3-9e5e-439d-a78f-acb49bc08320" ], "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-17T06:46:56.023Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4383bca1-3d33-440f-bd72-bc9f03227883 VfModuleModelInvariantUUID:37d92879-2545-48ef-b706-0bc0f26e3348 VfModuleModelDescription:NULL Artifacts UUID List:{ b5f5fae1-84ac-4311-ba52-b99067deb501 , 89ce95d3-9e5e-439d-a78f-acb49bc08320 } 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-17T06:46:56.023Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b5f5fae1-84ac-4311-ba52-b99067deb501 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-17T06:46:56.023Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:46:56.023Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-17T06:46:56.111Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:46:56.112Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b5f5fae1-84ac-4311-ba52-b99067deb501 5033 2022-06-17T06:46:56.112Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-17T06:46:56.112Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-17T06:46:56.113Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:46:56.113Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:56.115Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:56.115Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448416112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:56.215Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:56.216Z||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-17T06:46:56.216Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:56.230Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:56.230Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:46:57.115Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 89ce95d3-9e5e-439d-a78f-acb49bc08320 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-17T06:46:57.116Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-17T06:46:57.117Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-17T06:46:57.284Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-17T06:46:57.284Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 89ce95d3-9e5e-439d-a78f-acb49bc08320 903 2022-06-17T06:46:57.285Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-17T06:46:57.285Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-17T06:46:57.285Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T06:46:57.285Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:57.287Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:57.287Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448417285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:46:57.387Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:57.388Z||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-17T06:46:57.388Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:57.402Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:57.403Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:46:58.288Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 85b19e77-fe14-46cf-a1a6-9de380a103ae 2022-06-17T06:46:58.289Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 520e7c28-76c0-43ca-a66d-9004d731373d 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-17T06:46:58.300Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c47dcab, org.onap.sdc.toscaparser.api.parameters.Input@26d319cb, org.onap.sdc.toscaparser.api.parameters.Input@7eff89da, org.onap.sdc.toscaparser.api.parameters.Input@2b2f1257, org.onap.sdc.toscaparser.api.parameters.Input@694f311d] 2022-06-17T06:46:58.301Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.301Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:58.302Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-17T06:46:58.302Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= a893390c-4503-41a4-af36-c151daba7203 2022-06-17T06:46:58.302Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a893390c-4503-41a4-af36-c151daba7203 matches Tosca VF Customization UUID: a893390c-4503-41a4-af36-c151daba7203 2022-06-17T06:46:58.302Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: a893390c-4503-41a4-af36-c151daba7203 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-17T06:46:58.304Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.304Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:58.304Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id a893390c-4503-41a4-af36-c151daba7203: {\"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-17T06:46:58.305Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6319f86 2022-06-17T06:46:58.305Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.305Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T06:46:58.305Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 107bf47a-d8dd-4b8b-b453-fb31d69438c8 2022-06-17T06:46:58.305Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 107bf47a-d8dd-4b8b-b453-fb31d69438c8 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-17T06:46:58.307Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.307Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:58.308Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:46:58.308Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.308Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:58.308Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:46:58.309Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.309Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-17T06:46:58.309Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-17T06:46:58.309Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T06:46:58.310Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f3d0491f-c400-4bed-9344-f2d7380b0465 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-17T06:46:58.311Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.312Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:58.312Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T06:46:58.312Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.312Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-17T06:46:58.312Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a893390c-4503-41a4-af36-c151daba7203 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-17T06:46:58.314Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.314Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:58.314Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 85b19e77-fe14-46cf-a1a6-9de380a103ae: basic_vm 2022-06-17T06:46:58.315Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.315Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:58.315Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.315Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:58.316Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.316Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:58.316Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.316Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:58.316Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T06:46:58.317Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T06:46:58.317Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-17T06:46:58.386Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 520e7c28-76c0-43ca-a66d-9004d731373d 1 ASDC deployResourceStructure 2022-06-17T06:46:58.386Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-17T06:46:58.387Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-17T06:46:58.387Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:46:58.387Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:58.388Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:58.389Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448418386, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:46:58.489Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:58.490Z||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-17T06:46:58.490Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:58.503Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:58.504Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T06:46:59.389Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-17T06:46:59.390Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-17T06:46:59.390Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:46:59.390Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:46:59.392Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:46:59.392Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448419389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:46:59.492Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:46:59.493Z||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-17T06:46:59.493Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:46:59.508Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:46:59.509Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:47:00.393Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-17T06:47:00.393Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-17T06:47:00.393Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:47:00.394Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:47:00.398Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:47:00.398Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448420392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-17T06:47:00.498Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:47:00.499Z||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-17T06:47:00.499Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:47:00.512Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:47:00.512Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:47:01.399Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-17T06:47:01.399Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-17T06:47:01.399Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T06:47:01.400Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:47:01.402Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:47:01.402Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448421398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:47:01.502Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:47:01.503Z||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-17T06:47:01.503Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:47:01.525Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:47:01.525Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:47:02.403Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:47:02.413Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 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-17T06:47:02.416Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T06:47:02.416Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T06:47:02.416Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T06:47:02.416Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T06:47:02.416Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:47:02.416Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:47:02.417Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:47:02.417Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:47:02.417Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:47:02.417Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T06:47:02.417Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T06:47:02.422Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T06:47:32.423Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 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-17T06:47:32.429Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 and serviceModelVersionId: 85b19e77-fe14-46cf-a1a6-9de380a103ae 2022-06-17T06:47:32.429Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a 2022-06-17T06:47:32.430Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?depth=0 2022-06-17T06:47:32.433Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T06:47:32.476Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?depth=0|INFO|500||Invoke 2022-06-17T06:47:32.476Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9cb7e9dc-6db7-4032-96a1-2078ce2f32d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[005363bb-4bc2-4853-9e88-cf0b5d53d2fa], X-ECOMP-RequestID=[9cb7e9dc-6db7-4032-96a1-2078ce2f32d1], X-TransactionId=[], X-ONAP-RequestID=[9cb7e9dc-6db7-4032-96a1-2078ce2f32d1], Content-Type=[application/merge-patch+json]} 2022-06-17T06:47:32.494Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T06:47:32.819Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?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/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220617-06:47:33:951-45490], vertex-id=[413768], Content-Length=[0], Date=[Fri, 17 Jun 2022 06:47:33 GMT], Content-Type=[application/json]} 2022-06-17T06:47:32.819Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T06:47:32.820Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a9ff177-9be5-4ea9-b3d2-25d27fe66d1a/model-vers/model-ver/85b19e77-fe14-46cf-a1a6-9de380a103ae?depth=0|INFO|500||InvokeReturn 2022-06-17T06:47:32.821Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T06:47:32.821Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-17T06:47:32.827Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-17T06:47:32.827Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9cb7e9dc-6db7-4032-96a1-2078ce2f32d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T06:47:32.827Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T06:47:32.827Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:47:32.829Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:47:32.829Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448452827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:47:32.929Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T06:47:32.930Z||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-17T06:47:32.930Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:47:32.947Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:47:32.948Z||pool-88-thread-1|||||INFO|500||cambria reply ok (18 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-17T06:47:33.841Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:47:33.841Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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-17T06:47:33.842Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:47:44.120Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:47:44.121Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:47:44.121Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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-17T06:47:44.121Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:47:53.667Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:47:53.669Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:47:53.669Z||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-17T06:47:53.669Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:47:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:47:55.348Z||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-17T06:47:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:47:55.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:47:55.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448295717, "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-17T06:47:55.376Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:47:55.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448296721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:47:55.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:47:55.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448297724, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:47:55.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:47:55.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448298728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-17T06:47:55.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:47:55.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448299732, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:47:55.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:47:55.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8dd3581f-238e-4cf8-983f-5db9e1f10aff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448331158, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:47:55.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:47:55.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:47:55.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:47:55.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:47:55.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:47:55.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T06:47:55.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:47:55.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:47:55.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:47:55.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:47:55.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:47:55.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/resourceInstances/pnfda0a3b80708d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:47:55.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:47:55.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:47:55.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:47:55.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:47:55.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:47:55.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448340864, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:47:55.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:47:55.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:47:55.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448342871, "artifactURL": "/sdc/v1/catalog/services/DemoPnfDijv9ryagyqmewoypsdr/1.0/artifacts/service-DemoPnfDijv9ryagyqmewoypsdr-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:47:55.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:48:03.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:48:03.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:48:03.220Z||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-17T06:48:03.220Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:48:12.798Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:48:12.799Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:48:12.800Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:48:12.800Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:48:22.336Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:48:22.337Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:48:22.338Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:48:22.338Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:48:31.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:48:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:48:55.345Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:48:55.345Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:48:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:48:55.347Z||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-17T06:48:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:48:55.376Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:48:55.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aca58c3f-0589-4bbf-bcfd-0ff4ba92fadd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448404294, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:48:55.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:48:55.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:48:55.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:48:55.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:48:55.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:48:55.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T06:48:55.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:48:55.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:48:55.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:48:55.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T06:48:55.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:48:55.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:48:55.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:48:55.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448272902, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:48:55.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-17T06:48:55.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448412549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:48:55.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:48:55.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-17T06:48:55.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448415013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:48:55.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:49:04.893Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:49:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:49:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:49:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:49:55.347Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:49:55.347Z||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-17T06:49:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:49:55.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:49:55.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T06:49:55.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448416112, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:49:55.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:49:55.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T06:49:55.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448417285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:49:55.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:49:55.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T06:49:55.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448418386, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:49:55.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:49:55.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T06:49:55.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448419389, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-17T06:49:55.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:49:55.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T06:49:55.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448420392, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-17T06:49:55.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:49:55.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T06:49:55.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448421398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:49:55.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:49:55.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-17T06:49:55.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9cb7e9dc-6db7-4032-96a1-2078ce2f32d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655448452827, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T06:49:55.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:50:04.893Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:50:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:50:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:50:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:50:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:50:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T06:50:55.348Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:51:04.899Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:51:04.900Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:51:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:51:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:51:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:51:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:51:55.347Z||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-17T06:51:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:52:04.889Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:52:04.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:52:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:52:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:52:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:52:55.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:52:55.347Z||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-17T06:52:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:53:04.892Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:53:04.899Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:53:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:53:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:53:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:53:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:53:55.347Z||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-17T06:53:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:54:04.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:54:04.915Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:54:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:54:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:54:55.345Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:54:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:54:55.347Z||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-17T06:54:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:55:04.898Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:55:04.898Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:55:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:55:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:55:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:55:55.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:55:55.347Z||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-17T06:55:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:56:04.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:56:04.898Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:56:55.343Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:56:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:56:55.344Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:56:55.347Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:56:55.347Z||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-17T06:56:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:57:04.897Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:57:04.897Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:57:55.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:57:55.346Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:57:55.346Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:57:55.347Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:57:55.347Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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-17T06:57:55.349Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:58:04.897Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:58:04.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:58:55.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:58:55.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:58:55.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:58:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:58:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T06:58:55.348Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:59:04.892Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:59:04.893Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:59:55.343Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:59:55.344Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T06:59:55.344Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:59:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T06:59:55.347Z||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-17T06:59:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T06:59:55.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:59:55.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bdd3083-61da-4027-a3b3-0325635090d3","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5fd90081-01e4-4c04-9148-302cee2f3af9","serviceDescription":"service","serviceInvariantUUID":"c1781bf6-e519-4200-bc04-c48360f6a20e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d97f223-0917-49c9-bb8c-ad7922efd15c","resourceInvariantUUID":"614f37e4-e90c-4a52-b352-057572801f89","resourceCustomizationUUID":"711f88c7-193e-4375-8590-9eaccd856a9e","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":"YzFiNDRmZWE5M2MyYTIxY2Q3OTdkNGQzNDBmMGFhYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"da557301-70a3-495e-90c5-8a7afbd72335","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":"ZTkyZTgyZWEwM2I3ZmU0NTE4NDU2ZmJjNjlkZWRkNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42ec84b7-ae0f-4636-b386-56e5d7517187","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":"d412b0c6-39b0-49f3-819c-9c1faded96d8","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":"44717cc7-0e06-488c-950f-ae4fffc866d5","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":"d6cfe0d4-a3cc-481b-9236-5cb4db1487a4","artifactVersion":"2","generatedFromUUID":"4a6aa458-fc63-47b0-b1e2-495f4bafe3cb"},{"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":"c0bb45ad-8b01-499c-870c-6c83a49bd8ff","artifactVersion":"2","generatedFromUUID":"d412b0c6-39b0-49f3-819c-9c1faded96d8"},{"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":"4a6aa458-fc63-47b0-b1e2-495f4bafe3cb","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":"b2ec26d2-c25a-4b5a-bf78-65c45cdf6b32","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":"ZmRiYmMwNGZmY2JjMzA1YzU3ODRhNDQ2YjZjMjViOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2603e206-1b8a-42de-a375-fe8d88188f7b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDBmMjI4ZWM4MDUzOWMxYjgzMTk0M2QwODU4ZjBmM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ead2bdae-42cf-49fa-88d5-36dde6df5534","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T06:59:55.983Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:59:55.984Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:59:55.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:59:55.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-17T06:59:55.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-17T06:59:55.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:55.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-17T06:59:56.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449160628, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:59:56.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449160034, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449156351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449172064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449171693, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449173160, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.007Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449173145, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.008Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449164177, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:59:56.009Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449174307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.010Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.010Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.010Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.010Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "cds", "timestamp": 1655449174385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-06-17T06:59:56.020Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:59:56.020Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T06:59:56.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bdd3083-61da-4027-a3b3-0325635090d3 2022-06-17T06:59:56.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdd3083-61da-4027-a3b3-0325635090d3 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-17T06:59:56.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449175013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449175463, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449177198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:59:56.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "ves-openapi-manager", "timestamp": 1655449166497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:56.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449176740, "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-17T06:59:56.074Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bdd3083-61da-4027-a3b3-0325635090d3 2022-06-17T06:59:56.075Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdd3083-61da-4027-a3b3-0325635090d3 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-17T06:59:56.088Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms 2022-06-17T06:59:56.090Z||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-17T06:59:56.090Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:59:56.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449168323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:59:56.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449167247, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T06:59:56.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T06:59:56.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449178211, "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-17T06:59:56.099Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bdd3083-61da-4027-a3b3-0325635090d3 2022-06-17T06:59:56.099Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdd3083-61da-4027-a3b3-0325635090d3 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-17T06:59:56.107Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:59:56.108Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:59:56.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "multicloud-k8s-id", "timestamp": 1655449177747, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T06:59:56.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449179263, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449180279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:59:56.115Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "policy-id", "timestamp": 1655449181284, "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-17T06:59:56.122Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bdd3083-61da-4027-a3b3-0325635090d3 2022-06-17T06:59:56.123Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdd3083-61da-4027-a3b3-0325635090d3 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-17T06:59:56.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449186964, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:59:56.131Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "aai-ml", "timestamp": 1655449187969, "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-17T06:59:56.138Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bdd3083-61da-4027-a3b3-0325635090d3 2022-06-17T06:59:56.138Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdd3083-61da-4027-a3b3-0325635090d3 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-17T06:59:56.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449189260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T06:59:56.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449194236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T06:59:56.148Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T06:59:56.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T06:59:56.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "clamp", "timestamp": 1655449195242, "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-17T06:59:56.165Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bdd3083-61da-4027-a3b3-0325635090d3 2022-06-17T06:59:56.165Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdd3083-61da-4027-a3b3-0325635090d3 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-17T06:59:57.021Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:59:57.022Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:59:57.024Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:59:57.024Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T06:59:57.124Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:59:57.125Z||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-17T06:59:57.125Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:59:57.140Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:59:57.140Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:59:58.025Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:59:58.025Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:59:58.027Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:59:58.027Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-17T06:59:58.128Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T06:59:58.128Z||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-17T06:59:58.129Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:59:58.144Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:59:58.145Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T06:59:59.028Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T06:59:59.029Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T06:59:59.031Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T06:59:59.031Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T06:59:59.131Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T06:59:59.132Z||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-17T06:59:59.132Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T06:59:59.148Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T06:59:59.149Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:00.031Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:00.032Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:00.034Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:00.034Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-17T07:00:00.134Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:00.135Z||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-17T07:00:00.135Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:00.158Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:00.159Z||pool-93-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:01.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:01.035Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:01.044Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:01.044Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-17T07:00:01.144Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:01.145Z||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-17T07:00:01.145Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:01.163Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:01.163Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:00:02.044Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:02.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:02.048Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:02.048Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-17T07:00:02.148Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:02.149Z||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-17T07:00:02.149Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:02.164Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:02.164Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:03.049Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:03.050Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:03.052Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:03.052Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:00:03.152Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:03.153Z||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-17T07:00:03.153Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:03.167Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:03.168Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:04.052Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:04.053Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:04.056Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:04.056Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:00:04.156Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:04.157Z||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-17T07:00:04.157Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:04.171Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:04.171Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:00:05.057Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:05.057Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:05.060Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:05.060Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:00:05.160Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:05.161Z||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-17T07:00:05.161Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:05.175Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:05.176Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:06.061Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "5fd90081-01e4-4c04-9148-302cee2f3af9", "serviceDescription": "service", "serviceInvariantUUID": "c1781bf6-e519-4200-bc04-c48360f6a20e", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "711f88c7-193e-4375-8590-9eaccd856a9e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6d97f223-0917-49c9-bb8c-ad7922efd15c", "resourceInvariantUUID": "614f37e4-e90c-4a52-b352-057572801f89", "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": "ZTkyZTgyZWEwM2I3ZmU0NTE4NDU2ZmJjNjlkZWRkNDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42ec84b7-ae0f-4636-b386-56e5d7517187", "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": "d412b0c6-39b0-49f3-819c-9c1faded96d8", "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": "c0bb45ad-8b01-499c-870c-6c83a49bd8ff", "generatedFromUUID": "d412b0c6-39b0-49f3-819c-9c1faded96d8" }, "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": "d6cfe0d4-a3cc-481b-9236-5cb4db1487a4", "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": "c0bb45ad-8b01-499c-870c-6c83a49bd8ff", "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": "4a6aa458-fc63-47b0-b1e2-495f4bafe3cb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MDBmMjI4ZWM4MDUzOWMxYjgzMTk0M2QwODU4ZjBmM2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ead2bdae-42cf-49fa-88d5-36dde6df5534" } ], "workloadContext": "Production" } 2022-06-17T07:00:06.061Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T07:00:06.062Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5fd90081-01e4-4c04-9148-302cee2f3af9 ASDC 2022-06-17T07:00:06.063Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0bdd3083-61da-4027-a3b3-0325635090d3 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:5fd90081-01e4-4c04-9148-302cee2f3af9 ServiceInvariantUUID:c1781bf6-e519-4200-bc04-c48360f6a20e 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:ead2bdae-42cf-49fa-88d5-36dde6df5534 ArtifactChecksum:MDBmMjI4ZWM4MDUzOWMxYjgzMTk0M2QwODU4ZjBmM2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:711f88c7-193e-4375-8590-9eaccd856a9e ResourceInvariantUUID:614f37e4-e90c-4a52-b352-057572801f89 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:6d97f223-0917-49c9-bb8c-ad7922efd15c 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:42ec84b7-ae0f-4636-b386-56e5d7517187 ArtifactChecksum:ZTkyZTgyZWEwM2I3ZmU0NTE4NDU2ZmJjNjlkZWRkNDI= 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:d412b0c6-39b0-49f3-819c-9c1faded96d8 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:c0bb45ad-8b01-499c-870c-6c83a49bd8ff 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:d6cfe0d4-a3cc-481b-9236-5cb4db1487a4 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:c0bb45ad-8b01-499c-870c-6c83a49bd8ff 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:4a6aa458-fc63-47b0-b1e2-495f4bafe3cb ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T07:00:06.063Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5fd90081-01e4-4c04-9148-302cee2f3af9 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-17T07:00:06.101Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T07:00:06.102Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:00:06.102Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:00:06.103Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ead2bdae-42cf-49fa-88d5-36dde6df5534 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-17T07:00:06.103Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:00:06.103Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-17T07:00:06.218Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:00:06.229Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ead2bdae-42cf-49fa-88d5-36dde6df5534 158214 2022-06-17T07:00:06.230Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:06.230Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:06.230Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:00:06.231Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:06.234Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:06.235Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449206230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:00:06.335Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:06.335Z||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-17T07:00:06.336Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:06.351Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:06.352Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:07.236Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T07:00:07.237Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:00:07.238Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ead2bdae-42cf-49fa-88d5-36dde6df5534, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T07:00:07.238Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-17T07:00:07.239Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T07:00:07.239Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T07:00:07.430Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16167779896942552513/Definitions/service-BasicCnfMacro-template.yml 2022-06-17T07:00:08.727Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T07:00:08.728Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-17T07:00:08.728Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T07:00:08.728Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-17T07:00:08.728Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-17T07:00:08.728Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:08.728Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:08.729Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:08.729Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-17T07:00:08.729Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.729Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:08.729Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:08.730Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-17T07:00:08.730Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T07:00:08.730Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.730Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:08.730Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:08.730Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-17T07:00:08.731Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T07:00:08.731Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.731Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:08.731Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.731Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-17T07:00:08.731Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-17T07:00:08.731Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-17T07:00:08.732Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T07:00:08.732Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.732Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T07:00:08.732Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.732Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:08.732Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:00:08.733Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.733Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:08.733Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:00:08.733Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.733Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:08.733Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:00:08.733Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.734Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:08.734Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:00:08.734Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.734Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-17T07:00:08.734Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-17T07:00:08.734Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=fd273ad4-c5f4-4921-af29-7e4acd7715c1 2022-06-17T07:00:08.734Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.735Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:08.735Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.735Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:08.735Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.735Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:08.735Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:08.735Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:08.735Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:5fd90081-01e4-4c04-9148-302cee2f3af9 Model Version:NULL Model InvariantUuid:c1781bf6-e519-4200-bc04-c48360f6a20e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:bc590004-07a0-4cbd-8be0-123ff4431976 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:614f37e4-e90c-4a52-b352-057572801f89 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:711f88c7-193e-4375-8590-9eaccd856a9e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9ec4a6f7-2924-42f1-a89c-2444b51de66f ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:78912bb6-bbba-49ae-b262-8e719985a158 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:666a52c5-3a57-4226-ac67-90b43570fe50 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:0c5e58e0-fe33-4290-aa5d-d0a9d640b2aa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fd273ad4-c5f4-4921-af29-7e4acd7715c1 ModelInvariantUuid:2d84d9aa-a53b-406f-b402-ea2ec298c67f ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:405889f9-7740-4b5a-bb3a-0958e3b84a65 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:188cf40b-ba95-4e5f-8eca-f7272ac1a87e ModelInvariantUuid:39e0a20c-970c-4fda-8485-bfc4ab11c3b0 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:29bd3fec-cb3f-4151-b732-8c6ffde5eb88 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-17T07:00:08.744Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d97f223-0917-49c9-bb8c-ad7922efd15c 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-17T07:00:08.748Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-06-17T07:00:08.748Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d97f223-0917-49c9-bb8c-ad7922efd15c 2022-06-17T07:00:08.748Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42ec84b7-ae0f-4636-b386-56e5d7517187 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-17T07:00:08.748Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:00:08.749Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:08.885Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:00:08.886Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 42ec84b7-ae0f-4636-b386-56e5d7517187 1565 2022-06-17T07:00:08.886Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:08.886Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:08.886Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:00:08.886Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:08.888Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:08.889Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449208886, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T07:00:08.989Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:08.990Z||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-17T07:00:08.990Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:09.005Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:09.005Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:00:09.889Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "666a52c5-3a57-4226-ac67-90b43570fe50", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c5e58e0-fe33-4290-aa5d-d0a9d640b2aa", "vfModuleModelCustomizationUUID": "09b1e82a-c07f-4e75-b9d2-04b7d1337973", "isBase": true, "artifacts": [ "d412b0c6-39b0-49f3-819c-9c1faded96d8", "c0bb45ad-8b01-499c-870c-6c83a49bd8ff" ], "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": "9ec4a6f7-2924-42f1-a89c-2444b51de66f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78912bb6-bbba-49ae-b262-8e719985a158", "vfModuleModelCustomizationUUID": "9befb4f0-b4c0-433b-b4a6-5261da9a5d8f", "isBase": false, "artifacts": [ "4a6aa458-fc63-47b0-b1e2-495f4bafe3cb" ], "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-17T07:00:09.894Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c5e58e0-fe33-4290-aa5d-d0a9d640b2aa VfModuleModelInvariantUUID:666a52c5-3a57-4226-ac67-90b43570fe50 VfModuleModelDescription:NULL Artifacts UUID List:{ d412b0c6-39b0-49f3-819c-9c1faded96d8 , c0bb45ad-8b01-499c-870c-6c83a49bd8ff } 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:78912bb6-bbba-49ae-b262-8e719985a158 VfModuleModelInvariantUUID:9ec4a6f7-2924-42f1-a89c-2444b51de66f VfModuleModelDescription:NULL Artifacts UUID List:{ 4a6aa458-fc63-47b0-b1e2-495f4bafe3cb } 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-17T07:00:09.898Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "666a52c5-3a57-4226-ac67-90b43570fe50", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0c5e58e0-fe33-4290-aa5d-d0a9d640b2aa", "vfModuleModelCustomizationUUID": "09b1e82a-c07f-4e75-b9d2-04b7d1337973", "isBase": true, "artifacts": [ "d412b0c6-39b0-49f3-819c-9c1faded96d8", "c0bb45ad-8b01-499c-870c-6c83a49bd8ff" ], "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": "9ec4a6f7-2924-42f1-a89c-2444b51de66f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "78912bb6-bbba-49ae-b262-8e719985a158", "vfModuleModelCustomizationUUID": "9befb4f0-b4c0-433b-b4a6-5261da9a5d8f", "isBase": false, "artifacts": [ "4a6aa458-fc63-47b0-b1e2-495f4bafe3cb" ], "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-17T07:00:09.898Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0c5e58e0-fe33-4290-aa5d-d0a9d640b2aa VfModuleModelInvariantUUID:666a52c5-3a57-4226-ac67-90b43570fe50 VfModuleModelDescription:NULL Artifacts UUID List:{ d412b0c6-39b0-49f3-819c-9c1faded96d8 , c0bb45ad-8b01-499c-870c-6c83a49bd8ff } 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:78912bb6-bbba-49ae-b262-8e719985a158 VfModuleModelInvariantUUID:9ec4a6f7-2924-42f1-a89c-2444b51de66f VfModuleModelDescription:NULL Artifacts UUID List:{ 4a6aa458-fc63-47b0-b1e2-495f4bafe3cb } 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-17T07:00:09.898Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d412b0c6-39b0-49f3-819c-9c1faded96d8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-17T07:00:09.898Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:00:09.898Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:10.024Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:00:10.024Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d412b0c6-39b0-49f3-819c-9c1faded96d8 914 2022-06-17T07:00:10.025Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:10.025Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:10.025Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:00:10.026Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:10.028Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:10.028Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449210025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T07:00:10.128Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:10.129Z||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-17T07:00:10.129Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:10.144Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:10.145Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:11.028Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d6cfe0d4-a3cc-481b-9236-5cb4db1487a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-17T07:00:11.029Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:00:11.029Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:11.213Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:00:11.213Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d6cfe0d4-a3cc-481b-9236-5cb4db1487a4 12 2022-06-17T07:00:11.214Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:11.214Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:11.214Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:00:11.215Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:11.217Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:11.217Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449211214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-17T07:00:11.317Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:11.318Z||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-17T07:00:11.318Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:11.339Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:11.339Z||pool-102-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":5,"count":1} 2022-06-17T07:00:12.217Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c0bb45ad-8b01-499c-870c-6c83a49bd8ff from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-17T07:00:12.218Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:00:12.219Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:12.279Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:00:12.279Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env c0bb45ad-8b01-499c-870c-6c83a49bd8ff 96 2022-06-17T07:00:12.279Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:12.279Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:12.279Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:00:12.280Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:12.282Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:12.282Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449212279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-17T07:00:12.382Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:12.383Z||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-17T07:00:12.383Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:12.397Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:12.398Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:13.282Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4a6aa458-fc63-47b0-b1e2-495f4bafe3cb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-17T07:00:13.283Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:00:13.283Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:13.382Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:00:13.384Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 4a6aa458-fc63-47b0-b1e2-495f4bafe3cb 20206 2022-06-17T07:00:13.384Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:13.384Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:13.384Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:00:13.385Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:13.387Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:13.388Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449213384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T07:00:13.487Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T07:00:13.488Z||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-17T07:00:13.488Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:13.503Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:13.503Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:14.391Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5fd90081-01e4-4c04-9148-302cee2f3af9 2022-06-17T07:00:14.391Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 6d97f223-0917-49c9-bb8c-ad7922efd15c 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-17T07:00:14.399Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1506b5b4, org.onap.sdc.toscaparser.api.parameters.Input@20790bde, org.onap.sdc.toscaparser.api.parameters.Input@35fdf95e, org.onap.sdc.toscaparser.api.parameters.Input@60aad510, org.onap.sdc.toscaparser.api.parameters.Input@402177a4] 2022-06-17T07:00:14.400Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.401Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:14.401Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-17T07:00:14.401Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 711f88c7-193e-4375-8590-9eaccd856a9e 2022-06-17T07:00:14.401Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 711f88c7-193e-4375-8590-9eaccd856a9e matches Tosca VF Customization UUID: 711f88c7-193e-4375-8590-9eaccd856a9e 2022-06-17T07:00:14.401Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 711f88c7-193e-4375-8590-9eaccd856a9e 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-17T07:00:14.403Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.404Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:14.404Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 711f88c7-193e-4375-8590-9eaccd856a9e: {\"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-17T07:00:14.404Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4437d1da 2022-06-17T07:00:14.405Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.405Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T07:00:14.405Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9befb4f0-b4c0-433b-b4a6-5261da9a5d8f 2022-06-17T07:00:14.405Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9befb4f0-b4c0-433b-b4a6-5261da9a5d8f 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-17T07:00:14.407Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.408Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:14.408Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:00:14.408Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.409Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:14.409Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:00:14.409Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.409Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-17T07:00:14.409Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=711f88c7-193e-4375-8590-9eaccd856a9e 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-17T07:00:14.411Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.411Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:14.411Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5fd90081-01e4-4c04-9148-302cee2f3af9: basic_cnf_macro 2022-06-17T07:00:14.411Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.412Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:14.412Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.412Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:14.412Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.413Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:14.413Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.413Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:14.413Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:00:14.414Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:00:14.414Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:14.456Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 6d97f223-0917-49c9-bb8c-ad7922efd15c 2 ASDC deployResourceStructure 2022-06-17T07:00:14.456Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:14.457Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:14.457Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:00:14.457Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:14.459Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:14.459Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449214456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T07:00:14.559Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:14.560Z||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-17T07:00:14.560Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:14.573Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:14.574Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:15.460Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:15.460Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:15.460Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:00:15.460Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:15.462Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:15.462Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449215460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-17T07:00:15.564Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-17T07:00:15.565Z||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-17T07:00:15.565Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:15.588Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:15.589Z||pool-106-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:00:16.464Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:16.464Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:16.464Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-17T07:00:16.465Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:16.466Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:16.466Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449216464, "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-17T07:00:16.567Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:16.568Z||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-17T07:00:16.568Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:16.581Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:16.582Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:17.468Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:17.468Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:17.468Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:00:17.469Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:17.471Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:17.471Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449217468, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-17T07:00:17.571Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:17.572Z||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-17T07:00:17.572Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:17.587Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:17.587Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:18.472Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:18.472Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:18.472Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-17T07:00:18.473Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:18.475Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:18.475Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449218472, "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-17T07:00:18.575Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T07:00:18.575Z||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-17T07:00:18.575Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:18.588Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:18.588Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:19.476Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:19.477Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:19.477Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:00:19.477Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:19.479Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:19.479Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449219476, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:00:19.579Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:19.580Z||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-17T07:00:19.580Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:19.594Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:19.594Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:20.480Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bdd3083-61da-4027-a3b3-0325635090d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:00:20.505Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bdd3083-61da-4027-a3b3-0325635090d3 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-17T07:00:20.508Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:00:20.508Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T07:00:20.508Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T07:00:20.508Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T07:00:20.508Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:00:20.509Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:00:20.509Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:00:20.509Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:00:20.509Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:00:20.509Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:00:20.509Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:20.516Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T07:00:50.516Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bdd3083-61da-4027-a3b3-0325635090d3 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-17T07:00:50.523Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bdd3083-61da-4027-a3b3-0325635090d3 and serviceModelVersionId: 5fd90081-01e4-4c04-9148-302cee2f3af9 2022-06-17T07:00:50.523Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1781bf6-e519-4200-bc04-c48360f6a20e 2022-06-17T07:00:50.524Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?depth=0 2022-06-17T07:00:50.530Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T07:00:50.586Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?depth=0|INFO|500||Invoke 2022-06-17T07:00:50.587Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0bdd3083-61da-4027-a3b3-0325635090d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f1a623e0-6ecf-485f-a31d-1c2e4a41d40c], X-ECOMP-RequestID=[0bdd3083-61da-4027-a3b3-0325635090d3], X-TransactionId=[], X-ONAP-RequestID=[0bdd3083-61da-4027-a3b3-0325635090d3], Content-Type=[application/merge-patch+json]} 2022-06-17T07:00:50.618Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T07:00:51.065Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?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/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-07:00:52:086-5895], vertex-id=[282632], Content-Length=[0], Date=[Fri, 17 Jun 2022 07:00:52 GMT], Content-Type=[application/json]} 2022-06-17T07:00:51.065Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T07:00:51.066Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1781bf6-e519-4200-bc04-c48360f6a20e/model-vers/model-ver/5fd90081-01e4-4c04-9148-302cee2f3af9?depth=0|INFO|500||InvokeReturn 2022-06-17T07:00:51.067Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T07:00:51.067Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:51.073Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||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-17T07:00:51.073Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bdd3083-61da-4027-a3b3-0325635090d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T07:00:51.073Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T07:00:51.074Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:51.076Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:51.076Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449251073, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T07:00:51.176Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:51.177Z||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-17T07:00:51.177Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:51.214Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:51.214Z||pool-111-thread-1|||||INFO|500||cambria reply ok (38 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-17T07:00:55.343Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:00:55.343Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:00:55.344Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:00:55.347Z||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-17T07:00:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:55.472Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:55.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:00:55.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:00:55.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:00:55.978Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:55.979Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T07:00:55.979Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"17e93a62-d207-4200-acdb-d204d0759910","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bd2585e7-50c9-49f2-81b9-535185411348","serviceDescription":"service","serviceInvariantUUID":"7d7b5bd2-3b04-4689-9706-0bd7fa517000","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"121d8f9b-026e-4159-b185-c32d77fd0570","resourceInvariantUUID":"af4d466c-c747-42e7-9ef1-bf7469c68cdc","resourceCustomizationUUID":"42239096-5e45-4106-9269-d5fb87f5e14c","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":"ZjY2N2NmYzNkMmI2Mzg4OTNhMTdmMjYyMTkxMDgyYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78b63184-f1db-4bc5-afaa-3e84c3080baf","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":"YjA1ODRmMjg0ZTExZDJkMDJlZTI5MzEwOTBmMGZkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83e97bb7-be51-4fa2-a502-16cab11e7cc0","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":"454ea715-3a22-4251-8bb3-b77a3c90e493","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":"bd339a89-f7be-4a0a-b76d-7ed163676a41","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":"e2b9a0f6-9af3-4e13-8a90-1354cd5a241a","artifactVersion":"2","generatedFromUUID":"454ea715-3a22-4251-8bb3-b77a3c90e493"},{"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":"MzhlMWE2NzY2NDMwNGVlZmI1MjI0MTdhZDAxYjA0NGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"703e1646-8aa5-45ff-98ed-8d05673b1a20","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":"MWQ2YWMyYzE1OTkzMDhkM2U0ZTkwMmNlZTg5ZTU5ZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"553580c2-cfee-4790-998e-170fc4ef7f85","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTc5Y2MwMjU2ZmFkYTMzMmFmY2JkYzJkY2RjOTUyZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc60dc49-6297-4a45-9cff-6fe9b1032cdd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T07:00:55.980Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:55.981Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:55.993Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:55.993Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:00:56.083Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-06-17T07:00:56.083Z||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-17T07:00:56.084Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:56.097Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:56.098Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:56.993Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:56.994Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:56.997Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:56.997Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T07:00:57.097Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:57.098Z||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-17T07:00:57.098Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:57.113Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:57.114Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:57.998Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:57.998Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:58.000Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:58.000Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T07:00:58.100Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:58.101Z||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-17T07:00:58.101Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:58.116Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:58.116Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:00:59.000Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:00:59.001Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:00:59.003Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:00:59.003Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:00:59.103Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:00:59.104Z||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-17T07:00:59.104Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:00:59.117Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:00:59.117Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:00.004Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:01:00.004Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:00.006Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:00.006Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T07:01:00.107Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T07:01:00.108Z||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-17T07:01:00.108Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:00.123Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:00.123Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:01.007Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:01:01.007Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:01.010Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:01.010Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:01.109Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-17T07:01:01.110Z||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-17T07:01:01.110Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:01.122Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:01.122Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:02.011Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:01:02.012Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:02.015Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:02.015Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:02.116Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T07:01:02.116Z||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-17T07:01:02.116Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:02.131Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:02.132Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:03.016Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:01:03.017Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:03.018Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:03.018Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:01:03.119Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:01:03.119Z||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-17T07:01:03.119Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:03.132Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:03.133Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:04.020Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "bd2585e7-50c9-49f2-81b9-535185411348", "serviceDescription": "service", "serviceInvariantUUID": "7d7b5bd2-3b04-4689-9706-0bd7fa517000", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "42239096-5e45-4106-9269-d5fb87f5e14c", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "121d8f9b-026e-4159-b185-c32d77fd0570", "resourceInvariantUUID": "af4d466c-c747-42e7-9ef1-bf7469c68cdc", "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": "YjA1ODRmMjg0ZTExZDJkMDJlZTI5MzEwOTBmMGZkMTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "83e97bb7-be51-4fa2-a502-16cab11e7cc0", "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": "454ea715-3a22-4251-8bb3-b77a3c90e493", "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": "e2b9a0f6-9af3-4e13-8a90-1354cd5a241a", "generatedFromUUID": "454ea715-3a22-4251-8bb3-b77a3c90e493" }, "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": "e2b9a0f6-9af3-4e13-8a90-1354cd5a241a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MTc5Y2MwMjU2ZmFkYTMzMmFmY2JkYzJkY2RjOTUyZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc60dc49-6297-4a45-9cff-6fe9b1032cdd" } ], "workloadContext": "Production" } 2022-06-17T07:01:04.020Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T07:01:04.020Z|0bdd3083-61da-4027-a3b3-0325635090d3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd2585e7-50c9-49f2-81b9-535185411348 ASDC 2022-06-17T07:01:04.020Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:17e93a62-d207-4200-acdb-d204d0759910 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:bd2585e7-50c9-49f2-81b9-535185411348 ServiceInvariantUUID:7d7b5bd2-3b04-4689-9706-0bd7fa517000 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:cc60dc49-6297-4a45-9cff-6fe9b1032cdd ArtifactChecksum:MTc5Y2MwMjU2ZmFkYTMzMmFmY2JkYzJkY2RjOTUyZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:42239096-5e45-4106-9269-d5fb87f5e14c ResourceInvariantUUID:af4d466c-c747-42e7-9ef1-bf7469c68cdc ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:121d8f9b-026e-4159-b185-c32d77fd0570 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:83e97bb7-be51-4fa2-a502-16cab11e7cc0 ArtifactChecksum:YjA1ODRmMjg0ZTExZDJkMDJlZTI5MzEwOTBmMGZkMTg= 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:454ea715-3a22-4251-8bb3-b77a3c90e493 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:e2b9a0f6-9af3-4e13-8a90-1354cd5a241a 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:e2b9a0f6-9af3-4e13-8a90-1354cd5a241a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-17T07:01:04.020Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd2585e7-50c9-49f2-81b9-535185411348 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-17T07:01:04.071Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T07:01:04.072Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:01:04.072Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:01:04.072Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cc60dc49-6297-4a45-9cff-6fe9b1032cdd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-17T07:01:04.072Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:01:04.072Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-17T07:01:04.224Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:01:04.227Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cc60dc49-6297-4a45-9cff-6fe9b1032cdd 78809 2022-06-17T07:01:04.228Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:04.228Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:04.228Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:01:04.228Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:04.230Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:04.230Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449264228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:04.330Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:01:04.331Z||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-17T07:01:04.331Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:04.344Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:04.344Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:01:05.230Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T07:01:05.231Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:01:05.231Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cc60dc49-6297-4a45-9cff-6fe9b1032cdd, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:05.231Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-17T07:01:05.232Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:05.232Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:05.336Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1750048240994702571/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-17T07:01:06.442Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T07:01:06.442Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-17T07:01:06.442Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:06.442Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-17T07:01:06.442Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:06.442Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.443Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:06.444Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:06.444Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-17T07:01:06.444Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T07:01:06.444Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.444Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:06.444Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:06.445Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-17T07:01:06.445Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T07:01:06.445Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.445Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:06.445Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.445Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-17T07:01:06.446Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-17T07:01:06.446Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-17T07:01:06.446Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-17T07:01:06.446Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T07:01:06.447Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-17T07:01:06.447Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.447Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T07:01:06.447Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.448Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:06.448Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:01:06.448Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.448Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:06.448Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:01:06.449Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.449Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:06.449Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:01:06.449Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.449Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-17T07:01:06.449Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-17T07:01:06.450Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T07:01:06.450Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=587015bd-b3b2-4b76-8f23-4cb24001c2a0 2022-06-17T07:01:06.450Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.450Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:06.450Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.450Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:06.451Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.451Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:06.451Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:06.451Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:06.451Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:bd2585e7-50c9-49f2-81b9-535185411348 Model Version:NULL Model InvariantUuid:7d7b5bd2-3b04-4689-9706-0bd7fa517000 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b62cf8dd-caf7-47c9-a94e-8d522cafd08b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af4d466c-c747-42e7-9ef1-bf7469c68cdc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:42239096-5e45-4106-9269-d5fb87f5e14c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:66501638-3ae9-462f-83f1-1f5b0fc6d6ad ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:bf8a7da6-aec0-459e-b8ce-390fd76a7f4e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:587015bd-b3b2-4b76-8f23-4cb24001c2a0 ModelInvariantUuid:0610b124-181e-4a7d-88de-40e43fbdffc9 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:5b916577-a969-45ca-b508-17fcb8de7557 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:56712533-9bb4-490c-ae7f-59dd3b2a90d1 ModelInvariantUuid:d24e8502-15c3-4740-83e9-de7c2ca2ff88 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:b013c287-b0a5-43a6-bca8-05d9d8cde985 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-17T07:01:06.460Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 121d8f9b-026e-4159-b185-c32d77fd0570 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-17T07:01:06.462Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-06-17T07:01:06.462Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 121d8f9b-026e-4159-b185-c32d77fd0570 2022-06-17T07:01:06.462Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 83e97bb7-be51-4fa2-a502-16cab11e7cc0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-17T07:01:06.462Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:01:06.462Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:06.538Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:01:06.538Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 83e97bb7-be51-4fa2-a502-16cab11e7cc0 792 2022-06-17T07:01:06.538Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:06.538Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:06.538Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:01:06.538Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:06.540Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:06.540Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449266538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:06.640Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:01:06.641Z||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-17T07:01:06.641Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:06.655Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:06.655Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:07.541Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "66501638-3ae9-462f-83f1-1f5b0fc6d6ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bf8a7da6-aec0-459e-b8ce-390fd76a7f4e", "vfModuleModelCustomizationUUID": "e11cda05-2e6f-4da5-8d6b-c18add343080", "isBase": true, "artifacts": [ "454ea715-3a22-4251-8bb3-b77a3c90e493", "e2b9a0f6-9af3-4e13-8a90-1354cd5a241a" ], "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-17T07:01:07.543Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bf8a7da6-aec0-459e-b8ce-390fd76a7f4e VfModuleModelInvariantUUID:66501638-3ae9-462f-83f1-1f5b0fc6d6ad VfModuleModelDescription:NULL Artifacts UUID List:{ 454ea715-3a22-4251-8bb3-b77a3c90e493 , e2b9a0f6-9af3-4e13-8a90-1354cd5a241a } 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-17T07:01:07.545Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "66501638-3ae9-462f-83f1-1f5b0fc6d6ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bf8a7da6-aec0-459e-b8ce-390fd76a7f4e", "vfModuleModelCustomizationUUID": "e11cda05-2e6f-4da5-8d6b-c18add343080", "isBase": true, "artifacts": [ "454ea715-3a22-4251-8bb3-b77a3c90e493", "e2b9a0f6-9af3-4e13-8a90-1354cd5a241a" ], "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-17T07:01:07.545Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bf8a7da6-aec0-459e-b8ce-390fd76a7f4e VfModuleModelInvariantUUID:66501638-3ae9-462f-83f1-1f5b0fc6d6ad VfModuleModelDescription:NULL Artifacts UUID List:{ 454ea715-3a22-4251-8bb3-b77a3c90e493 , e2b9a0f6-9af3-4e13-8a90-1354cd5a241a } 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-17T07:01:07.545Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 454ea715-3a22-4251-8bb3-b77a3c90e493 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-17T07:01:07.545Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:01:07.546Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:07.701Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:01:07.702Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 454ea715-3a22-4251-8bb3-b77a3c90e493 5033 2022-06-17T07:01:07.702Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:07.702Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:07.703Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:01:07.703Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:07.705Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:07.705Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449267702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:07.805Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:01:07.806Z||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-17T07:01:07.806Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:07.828Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:07.829Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:01:08.705Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e2b9a0f6-9af3-4e13-8a90-1354cd5a241a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-17T07:01:08.706Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:01:08.706Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:08.877Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:01:08.877Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e2b9a0f6-9af3-4e13-8a90-1354cd5a241a 903 2022-06-17T07:01:08.877Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:08.877Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:08.878Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:01:08.878Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:08.879Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:08.879Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449268877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:08.980Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T07:01:08.980Z||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-17T07:01:08.981Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:09.002Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:09.003Z||pool-123-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:09.880Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: bd2585e7-50c9-49f2-81b9-535185411348 2022-06-17T07:01:09.881Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 121d8f9b-026e-4159-b185-c32d77fd0570 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-17T07:01:09.894Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6eca291a, org.onap.sdc.toscaparser.api.parameters.Input@189fb983, org.onap.sdc.toscaparser.api.parameters.Input@744f9a91, org.onap.sdc.toscaparser.api.parameters.Input@24e986c3, org.onap.sdc.toscaparser.api.parameters.Input@1bd4f9bd] 2022-06-17T07:01:09.895Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.895Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:09.895Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-17T07:01:09.896Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 42239096-5e45-4106-9269-d5fb87f5e14c 2022-06-17T07:01:09.896Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42239096-5e45-4106-9269-d5fb87f5e14c matches Tosca VF Customization UUID: 42239096-5e45-4106-9269-d5fb87f5e14c 2022-06-17T07:01:09.896Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 42239096-5e45-4106-9269-d5fb87f5e14c 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-17T07:01:09.897Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.898Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:09.898Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 42239096-5e45-4106-9269-d5fb87f5e14c: {\"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-17T07:01:09.898Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e46c139 2022-06-17T07:01:09.898Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.898Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-17T07:01:09.899Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e11cda05-2e6f-4da5-8d6b-c18add343080 2022-06-17T07:01:09.899Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e11cda05-2e6f-4da5-8d6b-c18add343080 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-17T07:01:09.900Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.901Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:09.901Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:01:09.901Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.901Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:09.901Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:01:09.902Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.902Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-17T07:01:09.902Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-17T07:01:09.902Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-17T07:01:09.902Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=587015bd-b3b2-4b76-8f23-4cb24001c2a0 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-17T07:01:09.904Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.904Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:09.904Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-17T07:01:09.904Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.905Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-17T07:01:09.905Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=42239096-5e45-4106-9269-d5fb87f5e14c 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-17T07:01:09.906Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.906Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:09.907Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid bd2585e7-50c9-49f2-81b9-535185411348: basic_vm_macro 2022-06-17T07:01:09.907Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.907Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:09.907Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.907Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:09.907Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.908Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:09.908Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.908Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:09.909Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:01:09.909Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:01:09.909Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:10.006Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 121d8f9b-026e-4159-b185-c32d77fd0570 1 ASDC deployResourceStructure 2022-06-17T07:01:10.007Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:10.007Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:10.007Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:01:10.008Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:10.011Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:10.011Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449270007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T07:01:10.111Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:01:10.112Z||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-17T07:01:10.112Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:10.128Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:10.129Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:01:11.012Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:11.013Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:11.013Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:01:11.014Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:11.016Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:11.017Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449271012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-17T07:01:11.116Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T07:01:11.117Z||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-17T07:01:11.117Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:11.131Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:11.132Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:12.018Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:12.018Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:12.019Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:01:12.019Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:12.021Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:12.021Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449272018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-17T07:01:12.122Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T07:01:12.123Z||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-17T07:01:12.123Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:12.138Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:12.138Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:13.022Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:13.023Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:01:13.023Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:01:13.023Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:01:13.025Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:01:13.025Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449273022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:01:13.125Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T07:01:13.126Z||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-17T07:01:13.126Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:13.142Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:13.142Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:01:14.026Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17e93a62-d207-4200-acdb-d204d0759910 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:01:14.036Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:01:14.038Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:01:14.038Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T07:01:14.038Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T07:01:44.038Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17e93a62-d207-4200-acdb-d204d0759910 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:01:44.056Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:01:44.059Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:01:44.059Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T07:01:44.059Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T07:01:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:01:55.347Z||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-17T07:01:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:01:55.397Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:01:55.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T07:01:55.399Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-17T07:01:55.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-17T07:01:55.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-17T07:01:55.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-17T07:01:55.402Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449195343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:01:55.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449206230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449208886, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.405Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "ves-openapi-manager", "timestamp": 1655449206495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449205034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449200628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449208323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449210025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "ves-openapi-manager", "timestamp": 1655449206495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449205034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449200628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T07:01:55.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449208323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449211214, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.416Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "ves-openapi-manager", "timestamp": 1655449206495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449205034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449200628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T07:01:55.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449208323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T07:01:55.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449212279, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.430Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "ves-openapi-manager", "timestamp": 1655449206495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449205034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.431Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.431Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449200628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.432Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449208323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.432Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.432Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.433Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449205034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449200628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "ves-openapi-manager", "timestamp": 1655449206495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.434Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449213384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449208323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "ves-openapi-manager", "timestamp": 1655449206495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449200628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.435Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449205034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449208323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449214456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449205034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449200628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.436Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "ves-openapi-manager", "timestamp": 1655449206495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449208323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449215460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449216349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449205034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "ves-openapi-manager", "timestamp": 1655449206495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449200628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449208323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449216464, "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-17T07:01:55.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449216349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449217468, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449217889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449217504, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449216349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449219007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449218472, "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-17T07:01:55.443Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449216349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449218995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449220014, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "cds", "timestamp": 1655449218724, "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-17T07:01:55.455Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17e93a62-d207-4200-acdb-d204d0759910 2022-06-17T07:01:55.456Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:01:55.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449219476, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449216349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "policy-id", "timestamp": 1655449221018, "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-17T07:01:55.483Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17e93a62-d207-4200-acdb-d204d0759910 2022-06-17T07:01:55.483Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:01:55.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449220108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449216349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449221153, "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-17T07:01:55.523Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17e93a62-d207-4200-acdb-d204d0759910 2022-06-17T07:01:55.523Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:01:55.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449216349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "multicloud-k8s-id", "timestamp": 1655449222156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449216349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449225310, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449224176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449224176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449224176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449227247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449229241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449224176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449227247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449230262, "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-17T07:01:55.544Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17e93a62-d207-4200-acdb-d204d0759910 2022-06-17T07:01:55.545Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:01:55.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449224176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449227247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449224176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449227247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449224176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449227247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449224176, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449227247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449232906, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449227247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449227247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449244387, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.561Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "aai-ml", "timestamp": 1655449245390, "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-17T07:01:55.569Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17e93a62-d207-4200-acdb-d204d0759910 2022-06-17T07:01:55.569Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:01:55.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449249255, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:01:55.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdd3083-61da-4027-a3b3-0325635090d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449251073, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T07:01:55.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449253266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:01:55.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:01:55.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:01:55.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "clamp", "timestamp": 1655449254292, "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-17T07:01:55.595Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17e93a62-d207-4200-acdb-d204d0759910 2022-06-17T07:01:55.595Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:02:14.059Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17e93a62-d207-4200-acdb-d204d0759910 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:02:14.086Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:02:14.092Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:02:14.092Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T07:02:14.092Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T07:02:14.092Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T07:02:14.092Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:02:14.092Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:02:14.093Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:02:14.093Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:02:14.093Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:02:14.093Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:02:14.093Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:02:14.099Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T07:02:44.099Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17e93a62-d207-4200-acdb-d204d0759910 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-17T07:02:44.106Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17e93a62-d207-4200-acdb-d204d0759910 and serviceModelVersionId: bd2585e7-50c9-49f2-81b9-535185411348 2022-06-17T07:02:44.106Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d7b5bd2-3b04-4689-9706-0bd7fa517000 2022-06-17T07:02:44.107Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d7b5bd2-3b04-4689-9706-0bd7fa517000/model-vers/model-ver/bd2585e7-50c9-49f2-81b9-535185411348?depth=0 2022-06-17T07:02:44.110Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T07:02:44.146Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d7b5bd2-3b04-4689-9706-0bd7fa517000/model-vers/model-ver/bd2585e7-50c9-49f2-81b9-535185411348?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-17T07:02:44.148Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d7b5bd2-3b04-4689-9706-0bd7fa517000/model-vers/model-ver/bd2585e7-50c9-49f2-81b9-535185411348?depth=0|INFO|500||Invoke 2022-06-17T07:02:44.164Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d7b5bd2-3b04-4689-9706-0bd7fa517000/model-vers/model-ver/bd2585e7-50c9-49f2-81b9-535185411348?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T07:02:44.471Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d7b5bd2-3b04-4689-9706-0bd7fa517000/model-vers/model-ver/bd2585e7-50c9-49f2-81b9-535185411348?depth=0|INFO|500||InvokeReturn 2022-06-17T07:02:44.472Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d7b5bd2-3b04-4689-9706-0bd7fa517000/model-vers/model-ver/bd2585e7-50c9-49f2-81b9-535185411348?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220617-07:02:45:647-9802], vertex-id=[270520], Content-Length=[0], Date=[Fri, 17 Jun 2022 07:02:45 GMT], Content-Type=[application/json]} 2022-06-17T07:02:44.472Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-06-17T07:02:44.473Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T07:02:44.473Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:02:44.479Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||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-17T07:02:44.479Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17e93a62-d207-4200-acdb-d204d0759910 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T07:02:44.479Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T07:02:44.479Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:02:44.481Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:02:44.481Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449364479, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T07:02:44.582Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-17T07:02:44.582Z||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-17T07:02:44.583Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:02:44.602Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:02:44.602Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T07:02:45.499Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:02:45.499Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:02:45.499Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:02:55.042Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:02:55.343Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:02:55.344Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:02:55.345Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:02:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:02:55.347Z||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-17T07:02:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:02:55.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:02:55.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:02:55.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:02:55.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-17T07:02:55.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:02:55.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-17T07:02:55.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:02:55.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:02:55.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:02:55.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-17T07:02:55.380Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:02:55.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:02:55.381Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:02:55.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:02:55.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:02:55.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449255343, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:02:55.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-17T07:02:55.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449264228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:02:55.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:02:55.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449266538, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-17T07:02:55.383Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:02:55.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449267702, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T07:02:55.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:02:55.384Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.384Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449268877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-17T07:02:55.384Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:02:55.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449270007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-17T07:02:55.385Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:02:55.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.385Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449271012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-17T07:02:55.385Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:02:55.385Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449272018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-17T07:02:55.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:02:55.386Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:02:55.386Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449273022, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:02:55.386Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:03:04.891Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:03:55.343Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:03:55.344Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:03:55.344Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:03:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:03:55.347Z||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-17T07:03:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:03:55.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:03:55.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-17T07:03:55.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "17e93a62-d207-4200-acdb-d204d0759910", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449364479, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T07:03:55.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:04:04.889Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:04:55.343Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:04:55.344Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:04:55.344Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:04:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:04:55.347Z||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-17T07:04:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:05:04.901Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:05:04.903Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:05:55.343Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:05:55.343Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:05:55.343Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:05:55.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:05:55.347Z||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-17T07:05:55.348Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:06:04.896Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:06:04.897Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:06:55.343Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:06:55.345Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:06:55.345Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:06:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:06:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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-17T07:06:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:06:55.839Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:06:55.840Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.840Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.842Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.842Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.842Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.842Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.843Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.843Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.843Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.843Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.843Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.843Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.844Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.844Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.844Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.844Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.844Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.844Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.844Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.845Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.845Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.845Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.845Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.845Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.845Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.845Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.846Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.846Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.846Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.846Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.846Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.846Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.847Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.847Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.847Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.847Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.847Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.848Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.848Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.848Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.848Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.848Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.848Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.849Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.849Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.849Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.849Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.849Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.849Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.849Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.850Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.850Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.850Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.850Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.850Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.850Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.850Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.851Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.851Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.851Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.851Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.851Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.851Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.852Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.852Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.852Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.852Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.852Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.852Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.852Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.852Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.853Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.853Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.853Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.853Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.853Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.853Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.853Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.854Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.854Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.854Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.854Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.854Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.854Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.854Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.854Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.855Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.855Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.855Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:55.855Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:06:55.987Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:06:55.988Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-17T07:06:55.988Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"857870ba-de68-4dce-be44-f53b6e92fe98","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b96aad14-e07f-454a-bfa0-110e3ee33ae3","serviceDescription":"service","serviceInvariantUUID":"058b03a7-238a-4610-a62f-ad7bd1948f86","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"318de86f-d4d8-47c4-a789-7523d7d252fd","resourceInvariantUUID":"e044d479-d019-4f5e-b2bf-fe8cc570491b","resourceCustomizationUUID":"8509c68f-aad7-43d2-832a-e222e40e4e84","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":"Mjg2MGRhMDJmN2E0Zjc5YjkxZjNhZjY1OTkyOTIyODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ea2b3c47-4930-4b0e-8744-c5cc2d01c475","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":"020868bd-9fa4-471d-8192-b8234d1cd656","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":"f8457b76-c8de-4f55-8edf-3bd9e41d6d97","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":"ZDhlZDA2YjE0MjIyNjZhOWIzMzVkZDAwYTc5YzdjZWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"67fcff5a-bfa0-4ce1-841b-5cd03503c9d3","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":"7961da25-a472-40ed-bca9-67911392eb72","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":"a01980cc-ab46-44d5-a6d2-88db4e51360d","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":"feb98ebc-5c21-4162-b7f3-9611e4645435","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":"YmMyODc5MzNhODE2ZTMzYWUyMjkwZjc4ZWE0YTU1ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a4aaa0d-ec04-492d-9bc1-de89e0f6afb7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGU2YTQxYTNiZDJkZDFhYWI2MTM4N2UwOTYwODgzZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d25f7d31-d247-47af-a148-0d542cbf4fa9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-17T07:06:55.991Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:06:55.991Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:06:55.996Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:06:55.997Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:56.095Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-17T07:06:56.095Z||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-17T07:06:56.095Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:06:56.107Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:06:56.108Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:06:56.997Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:06:56.998Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:06:57.000Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:06:57.000Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:57.101Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-17T07:06:57.102Z||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-17T07:06:57.102Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:06:57.114Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:06:57.115Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:06:58.005Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:06:58.005Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:06:58.007Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:06:58.007Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:58.107Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:06:58.108Z||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-17T07:06:58.108Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:06:58.122Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:06:58.123Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:06:59.007Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:06:59.008Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:06:59.010Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:06:59.010Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:06:59.110Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:06:59.111Z||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-17T07:06:59.111Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:06:59.124Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:06:59.125Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:07:00.011Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:07:00.011Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:07:00.013Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:07:00.013Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:07:00.113Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:07:00.114Z||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-17T07:07:00.114Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:07:00.128Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:07:00.129Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:07:01.014Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:07:01.015Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:07:01.017Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:07:01.017Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:07:01.117Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:07:01.118Z||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-17T07:07:01.118Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:07:01.139Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:07:01.139Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:07:02.018Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:07:02.019Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:07:02.020Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:07:02.021Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:07:02.121Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:07:02.121Z||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-17T07:07:02.122Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:07:02.136Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:07:02.137Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:07:03.021Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:07:03.022Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:07:03.024Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:07:03.024Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:07:03.124Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:07:03.125Z||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-17T07:07:03.125Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:07:03.138Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:07:03.138Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:07:04.025Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-17T07:07:04.025Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:07:04.027Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:07:04.027Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:07:04.127Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:07:04.128Z||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-17T07:07:04.128Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:07:04.141Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:07:04.142Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:07:05.028Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b96aad14-e07f-454a-bfa0-110e3ee33ae3", "serviceDescription": "service", "serviceInvariantUUID": "058b03a7-238a-4610-a62f-ad7bd1948f86", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "8509c68f-aad7-43d2-832a-e222e40e4e84", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "318de86f-d4d8-47c4-a789-7523d7d252fd", "resourceInvariantUUID": "e044d479-d019-4f5e-b2bf-fe8cc570491b", "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": "ZGU2YTQxYTNiZDJkZDFhYWI2MTM4N2UwOTYwODgzZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d25f7d31-d247-47af-a148-0d542cbf4fa9" } ], "workloadContext": "Production" } 2022-06-17T07:07:05.028Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-17T07:07:05.028Z|17e93a62-d207-4200-acdb-d204d0759910|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b96aad14-e07f-454a-bfa0-110e3ee33ae3 ASDC 2022-06-17T07:07:05.029Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:857870ba-de68-4dce-be44-f53b6e92fe98 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b96aad14-e07f-454a-bfa0-110e3ee33ae3 ServiceInvariantUUID:058b03a7-238a-4610-a62f-ad7bd1948f86 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:d25f7d31-d247-47af-a148-0d542cbf4fa9 ArtifactChecksum:ZGU2YTQxYTNiZDJkZDFhYWI2MTM4N2UwOTYwODgzZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:8509c68f-aad7-43d2-832a-e222e40e4e84 ResourceInvariantUUID:e044d479-d019-4f5e-b2bf-fe8cc570491b ResourceName:test-pnf ResourceType:PNF ResourceUUID:318de86f-d4d8-47c4-a789-7523d7d252fd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-17T07:07:05.030Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b96aad14-e07f-454a-bfa0-110e3ee33ae3 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-17T07:07:05.076Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T07:07:05.078Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:07:05.078Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:07:05.078Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d25f7d31-d247-47af-a148-0d542cbf4fa9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-17T07:07:05.078Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-17T07:07:05.079Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-17T07:07:05.222Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-17T07:07:05.227Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d25f7d31-d247-47af-a148-0d542cbf4fa9 105662 2022-06-17T07:07:05.228Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:07:05.228Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:07:05.228Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-17T07:07:05.228Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:07:05.230Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:07:05.230Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449625228, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:07:05.330Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:07:05.331Z||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-17T07:07:05.331Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:07:05.345Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:07:05.346Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-17T07:07:06.231Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-17T07:07:06.232Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-17T07:07:06.232Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d25f7d31-d247-47af-a148-0d542cbf4fa9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T07:07:06.232Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-17T07:07:06.233Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T07:07:06.233Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T07:07:06.421Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17673412276560164221/Definitions/service-TestPnfMacro-template.yml 2022-06-17T07:07:07.137Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-17T07:07:07.137Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-17T07:07:07.137Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T07:07:07.137Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-17T07:07:07.138Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.139Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.139Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-17T07:07:07.139Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-17T07:07:07.139Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T07:07:07.140Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.140Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.140Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-17T07:07:07.140Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-17T07:07:07.140Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-17T07:07:07.140Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.140Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.140Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.141Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.141Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.141Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.141Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.141Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.141Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.141Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.141Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b96aad14-e07f-454a-bfa0-110e3ee33ae3 Model Version:NULL Model InvariantUuid:058b03a7-238a-4610-a62f-ad7bd1948f86 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-17T07:07:07.147Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 318de86f-d4d8-47c4-a789-7523d7d252fd 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-17T07:07:07.153Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-06-17T07:07:07.153Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 318de86f-d4d8-47c4-a789-7523d7d252fd 2022-06-17T07:07:07.153Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b96aad14-e07f-454a-bfa0-110e3ee33ae3 2022-06-17T07:07:07.153Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b96aad14-e07f-454a-bfa0-110e3ee33ae3 2022-06-17T07:07:07.153Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 318de86f-d4d8-47c4-a789-7523d7d252fd 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-17T07:07:07.158Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4190b001, org.onap.sdc.toscaparser.api.parameters.Input@4b89817d, org.onap.sdc.toscaparser.api.parameters.Input@65dae35a, org.onap.sdc.toscaparser.api.parameters.Input@74bb5279, org.onap.sdc.toscaparser.api.parameters.Input@30efe457] 2022-06-17T07:07:07.158Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.159Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.159Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b96aad14-e07f-454a-bfa0-110e3ee33ae3: test-pnf 2022-06-17T07:07:07.159Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||Processing PNF resource: 318de86f-d4d8-47c4-a789-7523d7d252fd 2022-06-17T07:07:07.159Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-17T07:07:07.160Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-17T07:07:07.160Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||Resource customization UUID: 8509c68f-aad7-43d2-832a-e222e40e4e84 is the same as notified resource customizationUUID: 8509c68f-aad7-43d2-832a-e222e40e4e84 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-17T07:07:07.192Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 318de86f-d4d8-47c4-a789-7523d7d252fd 0 ASDC deployResourceStructure 2022-06-17T07:07:07.193Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:07:07.193Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:07:07.193Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-17T07:07:07.193Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:07:07.195Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:07:07.195Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449627193, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:07:07.296Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:07:07.296Z||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-17T07:07:07.297Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:07:07.310Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:07:07.310Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-17T07:07:08.197Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:07:08.210Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:07:08.212Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:07:08.212Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T07:07:08.213Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T07:07:38.213Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:07:38.227Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:07:38.229Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:07:38.229Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T07:07:38.229Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T07:07:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:07:55.348Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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-17T07:07:55.348Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:07:55.374Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:07:55.374Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:07:55.374Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:07:55.375Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:08:08.230Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:08:08.243Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:08:08.245Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:08:08.245Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T07:08:08.245Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T07:08:38.246Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:08:38.260Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:08:38.263Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:08:38.263Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T07:08:38.263Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T07:08:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:08:55.348Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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-17T07:08:55.348Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:08:55.375Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:08:55.376Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:08:55.377Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:08:55.378Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:08.264Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:09:08.273Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:09:08.276Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:09:08.276Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T07:09:08.276Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T07:09:38.277Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:09:38.290Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:09:38.292Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:09:38.293Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-17T07:09:38.293Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-17T07:09:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:09:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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-17T07:09:55.348Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:09:55.876Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:09:55.877Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.877Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-17T07:09:55.878Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.878Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.878Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.878Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.879Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.880Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.880Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.880Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.880Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.880Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.880Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.880Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.880Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.881Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.882Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449606495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.883Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449606349, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "multicloud-k8s-id", "timestamp": 1655449600628, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449608323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:09:55.884Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449610034, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.885Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449620629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449620706, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:55.886Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.887Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449619593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-17T07:09:55.887Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:55.887Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.887Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.887Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.887Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.887Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.887Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.888Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.889Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449619905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:09:55.889Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:55.889Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.889Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.889Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.889Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.889Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449621714, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:09:55.890Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:55.890Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.890Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449620668, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-17T07:09:55.890Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:55.890Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.890Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.890Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.891Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.891Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.891Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.891Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.891Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.891Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.891Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.891Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "cds", "timestamp": 1655449621128, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-17T07:09:55.903Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 857870ba-de68-4dce-be44-f53b6e92fe98 2022-06-17T07:09:55.903Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:09:55.921Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.921Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "policy-id", "timestamp": 1655449622722, "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-17T07:09:55.927Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 857870ba-de68-4dce-be44-f53b6e92fe98 2022-06-17T07:09:55.927Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:09:55.951Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.951Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "ves-openapi-manager", "timestamp": 1655449621674, "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-17T07:09:55.957Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 857870ba-de68-4dce-be44-f53b6e92fe98 2022-06-17T07:09:55.957Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:09:55.975Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.975Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.976Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.976Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.976Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.976Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.976Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.976Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.977Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.977Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.977Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449623637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:09:55.977Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:55.977Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.977Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.977Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.978Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.978Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449614176, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:09:55.978Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.978Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.978Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:55.978Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:55.978Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:55.979Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655449624645, "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-17T07:09:55.985Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 857870ba-de68-4dce-be44-f53b6e92fe98 2022-06-17T07:09:55.986Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:09:56.015Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.015Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:56.015Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:56.015Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.015Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449623983, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449615343, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.016Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449625228, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:09:56.017Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:56.017Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.017Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449617247, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-17T07:09:56.017Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-17T07:09:56.017Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.017Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449627193, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:09:56.017Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:56.018Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.018Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449630735, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:09:56.018Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:56.018Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.018Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449631321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-17T07:09:56.018Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:56.018Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.018Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "aai-ml", "timestamp": 1655449631738, "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-17T07:09:56.024Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 857870ba-de68-4dce-be44-f53b6e92fe98 2022-06-17T07:09:56.024Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:09:56.036Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.037Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449633325, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-17T07:09:56.038Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:09:56.039Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:09:56.040Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "clamp", "timestamp": 1655449634333, "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-17T07:09:56.048Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 857870ba-de68-4dce-be44-f53b6e92fe98 2022-06-17T07:09:56.048Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:10:08.293Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-17T07:10:08.305Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:10:08.308Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-17T07:10:08.308Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-17T07:10:08.308Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-17T07:10:08.308Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-17T07:10:08.308Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:10:08.308Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:10:08.308Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:10:08.309Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:10:08.309Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:10:08.309Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:10:08.309Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-17T07:10:08.309Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:10:08.316Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-17T07:10:38.316Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 857870ba-de68-4dce-be44-f53b6e92fe98 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-17T07:10:38.323Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 857870ba-de68-4dce-be44-f53b6e92fe98 and serviceModelVersionId: b96aad14-e07f-454a-bfa0-110e3ee33ae3 2022-06-17T07:10:38.323Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 058b03a7-238a-4610-a62f-ad7bd1948f86 2022-06-17T07:10:38.324Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?depth=0 2022-06-17T07:10:38.334Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-17T07:10:38.382Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?depth=0|INFO|500||Invoke 2022-06-17T07:10:38.382Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[857870ba-de68-4dce-be44-f53b6e92fe98], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aaf88142-ad65-437a-a496-a6fde4849433], X-ECOMP-RequestID=[857870ba-de68-4dce-be44-f53b6e92fe98], X-TransactionId=[], X-ONAP-RequestID=[857870ba-de68-4dce-be44-f53b6e92fe98], Content-Type=[application/merge-patch+json]} 2022-06-17T07:10:38.406Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-17T07:10:38.637Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?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/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220617-07:10:39:902-42832], vertex-id=[225320], Content-Length=[0], Date=[Fri, 17 Jun 2022 07:10:39 GMT], Content-Type=[application/json]} 2022-06-17T07:10:38.637Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-17T07:10:38.638Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/058b03a7-238a-4610-a62f-ad7bd1948f86/model-vers/model-ver/b96aad14-e07f-454a-bfa0-110e3ee33ae3?depth=0|INFO|500||InvokeReturn 2022-06-17T07:10:38.638Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-17T07:10:38.638Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:10:38.642Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||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-17T07:10:38.642Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 857870ba-de68-4dce-be44-f53b6e92fe98 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-17T07:10:38.642Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-17T07:10:38.643Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-17T07:10:38.645Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-17T07:10:38.645Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449838642, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T07:10:38.745Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-17T07:10:38.746Z||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-17T07:10:38.746Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:10:38.763Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:10:38.763Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-17T07:10:39.661Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:10:39.661Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:10:39.661Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:10:49.919Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:10:49.919Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:10:49.920Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:10:49.920Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:10:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:10:55.348Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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-17T07:10:55.348Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:10:55.974Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:10:55.975Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-17T07:10:55.975Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "857870ba-de68-4dce-be44-f53b6e92fe98", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655449838642, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-17T07:10:55.975Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-17T07:10:59.486Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:10:59.486Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:10:59.487Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:10:59.487Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:11:09.025Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:11:09.025Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:11:09.026Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:11:09.026Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:11:18.584Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:11:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:11:55.343Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:11:55.343Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:11:55.347Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:11:55.347Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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-17T07:11:55.347Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:12:04.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:12:04.888Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:12:55.343Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:12:55.344Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-17T07:12:55.344Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as xZiYo42A0sVC8xyB) ... 2022-06-17T07:12:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:12:55.347Z||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-17T07:12:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:13:04.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:13:04.892Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:13:55.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:13:55.344Z||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-17T07:13:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:13:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:13:55.347Z||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-17T07:13:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:14:04.893Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:14:04.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:14:55.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:14:55.344Z||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-17T07:14:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:14:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:14:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T07:14:55.348Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:15:04.895Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:15:04.895Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:15:55.343Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:15:55.344Z||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-17T07:15:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:15:55.347Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:15:55.347Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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-17T07:15:55.347Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:16:04.891Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:16:04.891Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:16:55.343Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:16:55.343Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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-17T07:16:55.343Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:16:55.347Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:16:55.347Z||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-17T07:16:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:17:04.889Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:17:04.889Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:17:55.343Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:17:55.344Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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-17T07:17:55.344Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:17:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:17:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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-17T07:17:55.347Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:18:04.891Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:18:04.894Z|fa2c97a5-1ceb-4db9-87e1-2f7087411a0d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:18:55.343Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:18:55.344Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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-17T07:18:55.344Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:18:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:18:55.347Z||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-17T07:18:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:19:04.894Z|9cb7e9dc-6db7-4032-96a1-2078ce2f32d1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:19:04.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:19:55.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:19:55.345Z||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-17T07:19:55.345Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:19:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:19:55.348Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T07:19:55.348Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:20:04.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:20:04.896Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:20:55.343Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:20:55.344Z||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-17T07:20:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:20:55.347Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:20:55.347Z||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-17T07:20:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:21:04.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:21:04.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:21:55.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:21:55.344Z||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-17T07:21:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:21:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:21:55.347Z||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-17T07:21:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:22:04.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:22:04.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:22:55.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:22:55.343Z||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-17T07:22:55.343Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:22:55.347Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:22:55.347Z||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-17T07:22:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:23:04.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:23:04.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:23:55.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:23:55.344Z||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-17T07:23:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:23:55.347Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:23:55.348Z|857870ba-de68-4dce-be44-f53b6e92fe98|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-17T07:23:55.348Z|857870ba-de68-4dce-be44-f53b6e92fe98|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:24:04.888Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:24:04.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:24:55.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:24:55.344Z||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-17T07:24:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:24:55.347Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:24:55.347Z|857870ba-de68-4dce-be44-f53b6e92fe98|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-17T07:24:55.347Z|857870ba-de68-4dce-be44-f53b6e92fe98|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:25:04.890Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:25:04.893Z|857870ba-de68-4dce-be44-f53b6e92fe98|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:25:55.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:25:55.344Z||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-17T07:25:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:25:55.347Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:25:55.347Z||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-17T07:25:55.347Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:26:04.901Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:26:04.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:26:55.343Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:26:55.344Z||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-17T07:26:55.344Z||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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:26:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-17T07:26:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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-17T07:26:55.347Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|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 xZiYo42A0sVC8xyB) ... 2022-06-17T07:27:04.897Z|b989952f-7502-4dd6-8779-b3a0c9f2b0c3|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-17T07:27:04.930Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK