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-07-12T10:41:04.479Z||main|||||INFO|500||The following profiles are active: basic 2022-07-12T10:41:16.788Z||main|||||INFO|500||Starting service [Tomcat] 2022-07-12T10:41:16.789Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-07-12T10:41:16.938Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-07-12T10:41:21.803Z||main|||||INFO|500||catdb-pool - Starting... 2022-07-12T10:41:22.456Z||main|||||INFO|500||catdb-pool - Start completed. 2022-07-12T10:41:23.118Z||main|||||INFO|500||reqdb-pool - Starting... 2022-07-12T10:41:23.127Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-07-12T10:41:23.255Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-07-12T10:41:23.621Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-07-12T10:41:24.304Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-07-12T10:41:26.267Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-12T10:41:28.858Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-12T10:41:28.926Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-07-12T10:41:29.738Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-12T10:41:30.345Z||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-07-12T10:41:31.829Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-12T10:41:33.040Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-07-12T10:41:33.067Z||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$$12b57ff2.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-07-12T10:41:33.068Z||main|||||WARN|500||The sdc end point is not alive 2022-07-12T10:41:36.681Z||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-07-12T10:41:40.035Z||main|||||WARN|500||--- 2022-07-12T10:41:40.036Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-07-12T10:41:40.037Z||main|||||WARN|500||--- 2022-07-12T10:41:40.680Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-07-12T10:41:46.068Z||main|||||INFO|500||Started Application in 45.07 seconds (JVM running for 47.3) 2022-07-12T10:41:46.099Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T10:41:46.105Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T10:41:46.123Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T10:41:46.170Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T10:41:46.237Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fa715abe-ba03-4de3-b73d-413ac93a6a44 url= /sdc/v1/artifactTypes 2022-07-12T10:41:46.237Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T10:41:47.317Z||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.9.79] 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$$55c40344.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-07-12T10:41:47.322Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2cf3e714 2022-07-12T10:41:47.323Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T10:41:47.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T10:41:47.343Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T10:41:47.345Z||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$$55c40344.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-07-12T10:42:36.055Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T10:42:36.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T10:42:36.057Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T10:42:36.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T10:42:36.068Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d2de39f-fdba-437e-88c5-0cbbf1cbf822 url= /sdc/v1/artifactTypes 2022-07-12T10:42:36.068Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T10:42:37.109Z||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.9.79] 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$$55c40344.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-07-12T10:42:37.109Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26a73e2d 2022-07-12T10:42:37.110Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T10:42:37.110Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T10:42:37.110Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T10:42:37.111Z||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$$55c40344.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-07-12T10:43:26.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T10:43:26.057Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T10:43:26.058Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T10:43:26.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T10:43:26.069Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a99816fe-7176-4b4e-9dde-f658a1bc7443 url= /sdc/v1/artifactTypes 2022-07-12T10:43:26.069Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T10:43:27.097Z||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.9.79] 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$$55c40344.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-07-12T10:43:27.098Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b01192c 2022-07-12T10:43:27.099Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T10:43:27.099Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T10:43:27.100Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T10:43:27.100Z||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$$55c40344.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-07-12T10:44:16.055Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T10:44:16.055Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T10:44:16.057Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T10:44:16.062Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T10:44:16.070Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68fe4d43-bdf5-4c0a-b615-49f2da996566 url= /sdc/v1/artifactTypes 2022-07-12T10:44:16.070Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T10:44:17.125Z||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.9.79] 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$$55c40344.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-07-12T10:44:17.127Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ab228d1 2022-07-12T10:44:17.127Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T10:44:17.128Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T10:44:17.129Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T10:44:17.130Z||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$$55c40344.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-07-12T10:45:06.056Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T10:45:06.056Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T10:45:06.056Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T10:45:06.060Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T10:45:06.064Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6aecbd08-6f2f-481f-a3d0-ab4ace60a94e url= /sdc/v1/artifactTypes 2022-07-12T10:45:06.065Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T10:45:06.328Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-07-12T10:45:06.343Z||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-07-12T10:45:06.373Z||scheduling-1|||||DEBUG|500||create keys 2022-07-12T10:45:06.412Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-07-12T10:45:06.469Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:45:06.496Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 300756f6-75b6-4b0c-a933-84e2dd72f073 url= /sdc/v1/registerForDistribution 2022-07-12T10:45:06.716Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 300756f6-75b6-4b0c-a933-84e2dd72f073 url= /sdc/v1/registerForDistribution 2022-07-12T10:45:06.717Z||scheduling-1|||||INFO|500||start DistributionClient 2022-07-12T10:45:06.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:45:06.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:45:06.749Z||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-07-12T10:45:06.749Z||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-07-12T10:45:06.750Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:45:06.750Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:45:06.750Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-07-12T10:45:17.099Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:45:17.101Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:46:06.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:46:06.732Z||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-07-12T10:46:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:46:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:46:06.739Z||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-07-12T10:46:06.740Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:46:16.304Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:46:16.305Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:47:06.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:47:06.732Z||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-07-12T10:47:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:47:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:47:06.738Z||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-07-12T10:47:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:47:16.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:47:16.294Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:48:06.730Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:48:06.733Z||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-07-12T10:48:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:48:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:48:06.739Z||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-07-12T10:48:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:48:16.327Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:48:16.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:49:06.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:49:06.732Z||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-07-12T10:49:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:49:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:49:06.739Z||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-07-12T10:49:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:49:16.286Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:49:16.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:50:06.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:50:06.732Z||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-07-12T10:50:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:50:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:50:06.738Z||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-07-12T10:50:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:50:16.287Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:50:16.290Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:51:06.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:51:06.732Z||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-07-12T10:51:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:51:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:51:06.739Z||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-07-12T10:51:06.740Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:51:16.315Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:51:16.317Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:51:41.806Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-07-12T10:52:06.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:52:06.731Z||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-07-12T10:52:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:52:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:52:06.739Z||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-07-12T10:52:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:52:16.289Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:52:16.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:53:06.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:53:06.731Z||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-07-12T10:53:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:53:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:53:06.738Z||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-07-12T10:53:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:53:16.290Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:53:16.292Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:54:06.731Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:54:06.732Z||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-07-12T10:54:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:54:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:54:06.738Z||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-07-12T10:54:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:54:16.284Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:54:16.310Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:55:06.732Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:55:06.733Z||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-07-12T10:55:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:55:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:55:06.739Z||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-07-12T10:55:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:55:16.294Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:55:16.295Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:56:06.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:56:06.732Z||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-07-12T10:56:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:56:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:56:06.738Z||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-07-12T10:56:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:56:16.390Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:56:16.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:57:06.730Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:57:06.732Z||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-07-12T10:57:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:57:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:57:06.739Z||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-07-12T10:57:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:57:16.280Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:57:16.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:58:06.731Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:58:06.733Z||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-07-12T10:58:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:58:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:58:06.739Z||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-07-12T10:58:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:58:16.284Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:58:16.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:59:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:59:06.731Z||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-07-12T10:59:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:59:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T10:59:06.739Z||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-07-12T10:59:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T10:59:16.284Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T10:59:16.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:00:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:00:06.732Z||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-07-12T11:00:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:00:06.741Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:00:06.742Z||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-07-12T11:00:06.742Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:00:16.284Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:00:16.285Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:01:06.731Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:01:06.732Z||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-07-12T11:01:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:01:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:01:06.738Z||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-07-12T11:01:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:01:16.298Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:01:16.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:02:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:02:06.731Z||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-07-12T11:02:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:02:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:02:06.738Z||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-07-12T11:02:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:02:16.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:02:16.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:03:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:03:06.731Z||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-07-12T11:03:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:03:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:03:06.738Z||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-07-12T11:03:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:03:16.287Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:03:16.289Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:04:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:04:06.731Z||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-07-12T11:04:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:04:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:04:06.739Z||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-07-12T11:04:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:04:16.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:04:16.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:05:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:05:06.731Z||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-07-12T11:05:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:05:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:05:06.738Z||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-07-12T11:05:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:05:16.289Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:05:16.290Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:06:06.731Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:06:06.732Z||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-07-12T11:06:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:06:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:06:06.739Z||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-07-12T11:06:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:06:16.308Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:06:16.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:07:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:07:06.731Z||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-07-12T11:07:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:07:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:07:06.738Z||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-07-12T11:07:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:07:16.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:07:16.297Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:08:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:08:06.731Z||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-07-12T11:08:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:08:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:08:06.738Z||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-07-12T11:08:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:08:16.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:08:16.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:09:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:09:06.733Z||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-07-12T11:09:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:09:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:09:06.738Z||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-07-12T11:09:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:09:16.277Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:09:16.294Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:10:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:10:06.732Z||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-07-12T11:10:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:10:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:10:06.738Z||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-07-12T11:10:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:10:16.290Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:10:16.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:11:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:11:06.731Z||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-07-12T11:11:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:11:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:11:06.738Z||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-07-12T11:11:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:11:16.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:11:16.286Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:12:06.731Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:12:06.733Z||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-07-12T11:12:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:12:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:12:06.738Z||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-07-12T11:12:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:12:16.282Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:12:16.286Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:13:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:13:06.732Z||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-07-12T11:13:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:13:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:13:06.738Z||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-07-12T11:13:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:13:16.288Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:13:16.289Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:14:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:14:06.731Z||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-07-12T11:14:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:14:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:14:06.738Z||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-07-12T11:14:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:14:16.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:14:16.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:15:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:15:06.731Z||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-07-12T11:15:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:15:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:15:06.738Z||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-07-12T11:15:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:15:16.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:15:16.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:16:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:16:06.731Z||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-07-12T11:16:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:16:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:16:06.738Z||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-07-12T11:16:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:16:16.283Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:16:16.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:17:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:17:06.731Z||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-07-12T11:17:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:17:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:17:06.738Z||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-07-12T11:17:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:17:16.287Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:17:16.288Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:18:06.732Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:18:06.733Z||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-07-12T11:18:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:18:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:18:06.738Z||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-07-12T11:18:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:18:16.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:18:16.287Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:19:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:19:06.731Z||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-07-12T11:19:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:19:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:19:06.738Z||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-07-12T11:19:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:19:16.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:19:16.283Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:20:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:20:06.731Z||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-07-12T11:20:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:20:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:20:06.738Z||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-07-12T11:20:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:20:16.280Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:20:16.281Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:21:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:21:06.732Z||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-07-12T11:21:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:21:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:21:06.738Z||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-07-12T11:21:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:21:16.279Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:21:16.281Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:22:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:22:06.731Z||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-07-12T11:22:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:22:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:22:06.739Z||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-07-12T11:22:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:22:16.314Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:22:16.317Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:23:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:23:06.731Z||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-07-12T11:23:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:23:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:23:06.738Z||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-07-12T11:23:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:23:16.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:23:16.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:24:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:24:06.731Z||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-07-12T11:24:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:24:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:24:06.738Z||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-07-12T11:24:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:24:16.279Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:24:16.282Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:25:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:25:06.732Z||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-07-12T11:25:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:25:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:25:06.738Z||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-07-12T11:25:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:25:16.286Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:25:16.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:26:06.730Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:26:06.731Z||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-07-12T11:26:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:26:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:26:06.738Z||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-07-12T11:26:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:26:16.283Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:26:16.283Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:27:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:27:06.731Z||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-07-12T11:27:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:27:06.738Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:27:06.738Z||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-07-12T11:27:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:27:16.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:27:16.302Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:28:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:28:06.731Z||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-07-12T11:28:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:28:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:28:06.739Z||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-07-12T11:28:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:28:16.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:28:16.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:29:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:29:06.731Z||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-07-12T11:29:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:29:06.738Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:29:06.738Z||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-07-12T11:29:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:29:16.285Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:29:16.290Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:30:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:30:06.731Z||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-07-12T11:30:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:30:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:30:06.739Z||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-07-12T11:30:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:30:16.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:30:16.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:31:06.730Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:31:06.731Z||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-07-12T11:31:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:31:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:31:06.738Z||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-07-12T11:31:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:31:16.293Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:31:16.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:32:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:32:06.732Z||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-07-12T11:32:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:32:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:32:06.738Z||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-07-12T11:32:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:32:16.292Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:32:16.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:33:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:33:06.732Z||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-07-12T11:33:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:33:06.750Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:33:06.751Z||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-07-12T11:33:06.751Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:33:16.290Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:33:16.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:34:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:34:06.732Z||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-07-12T11:34:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:34:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:34:06.738Z||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-07-12T11:34:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:34:16.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:34:16.293Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:35:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:35:06.731Z||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-07-12T11:35:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:35:06.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:35:06.738Z||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-07-12T11:35:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:35:16.284Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:35:16.283Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:36:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:36:06.732Z||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-07-12T11:36:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:36:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:36:06.738Z||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-07-12T11:36:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:36:16.279Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:36:16.288Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:37:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:37:06.732Z||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-07-12T11:37:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:37:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:37:06.738Z||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-07-12T11:37:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:37:16.284Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:37:16.288Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:38:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:38:06.731Z||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-07-12T11:38:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:38:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:38:06.739Z||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-07-12T11:38:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:38:16.286Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:38:16.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:39:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:39:06.731Z||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-07-12T11:39:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:39:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:39:06.739Z||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-07-12T11:39:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:39:16.282Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:39:16.285Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:40:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:40:06.732Z||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-07-12T11:40:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:40:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:40:06.739Z||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-07-12T11:40:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:40:16.288Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:40:16.302Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:06.730Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:41:06.732Z||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-07-12T11:41:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:41:06.738Z||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-07-12T11:41:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:07.123Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:07.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "ves-openapi-manager", "timestamp": 1657626057776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626057819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626063296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626057819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOTIFIED" } 2022-07-12T11:41:07.155Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "ves-openapi-manager", "timestamp": 1657626057776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626063296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.156Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626057819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "ves-openapi-manager", "timestamp": 1657626057776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626063296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:41:07.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:07.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T11:41:07.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f4228ee9-7c4a-4d62-9a26-033b0c1c69ab","serviceName":"basic_onboard_JIMYdo","serviceVersion":"1.0","serviceUUID":"470f4e11-6897-49b9-9ad5-4365adef670f","serviceDescription":"service","serviceInvariantUUID":"fb2a0415-5b3c-435b-81b2-1027eb969101","resources":[{"resourceInstanceName":"basic_onboard_JIMYdo 0","resourceName":"basic_onboard_JIMYdo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91e1ad7a-153d-4f2d-b1c7-bcfb2ea31144","resourceInvariantUUID":"5c52389f-afe4-44a5-982f-2661dc888e90","resourceCustomizationUUID":"08f39873-2b12-4c45-94d3-330b8e5a8eb4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml","artifactChecksum":"MWVjYWU5NjIwNjViOTZiZjI3Zjg1MTI4YzI3OTkxMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1747a04-ba06-4d80-9d92-bc631c6524bb","artifactVersion":"1"},{"artifactName":"basic_onboard_jimydo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json","artifactChecksum":"NDI2ZjZjYTdkYzNjMmQwY2MyMTdmYmY3NTdhYjRjYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6595289-4a43-4dc6-89b5-babd6af8e665","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6ea2599c-89de-40f5-b235-2a7bdd2282ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fd6a06d-0cba-43b9-8358-dd370222dca5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fecb56ee-91b1-4ac0-a407-4531098e4d6e","artifactVersion":"2","generatedFromUUID":"6ea2599c-89de-40f5-b235-2a7bdd2282ab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJimydo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml","artifactChecksum":"Mjk2NDYyZjFkMWY2Yzg3NjE3M2M5MjUzOGQ1ZDNiMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48447c07-6bd3-4072-b83b-cc645204334b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJimydo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar","artifactChecksum":"OGFiMzRjMmU0YTZhOTZjMzZmZmRhNjdlMmM1OGJjOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6010c741-3075-4621-9cc6-ac21b730feb6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T11:41:07.409Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:41:07.418Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:07.432Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:07.432Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:07.533Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-07-12T11:41:07.538Z||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-07-12T11:41:07.538Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:07.556Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:07.557Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:08.443Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:41:08.444Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:08.447Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:08.447Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOTIFIED" } 2022-07-12T11:41:08.547Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:08.548Z||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-07-12T11:41:08.548Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:08.563Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:08.564Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:41:09.448Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:41:09.449Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:09.451Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:09.451Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-12T11:41:09.551Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:09.552Z||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-07-12T11:41:09.553Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:09.568Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:09.569Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:10.452Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:41:10.453Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:10.456Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:10.456Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:10.556Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T11:41:10.558Z||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-07-12T11:41:10.558Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:10.572Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:10.573Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:41:11.457Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:41:11.458Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:11.460Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:11.460Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-12T11:41:11.560Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:11.562Z||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-07-12T11:41:11.562Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:11.579Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:11.579Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:12.461Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:41:12.462Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:12.464Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:12.464Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:41:12.566Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:12.567Z||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-07-12T11:41:12.567Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:12.586Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:12.587Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:13.465Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:41:13.466Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:13.469Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:13.469Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:41:13.570Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T11:41:13.571Z||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-07-12T11:41:13.571Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:13.587Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:13.587Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:14.471Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "serviceName": "basic_onboard_JIMYdo", "serviceVersion": "1.0", "serviceUUID": "470f4e11-6897-49b9-9ad5-4365adef670f", "serviceDescription": "service", "serviceInvariantUUID": "fb2a0415-5b3c-435b-81b2-1027eb969101", "resources": [ { "resourceInstanceName": "basic_onboard_JIMYdo 0", "resourceCustomizationUUID": "08f39873-2b12-4c45-94d3-330b8e5a8eb4", "resourceName": "basic_onboard_JIMYdo", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "91e1ad7a-153d-4f2d-b1c7-bcfb2ea31144", "resourceInvariantUUID": "5c52389f-afe4-44a5-982f-2661dc888e90", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jimydo0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "artifactChecksum": "NDI2ZjZjYTdkYzNjMmQwY2MyMTdmYmY3NTdhYjRjYWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a6595289-4a43-4dc6-89b5-babd6af8e665", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6ea2599c-89de-40f5-b235-2a7bdd2282ab", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fecb56ee-91b1-4ac0-a407-4531098e4d6e", "generatedFromUUID": "6ea2599c-89de-40f5-b235-2a7bdd2282ab" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fecb56ee-91b1-4ac0-a407-4531098e4d6e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJimydo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "artifactChecksum": "OGFiMzRjMmU0YTZhOTZjMzZmZmRhNjdlMmM1OGJjOWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6010c741-3075-4621-9cc6-ac21b730feb6" } ], "workloadContext": "Production" } 2022-07-12T11:41:14.472Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T11:41:14.473Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 470f4e11-6897-49b9-9ad5-4365adef670f ASDC 2022-07-12T11:41:14.631Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:f4228ee9-7c4a-4d62-9a26-033b0c1c69ab ServiceName:basic_onboard_JIMYdo ServiceVersion:1.0 ServiceUUID:470f4e11-6897-49b9-9ad5-4365adef670f ServiceInvariantUUID:fb2a0415-5b3c-435b-81b2-1027eb969101 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJimydo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar ArtifactUUID:6010c741-3075-4621-9cc6-ac21b730feb6 ArtifactChecksum:OGFiMzRjMmU0YTZhOTZjMzZmZmRhNjdlMmM1OGJjOWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_JIMYdo 0 ResourceCustomizationUUID:08f39873-2b12-4c45-94d3-330b8e5a8eb4 ResourceInvariantUUID:5c52389f-afe4-44a5-982f-2661dc888e90 ResourceName:basic_onboard_JIMYdo ResourceType:VF ResourceUUID:91e1ad7a-153d-4f2d-b1c7-bcfb2ea31144 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jimydo0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json ArtifactUUID:a6595289-4a43-4dc6-89b5-babd6af8e665 ArtifactChecksum:NDI2ZjZjYTdkYzNjMmQwY2MyMTdmYmY3NTdhYjRjYWY= 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/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml ArtifactUUID:6ea2599c-89de-40f5-b235-2a7bdd2282ab 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/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env ArtifactUUID:fecb56ee-91b1-4ac0-a407-4531098e4d6e 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/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env ArtifactUUID:fecb56ee-91b1-4ac0-a407-4531098e4d6e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T11:41:14.632Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 470f4e11-6897-49b9-9ad5-4365adef670f 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-07-12T11:41:14.927Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:41:14.928Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:41:14.929Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:41:14.930Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6010c741-3075-4621-9cc6-ac21b730feb6 from URL: /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:14.930Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:41:14.932Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:15.136Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:41:15.151Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar 6010c741-3075-4621-9cc6-ac21b730feb6 75609 2022-07-12T11:41:15.152Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar ASDC sendASDCNotification 2022-07-12T11:41:15.152Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:15.154Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:41:15.156Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:15.158Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:15.158Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626075151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:41:15.258Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:15.259Z||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-07-12T11:41:15.260Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:15.277Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:15.278Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:41:16.159Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:41:16.160Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:41:16.161Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6010c741-3075-4621-9cc6-ac21b730feb6, URL: /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar to file: /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:16.161Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:16.284Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:16.284Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:17.013Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17388390162232959457/Definitions/service-BasicOnboardJimydo-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-07-12T11:41:19.449Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T11:41:19.454Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T11:41:19.455Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.455Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-12T11:41:19.455Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JIMYdo 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-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.455Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.456Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.456Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.456Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|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-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.456Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.457Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.457Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.457Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:19.457Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T11:41:19.464Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.466Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:19.470Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:19.470Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T11:41:19.472Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:41:19.474Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.474Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:19.474Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:19.475Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T11:41:19.475Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:41:19.475Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.475Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:19.480Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.480Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is not matching search criteria 2022-07-12T11:41:19.480Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-07-12T11:41:19.480Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-07-12T11:41:19.481Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-07-12T11:41:19.481Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-12T11:41:19.481Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T11:41:19.482Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.482Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T11:41:19.483Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.483Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:19.484Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:41:19.484Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.485Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:19.485Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:41:19.485Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.485Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:19.486Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:41:19.486Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.486Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is not matching search criteria 2022-07-12T11:41:19.487Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-12T11:41:19.487Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-12T11:41:19.487Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9458e357-cbeb-4c32-867f-0028c437187c 2022-07-12T11:41:19.487Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.488Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:19.488Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.488Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:19.488Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.489Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:19.489Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:19.490Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:19.490Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_JIMYdo Description:service Model UUID:470f4e11-6897-49b9-9ad5-4365adef670f Model Version:NULL Model InvariantUuid:fb2a0415-5b3c-435b-81b2-1027eb969101 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_JIMYdo Model UUID:9a08213b-2a7a-43e8-af45-08b9cbddaf39 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5c52389f-afe4-44a5-982f-2661dc888e90 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:08f39873-2b12-4c45-94d3-330b8e5a8eb4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a717b6f1-6bc6-4424-acdd-8930795cb556 ModelName:BasicOnboardJimydo..base_ubuntu18..module-0 ModelUuid:4a6a296a-21e9-4ebe-88b9-724131bc3341 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9458e357-cbeb-4c32-867f-0028c437187c ModelInvariantUuid:8ffc5744-a786-48aa-b0d8-efa5e71e48da ModelName:basic_onboard_JIMYdo-nodes.ubuntu18Cvfc ModelUuid:f6db4e9b-df3e-4a73-b73d-8a50d6b98c31 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:dd1b75a9-7000-4ddc-90c1-5ea21f735b36 ModelInvariantUuid:542b6669-b0df-4a62-adfe-6c5ef4f9df2d ModelName:BasicOnboardJimydo.compute.nodes.heat.ubuntu18 ModelUuid:a5333afd-1417-4557-b09b-343b3cc3a976 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-07-12T11:41:19.539Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 91e1ad7a-153d-4f2d-b1c7-bcfb2ea31144 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-07-12T11:41:19.663Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||basic_onboard_JIMYdo 0 2022-07-12T11:41:19.669Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91e1ad7a-153d-4f2d-b1c7-bcfb2ea31144 2022-07-12T11:41:19.670Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a6595289-4a43-4dc6-89b5-babd6af8e665 from URL: /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json 2022-07-12T11:41:19.670Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:41:19.670Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json 2022-07-12T11:41:19.758Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:41:19.759Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json a6595289-4a43-4dc6-89b5-babd6af8e665 798 2022-07-12T11:41:19.759Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json ASDC sendASDCNotification 2022-07-12T11:41:19.760Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json 2022-07-12T11:41:19.760Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:41:19.760Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:19.763Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:19.763Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626079759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:41:19.863Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:19.864Z||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-07-12T11:41:19.864Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:19.880Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:19.880Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:20.767Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJimydo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a717b6f1-6bc6-4424-acdd-8930795cb556", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a6a296a-21e9-4ebe-88b9-724131bc3341", "vfModuleModelCustomizationUUID": "0e04dc47-a1b8-4fe1-82eb-b31c655a876c", "isBase": true, "artifacts": [ "6ea2599c-89de-40f5-b235-2a7bdd2282ab", "fecb56ee-91b1-4ac0-a407-4531098e4d6e" ], "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-07-12T11:41:20.787Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJimydo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a6a296a-21e9-4ebe-88b9-724131bc3341 VfModuleModelInvariantUUID:a717b6f1-6bc6-4424-acdd-8930795cb556 VfModuleModelDescription:NULL Artifacts UUID List:{ 6ea2599c-89de-40f5-b235-2a7bdd2282ab , fecb56ee-91b1-4ac0-a407-4531098e4d6e } 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-07-12T11:41:20.790Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJimydo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a717b6f1-6bc6-4424-acdd-8930795cb556", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a6a296a-21e9-4ebe-88b9-724131bc3341", "vfModuleModelCustomizationUUID": "0e04dc47-a1b8-4fe1-82eb-b31c655a876c", "isBase": true, "artifacts": [ "6ea2599c-89de-40f5-b235-2a7bdd2282ab", "fecb56ee-91b1-4ac0-a407-4531098e4d6e" ], "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-07-12T11:41:20.790Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJimydo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a6a296a-21e9-4ebe-88b9-724131bc3341 VfModuleModelInvariantUUID:a717b6f1-6bc6-4424-acdd-8930795cb556 VfModuleModelDescription:NULL Artifacts UUID List:{ 6ea2599c-89de-40f5-b235-2a7bdd2282ab , fecb56ee-91b1-4ac0-a407-4531098e4d6e } 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-07-12T11:41:20.790Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6ea2599c-89de-40f5-b235-2a7bdd2282ab from URL: /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml 2022-07-12T11:41:20.790Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:41:20.791Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml 2022-07-12T11:41:20.849Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:41:20.849Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml 6ea2599c-89de-40f5-b235-2a7bdd2282ab 5033 2022-07-12T11:41:20.850Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-12T11:41:20.850Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml 2022-07-12T11:41:20.850Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:41:20.850Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:20.852Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:20.853Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626080850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:41:20.953Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T11:41:20.955Z||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-07-12T11:41:20.956Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:20.977Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:20.979Z||pool-12-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:21.854Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fecb56ee-91b1-4ac0-a407-4531098e4d6e from URL: /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env 2022-07-12T11:41:21.856Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:41:21.857Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env 2022-07-12T11:41:21.904Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:41:21.904Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env fecb56ee-91b1-4ac0-a407-4531098e4d6e 909 2022-07-12T11:41:21.905Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-12T11:41:21.905Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env 2022-07-12T11:41:21.905Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:41:21.906Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:21.912Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:21.912Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626081905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:41:22.012Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:22.013Z||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-07-12T11:41:22.013Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:22.027Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:22.028Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:22.913Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 470f4e11-6897-49b9-9ad5-4365adef670f 2022-07-12T11:41:22.914Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JIMYdo 0 91e1ad7a-153d-4f2d-b1c7-bcfb2ea31144 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-07-12T11:41:22.947Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@106517a9, org.onap.sdc.toscaparser.api.parameters.Input@291b56, org.onap.sdc.toscaparser.api.parameters.Input@53d16595, org.onap.sdc.toscaparser.api.parameters.Input@4d7d509d, org.onap.sdc.toscaparser.api.parameters.Input@759ddec4] 2022-07-12T11:41:22.951Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:22.952Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:22.952Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-07-12T11:41:22.953Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 08f39873-2b12-4c45-94d3-330b8e5a8eb4 2022-07-12T11:41:22.953Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08f39873-2b12-4c45-94d3-330b8e5a8eb4 matches Tosca VF Customization UUID: 08f39873-2b12-4c45-94d3-330b8e5a8eb4 2022-07-12T11:41:22.953Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 08f39873-2b12-4c45-94d3-330b8e5a8eb4 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-07-12T11:41:22.967Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:22.968Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:22.970Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 08f39873-2b12-4c45-94d3-330b8e5a8eb4: {\"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-07-12T11:41:22.971Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@636c5c9e 2022-07-12T11:41:22.971Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:22.972Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T11:41:22.973Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0e04dc47-a1b8-4fe1-82eb-b31c655a876c 2022-07-12T11:41:22.974Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0e04dc47-a1b8-4fe1-82eb-b31c655a876c 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-07-12T11:41:22.983Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:22.983Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:22.983Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:41:22.984Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:22.984Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:22.985Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:41:22.985Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:22.985Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is not matching search criteria 2022-07-12T11:41:22.985Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-12T11:41:22.986Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-12T11:41:22.986Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9458e357-cbeb-4c32-867f-0028c437187c 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-07-12T11:41:22.998Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:22.999Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:22.999Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:41:22.999Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:22.999Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_JIMYdo 0 is matching search criteria 2022-07-12T11:41:22.999Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_JIMYdo 0] matching following query criteria: sdcType=VF, customizationUUID=08f39873-2b12-4c45-94d3-330b8e5a8eb4 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-07-12T11:41:23.001Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:23.002Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:23.002Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 470f4e11-6897-49b9-9ad5-4365adef670f: basic_onboard_JIMYdo 2022-07-12T11:41:23.002Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:23.002Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:23.003Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:23.003Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:23.003Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:23.003Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:23.004Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:23.005Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:23.006Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:41:23.006Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_JIMYdo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:41:23.006Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_JIMYdo 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-07-12T11:41:23.255Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JIMYdo 91e1ad7a-153d-4f2d-b1c7-bcfb2ea31144 1 ASDC deployResourceStructure 2022-07-12T11:41:23.256Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json ASDC sendASDCNotification 2022-07-12T11:41:23.256Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json 2022-07-12T11:41:23.257Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:41:23.257Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:23.259Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:23.259Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626083256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:41:23.360Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T11:41:23.361Z||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-07-12T11:41:23.362Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:23.382Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:23.383Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:24.260Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-12T11:41:24.261Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml 2022-07-12T11:41:24.261Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:41:24.262Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:24.264Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:24.264Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626084260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-12T11:41:24.364Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:24.366Z||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-07-12T11:41:24.366Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:24.415Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:24.416Z||pool-15-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:41:25.265Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-12T11:41:25.266Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env 2022-07-12T11:41:25.266Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:41:25.266Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:25.268Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:25.268Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626085265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-12T11:41:25.368Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:41:25.369Z||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-07-12T11:41:25.369Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:25.398Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:25.399Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:26.269Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar ASDC sendASDCNotification 2022-07-12T11:41:26.269Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar 2022-07-12T11:41:26.270Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:41:26.270Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:41:26.273Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:41:26.273Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626086269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:41:26.372Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T11:41:26.373Z||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-07-12T11:41:26.373Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:41:26.408Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:41:26.409Z||pool-17-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:41:27.274Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:41:27.302Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:41:27.305Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:41:27.305Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:41:27.305Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:41:57.305Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:41:57.317Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:41:57.320Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:41:57.320Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:41:57.320Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:42:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:42:06.739Z||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-07-12T11:42:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:42:06.769Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:42:06.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T11:42:06.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626057819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:42:06.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T11:42:27.320Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:42:27.332Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:42:27.334Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:42:27.334Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:42:27.334Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:42:57.335Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:42:57.350Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:42:57.352Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:42:57.353Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:42:57.353Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:43:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:43:06.739Z||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-07-12T11:43:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:43:06.769Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:43:06.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:43:06.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "ves-openapi-manager", "timestamp": 1657626057776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:43:06.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:43:27.353Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:43:27.367Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:43:27.374Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:43:27.374Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:43:27.374Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:43:57.374Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:43:57.394Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:43:57.397Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:43:57.397Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:43:57.398Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:44:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:44:06.739Z||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-07-12T11:44:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:44:06.786Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:44:06.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626063296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626057819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "ves-openapi-manager", "timestamp": 1657626057776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626063296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOTIFIED" } 2022-07-12T11:44:06.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626068653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626067932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626057819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "ves-openapi-manager", "timestamp": 1657626057776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626063296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-12T11:44:06.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626068653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOTIFIED" } 2022-07-12T11:44:06.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626067932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626057819, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:44:06.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "ves-openapi-manager", "timestamp": 1657626057776, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626063296, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:44:06.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626068653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-12T11:44:06.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626067932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-12T11:44:06.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626070527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-12T11:44:06.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626071266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626068653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626067932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626070527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "cds", "timestamp": 1657626072284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-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-07-12T11:44:06.849Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 2022-07-12T11:44:06.850Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:44:06.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626068653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-12T11:44:06.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626067932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626070527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626066730, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:44:06.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626068653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626067932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.866Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626070527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626068653, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:44:06.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626067932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:44:06.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626075151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626070527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626075838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626076623, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626070527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626076848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626077722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626070527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:44:06.872Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.872Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.872Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "policy-id", "timestamp": 1657626077852, "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-07-12T11:44:06.877Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 2022-07-12T11:44:06.878Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:44:06.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626078859, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626078525, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626078900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626079967, "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-07-12T11:44:06.893Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 2022-07-12T11:44:06.894Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:44:06.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626079759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.902Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "multicloud-k8s-id", "timestamp": 1657626080973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626080850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.903Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626080922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.904Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626080786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626081905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.905Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "clamp", "timestamp": 1657626081927, "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-07-12T11:44:06.910Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 2022-07-12T11:44:06.910Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:44:06.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626080786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626083256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/basic_onboard_jimydo0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626083336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.920Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626080786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626084260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626084343, "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-07-12T11:44:06.926Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 2022-07-12T11:44:06.926Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:44:06.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626080786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626085265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626080786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/resourceInstances/basic_onboard_jimydo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626086269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626080786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:44:06.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626080786, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:44:06.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:44:06.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626088643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:44:06.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626103239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJimydo/1.0/artifacts/service-BasicOnboardJimydo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:44:06.941Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:44:06.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:44:06.941Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "aai-ml", "timestamp": 1657626104245, "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-07-12T11:44:06.946Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 2022-07-12T11:44:06.947Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:44:27.398Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:44:27.416Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:44:27.420Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:44:27.420Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T11:44:27.420Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T11:44:27.420Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T11:44:27.420Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:44:27.420Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:44:27.420Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:44:27.421Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:44:27.421Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:44:27.421Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:44:27.421Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|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-07-12T11:44:27.429Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T11:44:57.430Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab 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-07-12T11:44:57.457Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f4228ee9-7c4a-4d62-9a26-033b0c1c69ab and serviceModelVersionId: 470f4e11-6897-49b9-9ad5-4365adef670f 2022-07-12T11:44:57.457Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fb2a0415-5b3c-435b-81b2-1027eb969101 2022-07-12T11:45:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:45:06.739Z||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-07-12T11:45:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:06.788Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:06.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626148653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626147819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626147932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626148653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOTIFIED" } 2022-07-12T11:45:06.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626147819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOTIFIED" } 2022-07-12T11:45:06.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626147932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626147819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626147932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T11:45:06.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626148653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T11:45:06.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626153296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626147819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626148653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626147932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626153296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626147819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626147932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626148653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T11:45:06.804Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626153296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626147819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626148653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626147932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626153296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626147819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:45:06.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626147932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:45:06.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626148653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:45:06.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626153296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "ves-openapi-manager", "timestamp": 1657626157776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626159842, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:06.814Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626159095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:06.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626153296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "ves-openapi-manager", "timestamp": 1657626157776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626160100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:45:06.817Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626153296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:45:06.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626161041, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:06.819Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "ves-openapi-manager", "timestamp": 1657626157776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626160527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "policy-id", "timestamp": 1657626161103, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-12T11:45:06.846Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc870b85-678f-4970-ae71-a1a3e706d2da 2022-07-12T11:45:06.846Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:45:06.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626161161, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:06.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626162126, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:06.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "ves-openapi-manager", "timestamp": 1657626157776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.863Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626160527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.864Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "cds", "timestamp": 1657626162168, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-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-07-12T11:45:06.870Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc870b85-678f-4970-ae71-a1a3e706d2da 2022-07-12T11:45:06.871Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:45:06.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626163174, "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-07-12T11:45:06.890Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc870b85-678f-4970-ae71-a1a3e706d2da 2022-07-12T11:45:06.890Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:45:06.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "ves-openapi-manager", "timestamp": 1657626157776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626160527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "multicloud-k8s-id", "timestamp": 1657626164179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:45:06.900Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "ves-openapi-manager", "timestamp": 1657626157776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.901Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626160527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.902Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "ves-openapi-manager", "timestamp": 1657626157776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.903Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626160527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626160527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626160527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:45:06.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626167916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:06.906Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626168315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:06.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626169925, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:45:06.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "clamp", "timestamp": 1657626170929, "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-07-12T11:45:06.913Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc870b85-678f-4970-ae71-a1a3e706d2da 2022-07-12T11:45:06.914Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:45:06.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626170786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626171843, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:45:06.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:06.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626170786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626172850, "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-07-12T11:45:06.935Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc870b85-678f-4970-ae71-a1a3e706d2da 2022-07-12T11:45:06.935Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:45:06.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626170786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626170786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626170786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626170786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:06.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626170786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:45:06.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:45:06.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:45:06.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626178579, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:06.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:45:13.340Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?depth=0 2022-07-12T11:45:13.507Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T11:45:14.031Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?depth=0|INFO|500||Invoke 2022-07-12T11:45:14.040Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f4228ee9-7c4a-4d62-9a26-033b0c1c69ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e239ebb-8461-4447-93fe-da3519970fd5], X-ECOMP-RequestID=[f4228ee9-7c4a-4d62-9a26-033b0c1c69ab], X-TransactionId=[], X-ONAP-RequestID=[f4228ee9-7c4a-4d62-9a26-033b0c1c69ab], Content-Type=[application/merge-patch+json]} 2022-07-12T11:45:14.183Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T11:45:14.701Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?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/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220712-11:45:14:770-32697], vertex-id=[184480], Content-Length=[0], Date=[Tue, 12 Jul 2022 11:45:14 GMT], Content-Type=[application/json]} 2022-07-12T11:45:14.703Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T11:45:14.704Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fb2a0415-5b3c-435b-81b2-1027eb969101/model-vers/model-ver/470f4e11-6897-49b9-9ad5-4365adef670f?depth=0|INFO|500||InvokeReturn 2022-07-12T11:45:14.707Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T11:45:14.708Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|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-07-12T11:45:14.713Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|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-07-12T11:45:14.714Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f4228ee9-7c4a-4d62-9a26-033b0c1c69ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T11:45:14.715Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T11:45:14.716Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:14.718Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:14.718Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626314714, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T11:45:14.818Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:14.819Z||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-07-12T11:45:14.819Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:14.832Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:14.834Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-07-12T11:45:15.737Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:45:15.738Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|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-07-12T11:45:15.738Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:20.237Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:20.238Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T11:45:20.238Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc870b85-678f-4970-ae71-a1a3e706d2da","serviceName":"vFW 2022-07-12 11-41-20","serviceVersion":"1.0","serviceUUID":"b3f81aaa-5dbc-46b5-b8c8-de98008147c0","serviceDescription":"catalog service description","serviceInvariantUUID":"a29bd053-26d5-4fc5-adf9-ce99073643c0","resources":[{"resourceInstanceName":"vFW 667223e4-2841 0","resourceName":"vFW 667223e4-2841","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7eec8aa8-f89a-4a03-87ad-29219ef6f75a","resourceInvariantUUID":"f8fea8c0-cc2c-4d35-a870-7d313de2a327","resourceCustomizationUUID":"5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml","artifactChecksum":"YTRhMWUwYTc4ODU2NmMwNTE0MDdlMmE4NDg4YTYzMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1426d84-9ef1-43f3-bbfa-50c9c146f37a","artifactVersion":"1"},{"artifactName":"vfw667223e428410_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json","artifactChecksum":"ZTkwZTllMmFmZThmOWIzYjRhZmU5Y2IzNjE3YzE4MzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36b3e6a8-2dd0-4c08-991b-2bdc07e5c6d1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9397e62b-82a6-4271-9297-969a7c4292ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJiYTI3MDIwODYyNDljMjg4M2M5NjhlMTQyYWI4NjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53c4efa0-fe90-49b0-b9f8-553b9fb6fe9e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"405afe59-eead-4b20-87b6-a3eae63a99c2","artifactVersion":"2","generatedFromUUID":"9397e62b-82a6-4271-9297-969a7c4292ac"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220712114120-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml","artifactChecksum":"ODQ1ZjQ1MGNkZDc2OWY0OWVhMzhkNjRiMjE1NTQwZDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d61a666e-c92f-416a-9630-7a2b63dd5e69","artifactVersion":"1"},{"artifactName":"service-Vfw20220712114120-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar","artifactChecksum":"MTYzM2VmMTZjNmRiMmQ2NGQ4N2UzY2QyNzFhYmNjMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5414912c-fa2c-435b-9e93-2e5715bab16b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T11:45:20.241Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:45:20.242Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:20.244Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:20.244Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:20.344Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:20.345Z||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-07-12T11:45:20.345Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:20.359Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:20.359Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:45:21.244Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:45:21.245Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:21.247Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:21.247Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOTIFIED" } 2022-07-12T11:45:21.348Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:21.349Z||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-07-12T11:45:21.349Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:21.364Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:21.365Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:22.248Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:45:22.249Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:22.251Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:22.251Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T11:45:22.351Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:22.352Z||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-07-12T11:45:22.353Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:22.370Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:22.371Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:23.252Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:45:23.253Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:23.255Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:23.255Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:23.355Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:23.356Z||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-07-12T11:45:23.356Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:23.374Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:23.375Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:24.256Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:45:24.256Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:24.259Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:24.259Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T11:45:24.359Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:24.360Z||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-07-12T11:45:24.360Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:24.375Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:24.376Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:45:25.259Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:45:25.260Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:25.262Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:25.263Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:45:25.363Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:25.364Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T11:45:25.364Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:25.379Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:25.379Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:26.263Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:45:26.264Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:26.266Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:26.266Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:45:26.366Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:26.367Z||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-07-12T11:45:26.367Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:26.408Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:26.409Z||pool-25-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:45:27.268Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "serviceName": "vFW 2022-07-12 11-41-20", "serviceVersion": "1.0", "serviceUUID": "b3f81aaa-5dbc-46b5-b8c8-de98008147c0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a29bd053-26d5-4fc5-adf9-ce99073643c0", "resources": [ { "resourceInstanceName": "vFW 667223e4-2841 0", "resourceCustomizationUUID": "5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb", "resourceName": "vFW 667223e4-2841", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7eec8aa8-f89a-4a03-87ad-29219ef6f75a", "resourceInvariantUUID": "f8fea8c0-cc2c-4d35-a870-7d313de2a327", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw667223e428410_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "artifactChecksum": "ZTkwZTllMmFmZThmOWIzYjRhZmU5Y2IzNjE3YzE4MzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36b3e6a8-2dd0-4c08-991b-2bdc07e5c6d1", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9397e62b-82a6-4271-9297-969a7c4292ac", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "405afe59-eead-4b20-87b6-a3eae63a99c2", "generatedFromUUID": "9397e62b-82a6-4271-9297-969a7c4292ac" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "405afe59-eead-4b20-87b6-a3eae63a99c2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220712114120-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "artifactChecksum": "MTYzM2VmMTZjNmRiMmQ2NGQ4N2UzY2QyNzFhYmNjMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5414912c-fa2c-435b-9e93-2e5715bab16b" } ], "workloadContext": "Production" } 2022-07-12T11:45:27.268Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T11:45:27.268Z|f4228ee9-7c4a-4d62-9a26-033b0c1c69ab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b3f81aaa-5dbc-46b5-b8c8-de98008147c0 ASDC 2022-07-12T11:45:27.268Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:dc870b85-678f-4970-ae71-a1a3e706d2da ServiceName:vFW 2022-07-12 11-41-20 ServiceVersion:1.0 ServiceUUID:b3f81aaa-5dbc-46b5-b8c8-de98008147c0 ServiceInvariantUUID:a29bd053-26d5-4fc5-adf9-ce99073643c0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220712114120-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar ArtifactUUID:5414912c-fa2c-435b-9e93-2e5715bab16b ArtifactChecksum:MTYzM2VmMTZjNmRiMmQ2NGQ4N2UzY2QyNzFhYmNjMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 667223e4-2841 0 ResourceCustomizationUUID:5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb ResourceInvariantUUID:f8fea8c0-cc2c-4d35-a870-7d313de2a327 ResourceName:vFW 667223e4-2841 ResourceType:VF ResourceUUID:7eec8aa8-f89a-4a03-87ad-29219ef6f75a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw667223e428410_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json ArtifactUUID:36b3e6a8-2dd0-4c08-991b-2bdc07e5c6d1 ArtifactChecksum:ZTkwZTllMmFmZThmOWIzYjRhZmU5Y2IzNjE3YzE4MzE= 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/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml ArtifactUUID:9397e62b-82a6-4271-9297-969a7c4292ac 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/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env ArtifactUUID:405afe59-eead-4b20-87b6-a3eae63a99c2 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/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env ArtifactUUID:405afe59-eead-4b20-87b6-a3eae63a99c2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T11:45:27.269Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b3f81aaa-5dbc-46b5-b8c8-de98008147c0 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-07-12T11:45:27.306Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:45:27.306Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:45:27.306Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:45:27.307Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5414912c-fa2c-435b-9e93-2e5715bab16b from URL: /sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:27.307Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:45:27.307Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:27.418Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:45:27.423Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar 5414912c-fa2c-435b-9e93-2e5715bab16b 103055 2022-07-12T11:45:27.423Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar ASDC sendASDCNotification 2022-07-12T11:45:27.423Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:27.423Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:45:27.423Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:27.425Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:27.425Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626327423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:27.526Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:27.527Z||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-07-12T11:45:27.527Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:27.541Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:27.542Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:28.426Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:45:28.427Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:45:28.428Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 5414912c-fa2c-435b-9e93-2e5715bab16b, URL: /sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar to file: /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:28.428Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220712114120-csar.csar 2022-07-12T11:45:28.429Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:28.429Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:28.663Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13665477667222295046/Definitions/service-Vfw20220712114120-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_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 2022-07-12T11:45:30.746Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T11:45:30.747Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T11:45:30.747Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.747Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-12T11:45:30.747Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.748Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.748Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.748Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.748Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 667223e4-2841 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-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.748Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.748Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.748Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.749Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.749Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.749Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.749Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.749Z|dc870b85-678f-4970-ae71-a1a3e706d2da|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-Vfw20220712114120-csar.csar 2022-07-12T11:45:30.749Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T11:45:30.749Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.750Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:30.750Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:30.750Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T11:45:30.750Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:45:30.751Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.751Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:30.751Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:30.751Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T11:45:30.751Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:45:30.752Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.752Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:30.752Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.752Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is not matching search criteria 2022-07-12T11:45:30.752Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:45:30.752Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:45:30.753Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:45:30.753Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.753Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.753Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:45:30.753Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.754Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:45:30.754Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:45:30.754Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.754Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.754Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:45:30.754Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.755Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:45:30.755Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.755Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T11:45:30.755Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.755Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T11:45:30.755Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.756Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:30.756Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:45:30.756Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.756Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:30.756Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:45:30.757Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.757Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:30.757Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:45:30.757Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.758Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is not matching search criteria 2022-07-12T11:45:30.758Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:45:30.758Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:45:30.758Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-12T11:45:30.758Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:45:30.758Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:45:30.759Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.759Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.759Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:45:30.759Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.759Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:45:30.760Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.760Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1863c96a-8d39-40de-a33d-a1bc9f1cabf2 2022-07-12T11:45:30.760Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.760Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is not matching search criteria 2022-07-12T11:45:30.760Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:45:30.760Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:45:30.761Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:45:30.761Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.761Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.761Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:45:30.761Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.761Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-12T11:45:30.762Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:45:30.762Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.762Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:45:30.762Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.762Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=89747071-a1e2-4819-abaf-ce3fe1e719be 2022-07-12T11:45:30.763Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.763Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is not matching search criteria 2022-07-12T11:45:30.763Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:45:30.763Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:45:30.763Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:45:30.763Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.764Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.764Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:45:30.764Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.764Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:45:30.764Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:45:30.764Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:30.764Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:30.765Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-12T11:45:30.765Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cbd407c8-5060-4cec-b918-e74824dedd94 2022-07-12T11:45:30.765Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.765Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:30.765Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.766Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:30.766Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.766Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:30.766Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:30.766Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:30.766Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-12 11-41-20 Description:catalog service description Model UUID:b3f81aaa-5dbc-46b5-b8c8-de98008147c0 Model Version:NULL Model InvariantUuid:a29bd053-26d5-4fc5-adf9-ce99073643c0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 667223e4-2841 Model UUID:3ca67fcf-4758-47f4-bcdc-f7dcef191eda Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f8fea8c0-cc2c-4d35-a870-7d313de2a327 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7a8b90a3-78ca-4ea0-802d-b42ae75006c5 ModelName:Vfw667223e42841..base_vfw..module-0 ModelUuid:85782023-46db-4f84-ba8b-a463db10c09a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1863c96a-8d39-40de-a33d-a1bc9f1cabf2 ModelInvariantUuid:104af159-471f-46ee-9f14-d1d525729cd6 ModelName:vFW 667223e4-2841-nodes.vfwCvfc ModelUuid:78ff15ce-e22d-443d-bdd0-c324a08c54a4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1b2a954a-faf1-4934-99b2-a828c383c351 ModelInvariantUuid:4484e88f-21e0-47b6-bcfe-397f39ebfd6e ModelName:Vfw667223e42841.compute.nodes.heat.vfw ModelUuid:2cd7b786-0ade-42ae-9919-c4f98c2a4a84 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:89747071-a1e2-4819-abaf-ce3fe1e719be ModelInvariantUuid:01dfd51e-389a-4274-8de0-4e70e19cce30 ModelName:vFW 667223e4-2841-nodes.vsnCvfc ModelUuid:fb2a0343-f254-4441-b773-148defc213fd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:dbfb944e-faa3-49e4-863f-bb2c1df2bb60 ModelInvariantUuid:5b99b952-504f-47d5-870c-ef8ee03fc186 ModelName:Vfw667223e42841.compute.nodes.heat.vsn ModelUuid:f56adf6c-4048-49c8-86b6-0bff8737ca59 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cbd407c8-5060-4cec-b918-e74824dedd94 ModelInvariantUuid:d1bca653-8b0a-499e-b1d5-af011ae2bec9 ModelName:vFW 667223e4-2841-nodes.vpgCvfc ModelUuid:07b87712-5989-4b09-a137-7da011f1b016 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:853b7684-f294-4b65-a65f-5003530b02ec ModelInvariantUuid:b4e25efe-9a40-4dac-9336-5de60be87824 ModelName:Vfw667223e42841.compute.nodes.heat.vpg ModelUuid:5e2dc951-a96b-481a-b2eb-98d7c5506b66 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-07-12T11:45:30.797Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7eec8aa8-f89a-4a03-87ad-29219ef6f75a 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-07-12T11:45:30.803Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||vFW 667223e4-2841 0 2022-07-12T11:45:30.803Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7eec8aa8-f89a-4a03-87ad-29219ef6f75a 2022-07-12T11:45:30.804Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 36b3e6a8-2dd0-4c08-991b-2bdc07e5c6d1 from URL: /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json 2022-07-12T11:45:30.804Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:45:30.804Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json 2022-07-12T11:45:30.894Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:45:30.895Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json 36b3e6a8-2dd0-4c08-991b-2bdc07e5c6d1 785 2022-07-12T11:45:30.895Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json ASDC sendASDCNotification 2022-07-12T11:45:30.895Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json 2022-07-12T11:45:30.895Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:45:30.896Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:30.898Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:30.898Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626330895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:30.998Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:31.000Z||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-07-12T11:45:31.000Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:31.017Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:31.018Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:45:31.898Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw667223e42841..base_vfw..module-0", "vfModuleModelInvariantUUID": "7a8b90a3-78ca-4ea0-802d-b42ae75006c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85782023-46db-4f84-ba8b-a463db10c09a", "vfModuleModelCustomizationUUID": "c9fac73e-b81c-497b-86b7-0dae166dc509", "isBase": true, "artifacts": [ "9397e62b-82a6-4271-9297-969a7c4292ac", "405afe59-eead-4b20-87b6-a3eae63a99c2" ], "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-07-12T11:45:31.903Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw667223e42841..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85782023-46db-4f84-ba8b-a463db10c09a VfModuleModelInvariantUUID:7a8b90a3-78ca-4ea0-802d-b42ae75006c5 VfModuleModelDescription:NULL Artifacts UUID List:{ 9397e62b-82a6-4271-9297-969a7c4292ac , 405afe59-eead-4b20-87b6-a3eae63a99c2 } 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-07-12T11:45:31.905Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw667223e42841..base_vfw..module-0", "vfModuleModelInvariantUUID": "7a8b90a3-78ca-4ea0-802d-b42ae75006c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "85782023-46db-4f84-ba8b-a463db10c09a", "vfModuleModelCustomizationUUID": "c9fac73e-b81c-497b-86b7-0dae166dc509", "isBase": true, "artifacts": [ "9397e62b-82a6-4271-9297-969a7c4292ac", "405afe59-eead-4b20-87b6-a3eae63a99c2" ], "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-07-12T11:45:31.905Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw667223e42841..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:85782023-46db-4f84-ba8b-a463db10c09a VfModuleModelInvariantUUID:7a8b90a3-78ca-4ea0-802d-b42ae75006c5 VfModuleModelDescription:NULL Artifacts UUID List:{ 9397e62b-82a6-4271-9297-969a7c4292ac , 405afe59-eead-4b20-87b6-a3eae63a99c2 } 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-07-12T11:45:31.905Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9397e62b-82a6-4271-9297-969a7c4292ac from URL: /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml 2022-07-12T11:45:31.906Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:45:31.906Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml 2022-07-12T11:45:32.028Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:45:32.029Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml 9397e62b-82a6-4271-9297-969a7c4292ac 20368 2022-07-12T11:45:32.029Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-12T11:45:32.029Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml 2022-07-12T11:45:32.029Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:45:32.029Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:32.031Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:32.031Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626332029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:32.132Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:32.133Z||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-07-12T11:45:32.133Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:32.147Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:32.148Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:33.032Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 405afe59-eead-4b20-87b6-a3eae63a99c2 from URL: /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env 2022-07-12T11:45:33.032Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:45:33.033Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env 2022-07-12T11:45:33.100Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:45:33.101Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env 405afe59-eead-4b20-87b6-a3eae63a99c2 2098 2022-07-12T11:45:33.101Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-12T11:45:33.101Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env 2022-07-12T11:45:33.102Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:45:33.102Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:33.104Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:33.104Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626333101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:45:33.204Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:33.205Z||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-07-12T11:45:33.205Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:33.223Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:33.224Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:34.104Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b3f81aaa-5dbc-46b5-b8c8-de98008147c0 2022-07-12T11:45:34.105Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 667223e4-2841 0 7eec8aa8-f89a-4a03-87ad-29219ef6f75a 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-07-12T11:45:34.128Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d9bdd35, org.onap.sdc.toscaparser.api.parameters.Input@602e65a6, org.onap.sdc.toscaparser.api.parameters.Input@60cb606, org.onap.sdc.toscaparser.api.parameters.Input@54ba58f2, org.onap.sdc.toscaparser.api.parameters.Input@47db4525] 2022-07-12T11:45:34.130Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.130Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:34.130Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-07-12T11:45:34.131Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb 2022-07-12T11:45:34.131Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb matches Tosca VF Customization UUID: 5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb 2022-07-12T11:45:34.131Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb 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-07-12T11:45:34.133Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.133Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:34.134Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb: {\"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-07-12T11:45:34.134Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31ef98fc 2022-07-12T11:45:34.134Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.135Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T11:45:34.135Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9fac73e-b81c-497b-86b7-0dae166dc509 2022-07-12T11:45:34.135Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9fac73e-b81c-497b-86b7-0dae166dc509 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-07-12T11:45:34.138Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.138Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:34.138Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:45:34.139Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.139Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:34.139Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:45:34.139Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.140Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is not matching search criteria 2022-07-12T11:45:34.140Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:45:34.140Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:45:34.140Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-12T11:45:34.141Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:45:34.141Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:45:34.141Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:34.142Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:34.142Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:45:34.142Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:34.142Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:45:34.142Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:34.143Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1863c96a-8d39-40de-a33d-a1bc9f1cabf2 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-07-12T11:45:34.146Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.146Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:34.146Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:45:34.147Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.147Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is not matching search criteria 2022-07-12T11:45:34.147Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:45:34.148Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:45:34.148Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:45:34.148Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:34.148Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:34.148Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:45:34.149Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:34.149Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-12T11:45:34.149Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:45:34.149Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:34.150Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:45:34.150Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:34.150Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=89747071-a1e2-4819-abaf-ce3fe1e719be 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-07-12T11:45:34.152Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.152Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:34.153Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:45:34.156Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.156Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is not matching search criteria 2022-07-12T11:45:34.156Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:45:34.156Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:45:34.157Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:45:34.157Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:34.157Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:34.158Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:45:34.158Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:45:34.158Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:45:34.158Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:45:34.158Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:45:34.158Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:45:34.159Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-12T11:45:34.159Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cbd407c8-5060-4cec-b918-e74824dedd94 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-07-12T11:45:34.161Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.161Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:34.161Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:45:34.162Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.162Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Node template vFW 667223e4-2841 0 is matching search criteria 2022-07-12T11:45:34.162Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 667223e4-2841 0] matching following query criteria: sdcType=VF, customizationUUID=5ebb11e0-3e2f-4fe7-9861-a51e51cf1ecb 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-07-12T11:45:34.163Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.164Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:34.164Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b3f81aaa-5dbc-46b5-b8c8-de98008147c0: vFW 667223e4-2841 2022-07-12T11:45:34.164Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.164Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:34.164Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.164Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:34.165Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.165Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:34.165Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.165Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:34.166Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:45:34.166Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:45:34.166Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-07-12 11-41-20 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-07-12T11:45:34.376Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 667223e4-2841 7eec8aa8-f89a-4a03-87ad-29219ef6f75a 1 ASDC deployResourceStructure 2022-07-12T11:45:34.376Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json ASDC sendASDCNotification 2022-07-12T11:45:34.377Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json 2022-07-12T11:45:34.377Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:45:34.377Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:34.379Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:34.380Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626334376, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:45:34.480Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:34.481Z||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-07-12T11:45:34.481Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:34.500Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:34.502Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:45:35.381Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-12T11:45:35.381Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml 2022-07-12T11:45:35.382Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:45:35.382Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:35.386Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:35.386Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626335380, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-12T11:45:35.486Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:35.487Z||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-07-12T11:45:35.487Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:35.503Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:35.503Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:36.387Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-12T11:45:36.387Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env 2022-07-12T11:45:36.388Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:45:36.388Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:36.391Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:36.391Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626336387, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-12T11:45:36.492Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T11:45:36.493Z||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-07-12T11:45:36.493Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:36.515Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:36.516Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:37.392Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar ASDC sendASDCNotification 2022-07-12T11:45:37.392Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar 2022-07-12T11:45:37.393Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:45:37.393Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:45:37.395Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:45:37.395Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626337392, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:45:37.495Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:45:37.497Z||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-07-12T11:45:37.497Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:45:37.516Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:45:37.516Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:45:38.396Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc870b85-678f-4970-ae71-a1a3e706d2da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:45:38.418Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:45:38.422Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:45:38.422Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:45:38.423Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:46:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:46:06.740Z||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-07-12T11:46:06.740Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:06.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:06.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:46:06.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626190580, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:46:06.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:46:06.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:46:06.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "aai-ml", "timestamp": 1657626191585, "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-07-12T11:46:06.790Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc870b85-678f-4970-ae71-a1a3e706d2da 2022-07-12T11:46:06.790Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:46:08.423Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc870b85-678f-4970-ae71-a1a3e706d2da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:46:08.440Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:46:08.444Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:46:08.444Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T11:46:08.444Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T11:46:08.445Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T11:46:08.445Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:46:08.445Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:46:08.446Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:46:08.446Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:46:08.446Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:46:08.446Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:46:08.446Z|dc870b85-678f-4970-ae71-a1a3e706d2da|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-07-12T11:46:08.455Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T11:46:38.455Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc870b85-678f-4970-ae71-a1a3e706d2da 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-07-12T11:46:38.466Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc870b85-678f-4970-ae71-a1a3e706d2da and serviceModelVersionId: b3f81aaa-5dbc-46b5-b8c8-de98008147c0 2022-07-12T11:46:38.467Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a29bd053-26d5-4fc5-adf9-ce99073643c0 2022-07-12T11:46:38.468Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a29bd053-26d5-4fc5-adf9-ce99073643c0/model-vers/model-ver/b3f81aaa-5dbc-46b5-b8c8-de98008147c0?depth=0 2022-07-12T11:46:38.473Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T11:46:38.524Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a29bd053-26d5-4fc5-adf9-ce99073643c0/model-vers/model-ver/b3f81aaa-5dbc-46b5-b8c8-de98008147c0?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-07-12T11:46:38.531Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a29bd053-26d5-4fc5-adf9-ce99073643c0/model-vers/model-ver/b3f81aaa-5dbc-46b5-b8c8-de98008147c0?depth=0|INFO|500||Invoke 2022-07-12T11:46:38.559Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a29bd053-26d5-4fc5-adf9-ce99073643c0/model-vers/model-ver/b3f81aaa-5dbc-46b5-b8c8-de98008147c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T11:46:39.021Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a29bd053-26d5-4fc5-adf9-ce99073643c0/model-vers/model-ver/b3f81aaa-5dbc-46b5-b8c8-de98008147c0?depth=0|INFO|500||InvokeReturn 2022-07-12T11:46:39.022Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a29bd053-26d5-4fc5-adf9-ce99073643c0/model-vers/model-ver/b3f81aaa-5dbc-46b5-b8c8-de98008147c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220712-11:46:39:144-10258], vertex-id=[163968], Content-Length=[0], Date=[Tue, 12 Jul 2022 11:46:39 GMT], Content-Type=[application/json]} 2022-07-12T11:46:39.022Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-07-12T11:46:39.023Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T11:46:39.023Z|dc870b85-678f-4970-ae71-a1a3e706d2da|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-07-12T11:46:39.053Z|dc870b85-678f-4970-ae71-a1a3e706d2da|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-07-12T11:46:39.053Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc870b85-678f-4970-ae71-a1a3e706d2da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T11:46:39.054Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T11:46:39.054Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:39.056Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:39.056Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626399054, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T11:46:39.156Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:46:39.157Z||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-07-12T11:46:39.158Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:39.185Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:39.186Z||pool-34-thread-1|||||INFO|500||cambria reply ok (29 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-07-12T11:46:40.071Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:46:40.071Z|dc870b85-678f-4970-ae71-a1a3e706d2da|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-07-12T11:46:40.072Z|dc870b85-678f-4970-ae71-a1a3e706d2da|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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:49.623Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:49.624Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:46:49.625Z|dc870b85-678f-4970-ae71-a1a3e706d2da|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-07-12T11:46:49.625Z|dc870b85-678f-4970-ae71-a1a3e706d2da|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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:51.469Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:51.471Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T11:46:51.471Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"01558d78-34d2-475c-95fd-61fa4d16c584","serviceName":"vFW 2022-07-12 11-45-40","serviceVersion":"1.0","serviceUUID":"40221f90-0448-425c-8205-06dc2815209f","serviceDescription":"catalog service description","serviceInvariantUUID":"e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5","resources":[{"resourceInstanceName":"vFW dc000573-6cd6 0","resourceName":"vFW dc000573-6cd6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"40c39ab3-fa3b-4060-83d6-9d83b69858d9","resourceInvariantUUID":"6ad9fc21-8340-473f-ad82-2ff2f9419dbc","resourceCustomizationUUID":"b7847775-001f-4f92-818a-38881bc76e98","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml","artifactChecksum":"YzQ4NDBlZGVmNTg2YjZiYWVjNDAwYmNmZTFhN2M4OWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a4ec1b5-70c7-426d-8ece-c34c5d3ce710","artifactVersion":"1"},{"artifactName":"vfwdc0005736cd60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json","artifactChecksum":"MDhiZTRlMjc5NGVlMzY0NDY5MTExMWQ4MzhhMzM4Zjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cfe5a618-48c5-4ef5-8a0d-a84c862964fe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5fe6b442-a6e4-4871-a5d0-e52ca097d570","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml","artifactChecksum":"Y2RjYmM0Y2I0MGNkZWVlMTE5MTY4ZWFkZjE0Yzg3NzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95246c14-d4e5-4fbf-b8e9-05946187d880","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93e87b54-f4bc-4b58-85ff-a13702989bf8","artifactVersion":"2","generatedFromUUID":"5fe6b442-a6e4-4871-a5d0-e52ca097d570"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220712114540-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml","artifactChecksum":"ODQ2MTdkM2UxMWYyMTcwM2Y4NTJjMWQyOTZkNDdjNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"356d9e37-4cdb-4d4e-b605-0fa78396b781","artifactVersion":"1"},{"artifactName":"service-Vfw20220712114540-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar","artifactChecksum":"NzQ2ZTE3OGMxODlkYWZiOTc2ODViYzFlNjgyYjVjN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf6423ce-934d-44d1-8b2a-c90beed7e2fa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T11:46:51.474Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:46:51.475Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:51.477Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:51.477Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:46:51.577Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:46:51.578Z||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-07-12T11:46:51.578Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:51.594Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:51.594Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:46:52.477Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:46:52.479Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:52.481Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:52.481Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOTIFIED" } 2022-07-12T11:46:52.581Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:46:52.582Z||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-07-12T11:46:52.583Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:52.600Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:52.601Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:46:53.481Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:46:53.482Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:53.484Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:53.484Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T11:46:53.584Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:46:53.585Z||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-07-12T11:46:53.585Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:53.604Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:53.605Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:46:54.484Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:46:54.485Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:54.487Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:54.488Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:46:54.588Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-07-12T11:46:54.589Z||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-07-12T11:46:54.589Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:54.602Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:54.603Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:46:55.493Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:46:55.493Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:55.496Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:55.496Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T11:46:55.605Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-07-12T11:46:55.605Z||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-07-12T11:46:55.606Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:55.623Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:55.624Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:46:56.497Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:46:56.498Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:56.501Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:56.501Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:46:56.601Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:46:56.602Z||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-07-12T11:46:56.602Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:56.616Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:56.616Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:46:57.502Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:46:57.502Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:57.505Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:57.505Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:46:57.605Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:46:57.606Z||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-07-12T11:46:57.606Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:57.631Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:57.632Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:46:58.507Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "serviceName": "vFW 2022-07-12 11-45-40", "serviceVersion": "1.0", "serviceUUID": "40221f90-0448-425c-8205-06dc2815209f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5", "resources": [ { "resourceInstanceName": "vFW dc000573-6cd6 0", "resourceCustomizationUUID": "b7847775-001f-4f92-818a-38881bc76e98", "resourceName": "vFW dc000573-6cd6", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "40c39ab3-fa3b-4060-83d6-9d83b69858d9", "resourceInvariantUUID": "6ad9fc21-8340-473f-ad82-2ff2f9419dbc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwdc0005736cd60_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "artifactChecksum": "MDhiZTRlMjc5NGVlMzY0NDY5MTExMWQ4MzhhMzM4Zjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cfe5a618-48c5-4ef5-8a0d-a84c862964fe", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5fe6b442-a6e4-4871-a5d0-e52ca097d570", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "93e87b54-f4bc-4b58-85ff-a13702989bf8", "generatedFromUUID": "5fe6b442-a6e4-4871-a5d0-e52ca097d570" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "93e87b54-f4bc-4b58-85ff-a13702989bf8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220712114540-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "artifactChecksum": "NzQ2ZTE3OGMxODlkYWZiOTc2ODViYzFlNjgyYjVjN2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf6423ce-934d-44d1-8b2a-c90beed7e2fa" } ], "workloadContext": "Production" } 2022-07-12T11:46:58.507Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T11:46:58.507Z|dc870b85-678f-4970-ae71-a1a3e706d2da|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 40221f90-0448-425c-8205-06dc2815209f ASDC 2022-07-12T11:46:58.508Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:01558d78-34d2-475c-95fd-61fa4d16c584 ServiceName:vFW 2022-07-12 11-45-40 ServiceVersion:1.0 ServiceUUID:40221f90-0448-425c-8205-06dc2815209f ServiceInvariantUUID:e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220712114540-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar ArtifactUUID:bf6423ce-934d-44d1-8b2a-c90beed7e2fa ArtifactChecksum:NzQ2ZTE3OGMxODlkYWZiOTc2ODViYzFlNjgyYjVjN2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW dc000573-6cd6 0 ResourceCustomizationUUID:b7847775-001f-4f92-818a-38881bc76e98 ResourceInvariantUUID:6ad9fc21-8340-473f-ad82-2ff2f9419dbc ResourceName:vFW dc000573-6cd6 ResourceType:VF ResourceUUID:40c39ab3-fa3b-4060-83d6-9d83b69858d9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwdc0005736cd60_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json ArtifactUUID:cfe5a618-48c5-4ef5-8a0d-a84c862964fe ArtifactChecksum:MDhiZTRlMjc5NGVlMzY0NDY5MTExMWQ4MzhhMzM4Zjg= 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/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml ArtifactUUID:5fe6b442-a6e4-4871-a5d0-e52ca097d570 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/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env ArtifactUUID:93e87b54-f4bc-4b58-85ff-a13702989bf8 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/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env ArtifactUUID:93e87b54-f4bc-4b58-85ff-a13702989bf8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T11:46:58.508Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40221f90-0448-425c-8205-06dc2815209f 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-07-12T11:46:58.560Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:46:58.560Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:46:58.560Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:46:58.561Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bf6423ce-934d-44d1-8b2a-c90beed7e2fa from URL: /sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar 2022-07-12T11:46:58.561Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:46:58.561Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar 2022-07-12T11:46:58.656Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:46:58.666Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar bf6423ce-934d-44d1-8b2a-c90beed7e2fa 103091 2022-07-12T11:46:58.667Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar ASDC sendASDCNotification 2022-07-12T11:46:58.667Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar 2022-07-12T11:46:58.667Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:46:58.668Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:46:58.670Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:46:58.670Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626418666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:46:58.770Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T11:46:58.771Z||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-07-12T11:46:58.772Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:46:58.789Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:46:58.790Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:46:59.671Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:46:59.673Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T11:46:59.673Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bf6423ce-934d-44d1-8b2a-c90beed7e2fa, URL: /sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar to file: /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:46:59.673Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220712114540-csar.csar 2022-07-12T11:46:59.674Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:46:59.674Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:46:59.910Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15155122832165401165/Definitions/service-Vfw20220712114540-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-07-12T11:47:01.956Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T11:47:01.957Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T11:47:01.957Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.957Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-12T11:47:01.957Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.957Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.957Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.958Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.958Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.958Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.958Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.958Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.959Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.959Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.959Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.959Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dc000573-6cd6 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-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.959Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-Vfw20220712114540-csar.csar 2022-07-12T11:47:01.960Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T11:47:01.960Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.960Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:01.960Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:01.960Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T11:47:01.961Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:47:01.961Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.961Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:01.962Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:01.962Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T11:47:01.962Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:47:01.962Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.963Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:01.963Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.963Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is not matching search criteria 2022-07-12T11:47:01.964Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:47:01.964Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:47:01.964Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.964Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.964Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:47:01.965Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.965Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:47:01.965Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:47:01.965Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:47:01.965Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.966Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.966Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:47:01.966Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.967Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:47:01.967Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.967Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T11:47:01.967Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.967Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T11:47:01.968Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.968Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:01.968Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:47:01.968Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.969Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:01.969Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:47:01.969Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.969Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:01.970Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:47:01.970Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.970Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is not matching search criteria 2022-07-12T11:47:01.970Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:47:01.971Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-12T11:47:01.971Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:47:01.971Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:47:01.971Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:47:01.971Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.972Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.972Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:47:01.972Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.972Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:47:01.973Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.973Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2bc9dc50-7fed-4ee7-bed9-1f78ef5dc13b 2022-07-12T11:47:01.973Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.973Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is not matching search criteria 2022-07-12T11:47:01.974Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:47:01.974Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:47:01.974Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.974Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.974Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:47:01.975Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.975Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:47:01.975Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-12T11:47:01.975Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:47:01.975Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.976Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:47:01.976Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.976Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cca5bc63-1b5f-48fc-893a-1518ba2871dd 2022-07-12T11:47:01.976Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.977Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is not matching search criteria 2022-07-12T11:47:01.977Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:47:01.977Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:47:01.977Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.977Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.978Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:47:01.978Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.978Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:47:01.978Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:47:01.979Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:47:01.979Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:01.979Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:01.979Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-12T11:47:01.980Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8341526e-09d5-40b5-b918-1549c1a447f5 2022-07-12T11:47:01.980Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.980Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:01.980Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.981Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:01.981Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.981Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:01.981Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:01.982Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:01.982Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-12 11-45-40 Description:catalog service description Model UUID:40221f90-0448-425c-8205-06dc2815209f Model Version:NULL Model InvariantUuid:e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW dc000573-6cd6 Model UUID:75d5e9bd-10ff-46e2-aff1-2d94767f4084 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6ad9fc21-8340-473f-ad82-2ff2f9419dbc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b7847775-001f-4f92-818a-38881bc76e98 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f50f52f0-9ac8-4b68-a73b-1d9c98fbf5a2 ModelName:VfwDc0005736cd6..base_vfw..module-0 ModelUuid:285765aa-7d94-4e02-94f7-a67cbd112072 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2bc9dc50-7fed-4ee7-bed9-1f78ef5dc13b ModelInvariantUuid:fba2fdc4-09b1-4478-9cb7-cfe02303b8e9 ModelName:vFW dc000573-6cd6-nodes.vfwCvfc ModelUuid:33897098-9651-4eea-8a88-698c742e188f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8ea53261-6d9d-4e12-8d6f-e30abcb54241 ModelInvariantUuid:fa8e5736-1aa0-4cd6-8690-80eb3dc47cb6 ModelName:VfwDc0005736cd6.compute.nodes.heat.vfw ModelUuid:4e5a4678-63b7-4f39-babe-f3d1219c3758 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:cca5bc63-1b5f-48fc-893a-1518ba2871dd ModelInvariantUuid:cffeaa27-cf4c-449b-b9de-bdba7eb0a348 ModelName:vFW dc000573-6cd6-nodes.vsnCvfc ModelUuid:a9af7b26-7547-49d4-b555-bd41fb9e0658 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:832a24b9-cea3-401d-82fc-4f45a3ca4a3d ModelInvariantUuid:6bb78988-8844-4cee-bf48-b7926096096a ModelName:VfwDc0005736cd6.compute.nodes.heat.vsn ModelUuid:90ec8779-b873-4323-bfe8-80d586af59d5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8341526e-09d5-40b5-b918-1549c1a447f5 ModelInvariantUuid:9b9ad597-74d9-4e25-8baa-ed8308f0e4ee ModelName:vFW dc000573-6cd6-nodes.vpgCvfc ModelUuid:810fa146-07af-4227-a394-9e9dd428d83c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c9aef63f-b9d6-46f7-927f-be9535731480 ModelInvariantUuid:6cf2f82f-3f75-42ec-829d-0b63a4a61ff4 ModelName:VfwDc0005736cd6.compute.nodes.heat.vpg ModelUuid:ede92341-f49b-4af5-966b-70413c996e98 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-07-12T11:47:01.989Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 40c39ab3-fa3b-4060-83d6-9d83b69858d9 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-07-12T11:47:01.992Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||vFW dc000573-6cd6 0 2022-07-12T11:47:01.993Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 40c39ab3-fa3b-4060-83d6-9d83b69858d9 2022-07-12T11:47:01.993Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cfe5a618-48c5-4ef5-8a0d-a84c862964fe from URL: /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json 2022-07-12T11:47:01.993Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:47:01.993Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json 2022-07-12T11:47:02.072Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:47:02.073Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json cfe5a618-48c5-4ef5-8a0d-a84c862964fe 785 2022-07-12T11:47:02.073Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json ASDC sendASDCNotification 2022-07-12T11:47:02.073Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json 2022-07-12T11:47:02.073Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:47:02.074Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:47:02.076Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:47:02.076Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626422073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:47:02.177Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T11:47:02.178Z||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-07-12T11:47:02.178Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:47:02.192Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:47:02.192Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:47:03.077Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDc0005736cd6..base_vfw..module-0", "vfModuleModelInvariantUUID": "f50f52f0-9ac8-4b68-a73b-1d9c98fbf5a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "285765aa-7d94-4e02-94f7-a67cbd112072", "vfModuleModelCustomizationUUID": "34e4f20e-811d-439f-90e2-04298a43c398", "isBase": true, "artifacts": [ "5fe6b442-a6e4-4871-a5d0-e52ca097d570", "93e87b54-f4bc-4b58-85ff-a13702989bf8" ], "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-07-12T11:47:03.081Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDc0005736cd6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:285765aa-7d94-4e02-94f7-a67cbd112072 VfModuleModelInvariantUUID:f50f52f0-9ac8-4b68-a73b-1d9c98fbf5a2 VfModuleModelDescription:NULL Artifacts UUID List:{ 5fe6b442-a6e4-4871-a5d0-e52ca097d570 , 93e87b54-f4bc-4b58-85ff-a13702989bf8 } 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-07-12T11:47:03.083Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDc0005736cd6..base_vfw..module-0", "vfModuleModelInvariantUUID": "f50f52f0-9ac8-4b68-a73b-1d9c98fbf5a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "285765aa-7d94-4e02-94f7-a67cbd112072", "vfModuleModelCustomizationUUID": "34e4f20e-811d-439f-90e2-04298a43c398", "isBase": true, "artifacts": [ "5fe6b442-a6e4-4871-a5d0-e52ca097d570", "93e87b54-f4bc-4b58-85ff-a13702989bf8" ], "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-07-12T11:47:03.083Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDc0005736cd6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:285765aa-7d94-4e02-94f7-a67cbd112072 VfModuleModelInvariantUUID:f50f52f0-9ac8-4b68-a73b-1d9c98fbf5a2 VfModuleModelDescription:NULL Artifacts UUID List:{ 5fe6b442-a6e4-4871-a5d0-e52ca097d570 , 93e87b54-f4bc-4b58-85ff-a13702989bf8 } 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-07-12T11:47:03.083Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5fe6b442-a6e4-4871-a5d0-e52ca097d570 from URL: /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml 2022-07-12T11:47:03.083Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:47:03.083Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml 2022-07-12T11:47:03.141Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:47:03.142Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml 5fe6b442-a6e4-4871-a5d0-e52ca097d570 20368 2022-07-12T11:47:03.142Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-12T11:47:03.142Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml 2022-07-12T11:47:03.142Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:47:03.143Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:47:03.145Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:47:03.145Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626423142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:47:03.245Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:47:03.246Z||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-07-12T11:47:03.246Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:47:03.260Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:47:03.261Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:47:04.145Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 93e87b54-f4bc-4b58-85ff-a13702989bf8 from URL: /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env 2022-07-12T11:47:04.146Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T11:47:04.146Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env 2022-07-12T11:47:04.266Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T11:47:04.266Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env 93e87b54-f4bc-4b58-85ff-a13702989bf8 2098 2022-07-12T11:47:04.267Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-12T11:47:04.267Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env 2022-07-12T11:47:04.267Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:47:04.267Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:47:04.269Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:47:04.269Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626424267, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:47:04.369Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:47:04.370Z||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-07-12T11:47:04.370Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:47:04.400Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:47:04.400Z||pool-45-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:47:05.269Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 40221f90-0448-425c-8205-06dc2815209f 2022-07-12T11:47:05.270Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dc000573-6cd6 0 40c39ab3-fa3b-4060-83d6-9d83b69858d9 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-07-12T11:47:05.287Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e60d9fa, org.onap.sdc.toscaparser.api.parameters.Input@61599cb0, org.onap.sdc.toscaparser.api.parameters.Input@63a18886, org.onap.sdc.toscaparser.api.parameters.Input@1b69372d, org.onap.sdc.toscaparser.api.parameters.Input@13ce92b3] 2022-07-12T11:47:05.289Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.289Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:05.289Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-07-12T11:47:05.289Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b7847775-001f-4f92-818a-38881bc76e98 2022-07-12T11:47:05.289Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7847775-001f-4f92-818a-38881bc76e98 matches Tosca VF Customization UUID: b7847775-001f-4f92-818a-38881bc76e98 2022-07-12T11:47:05.290Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b7847775-001f-4f92-818a-38881bc76e98 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-07-12T11:47:05.292Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.292Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:05.293Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b7847775-001f-4f92-818a-38881bc76e98: {\"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-07-12T11:47:05.293Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@357efdb 2022-07-12T11:47:05.293Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.293Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T11:47:05.293Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34e4f20e-811d-439f-90e2-04298a43c398 2022-07-12T11:47:05.294Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34e4f20e-811d-439f-90e2-04298a43c398 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-07-12T11:47:05.296Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.296Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:05.296Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:47:05.296Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.297Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:05.297Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:47:05.297Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.297Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is not matching search criteria 2022-07-12T11:47:05.297Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:47:05.298Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-12T11:47:05.298Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:47:05.298Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:47:05.298Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:47:05.298Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:05.298Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:05.299Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:47:05.299Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:05.299Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:47:05.299Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:05.299Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2bc9dc50-7fed-4ee7-bed9-1f78ef5dc13b 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-07-12T11:47:05.301Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.301Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:05.301Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:47:05.302Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.302Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is not matching search criteria 2022-07-12T11:47:05.302Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:47:05.302Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:47:05.302Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:05.302Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:05.302Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:47:05.303Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:05.303Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:47:05.303Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-12T11:47:05.303Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T11:47:05.303Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:05.303Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T11:47:05.303Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:05.304Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cca5bc63-1b5f-48fc-893a-1518ba2871dd 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-07-12T11:47:05.305Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.305Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:05.306Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:47:05.306Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.306Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is not matching search criteria 2022-07-12T11:47:05.307Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T11:47:05.307Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T11:47:05.307Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:05.307Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:05.307Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T11:47:05.307Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T11:47:05.308Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T11:47:05.308Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T11:47:05.308Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T11:47:05.308Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T11:47:05.308Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T11:47:05.308Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-12T11:47:05.309Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8341526e-09d5-40b5-b918-1549c1a447f5 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-07-12T11:47:05.310Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.311Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:05.311Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T11:47:05.311Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.311Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Node template vFW dc000573-6cd6 0 is matching search criteria 2022-07-12T11:47:05.311Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW dc000573-6cd6 0] matching following query criteria: sdcType=VF, customizationUUID=b7847775-001f-4f92-818a-38881bc76e98 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-07-12T11:47:05.313Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.313Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:05.314Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 40221f90-0448-425c-8205-06dc2815209f: vFW dc000573-6cd6 2022-07-12T11:47:05.314Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.314Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:05.315Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.315Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:05.315Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.315Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:05.315Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.315Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:05.316Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:47:05.316Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-07-12 11-45-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:47:05.316Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-07-12 11-45-40 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-07-12T11:47:05.523Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dc000573-6cd6 40c39ab3-fa3b-4060-83d6-9d83b69858d9 1 ASDC deployResourceStructure 2022-07-12T11:47:05.524Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json ASDC sendASDCNotification 2022-07-12T11:47:05.524Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json 2022-07-12T11:47:05.524Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:47:05.524Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:47:05.526Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:47:05.527Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626425524, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:47:05.627Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:47:05.628Z||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-07-12T11:47:05.628Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:47:05.646Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:47:05.646Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:47:06.530Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-12T11:47:06.530Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml 2022-07-12T11:47:06.530Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:47:06.531Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:47:06.533Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:47:06.533Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626426530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-12T11:47:06.633Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:47:06.634Z||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-07-12T11:47:06.634Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:47:06.650Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:47:06.651Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:47:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:47:06.738Z||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-07-12T11:47:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:47:06.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:47:06.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f4228ee9-7c4a-4d62-9a26-033b0c1c69ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626314714, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T11:47:06.773Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:06.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:47:06.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T11:47:06.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "NOTIFIED" } 2022-07-12T11:47:06.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T11:47:06.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T11:47:06.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T11:47:06.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:47:06.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T11:47:06.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T11:47:06.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T11:47:06.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:47:06.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T11:47:06.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626315737, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:47:06.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T11:47:06.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626327423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:47:06.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:06.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626330895, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:47:06.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:06.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626332029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:47:06.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:06.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626333101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:47:06.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:06.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626334376, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/vfw667223e428410_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:47:06.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:06.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626335380, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-12T11:47:06.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:06.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626336387, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/resourceInstances/vfw667223e428410/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-12T11:47:06.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:06.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:47:06.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626337392, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114120/1.0/artifacts/service-Vfw20220712114120-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:47:06.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:47:07.534Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-12T11:47:07.534Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env 2022-07-12T11:47:07.534Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:47:07.535Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:47:07.537Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:47:07.537Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626427534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-12T11:47:07.637Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:47:07.638Z||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-07-12T11:47:07.638Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:47:07.652Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:47:07.653Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:47:08.538Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar ASDC sendASDCNotification 2022-07-12T11:47:08.538Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar 2022-07-12T11:47:08.538Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:47:08.539Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:47:08.540Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:47:08.540Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626428537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:47:08.641Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T11:47:08.641Z||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-07-12T11:47:08.642Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:47:08.657Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:47:08.658Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:47:09.542Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:47:09.558Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:47:09.560Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:47:09.561Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:47:09.561Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:47:39.561Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:47:39.579Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:47:39.586Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:47:39.586Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:47:39.586Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:48:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:48:06.739Z||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-07-12T11:48:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:48:06.785Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:48:06.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc870b85-678f-4970-ae71-a1a3e706d2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626399054, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T11:48:06.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626408653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626408296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626407933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626410788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626408653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOTIFIED" } 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626408296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.790Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOTIFIED" } 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626407933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626410788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626408296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626408653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626407933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626410788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626408653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626408296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626407933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626410788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626408296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626408653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626407933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626410788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626408296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626408653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626407933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626410788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626408296, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626409624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626408653, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626407933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626410788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:48:06.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626417819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626419178, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626418305, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626418666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626418458, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "ves-openapi-manager", "timestamp": 1657626417776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626418574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626417819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOTIFIED" } 2022-07-12T11:48:06.803Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.803Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "cds", "timestamp": 1657626419311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-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-07-12T11:48:06.812Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01558d78-34d2-475c-95fd-61fa4d16c584 2022-07-12T11:48:06.812Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:48:06.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626419464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:48:06.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "ves-openapi-manager", "timestamp": 1657626417776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626420280, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626417819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "policy-id", "timestamp": 1657626420469, "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-07-12T11:48:06.831Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01558d78-34d2-475c-95fd-61fa4d16c584 2022-07-12T11:48:06.832Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:48:06.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "ves-openapi-manager", "timestamp": 1657626417776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626421365, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626417819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "ves-openapi-manager", "timestamp": 1657626417776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.855Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626422388, "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-07-12T11:48:06.860Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01558d78-34d2-475c-95fd-61fa4d16c584 2022-07-12T11:48:06.860Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:48:06.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626422073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626417819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "ves-openapi-manager", "timestamp": 1657626417776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "multicloud-k8s-id", "timestamp": 1657626423393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:48:06.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626423142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626417819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "ves-openapi-manager", "timestamp": 1657626417776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626424267, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T11:48:06.870Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626417819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:48:06.870Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.870Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "ves-openapi-manager", "timestamp": 1657626417776, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:48:06.871Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:48:06.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626425524, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "DEPLOY_OK" } 2022-07-12T11:48:06.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:06.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:48:06.871Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626426530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-12T11:48:06.871Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:48:09.587Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:48:09.602Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:48:09.605Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:48:09.605Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:48:09.605Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:48:39.606Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:48:39.622Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:48:39.625Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:48:39.625Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:48:39.625Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:49:06.738Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:49:06.739Z||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-07-12T11:49:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:49:07.317Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:49:07.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626427534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-12T11:49:07.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:49:07.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626428537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:49:07.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:49:07.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626430233, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:49:07.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:49:07.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626430527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:49:07.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:49:07.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "aai-ml", "timestamp": 1657626431237, "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-07-12T11:49:07.328Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01558d78-34d2-475c-95fd-61fa4d16c584 2022-07-12T11:49:07.328Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:49:07.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626430527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vfwdc0005736cd60_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626430527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626430527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:49:07.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626430527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/resourceInstances/vfwdc0005736cd60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626430527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626430527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626437961, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626438411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626439972, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "clamp", "timestamp": 1657626440977, "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-07-12T11:49:07.347Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01558d78-34d2-475c-95fd-61fa4d16c584 2022-07-12T11:49:07.347Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:49:07.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626441807, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712114540/1.0/artifacts/service-Vfw20220712114540-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:49:07.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:49:07.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T11:49:07.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626442812, "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-07-12T11:49:07.370Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01558d78-34d2-475c-95fd-61fa4d16c584 2022-07-12T11:49:07.370Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:49:09.626Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:49:09.640Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:49:09.657Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:49:09.657Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T11:49:09.657Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T11:49:09.657Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T11:49:09.657Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:49:09.657Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:49:09.658Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:49:09.658Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:49:09.658Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:49:09.658Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:49:09.658Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T11:49:09.665Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T11:49:39.666Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01558d78-34d2-475c-95fd-61fa4d16c584 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-07-12T11:49:39.675Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01558d78-34d2-475c-95fd-61fa4d16c584 and serviceModelVersionId: 40221f90-0448-425c-8205-06dc2815209f 2022-07-12T11:49:39.675Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5 2022-07-12T11:49:39.676Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?depth=0 2022-07-12T11:49:39.681Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T11:49:39.741Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?depth=0|INFO|500||Invoke 2022-07-12T11:49:39.742Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[01558d78-34d2-475c-95fd-61fa4d16c584], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[411aebf9-5a3d-4de9-9613-ec6c0ebb1996], X-ECOMP-RequestID=[01558d78-34d2-475c-95fd-61fa4d16c584], X-TransactionId=[], X-ONAP-RequestID=[01558d78-34d2-475c-95fd-61fa4d16c584], Content-Type=[application/merge-patch+json]} 2022-07-12T11:49:39.775Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T11:49:40.017Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?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/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220712-11:49:40:358-32889], vertex-id=[168008], Content-Length=[0], Date=[Tue, 12 Jul 2022 11:49:40 GMT], Content-Type=[application/json]} 2022-07-12T11:49:40.018Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T11:49:40.018Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c50de3-9c6d-4b30-a7a6-abbf8394fcd5/model-vers/model-ver/40221f90-0448-425c-8205-06dc2815209f?depth=0|INFO|500||InvokeReturn 2022-07-12T11:49:40.019Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T11:49:40.019Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T11:49:40.027Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T11:49:40.027Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01558d78-34d2-475c-95fd-61fa4d16c584 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T11:49:40.028Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T11:49:40.028Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:49:40.030Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:49:40.030Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626580028, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T11:49:40.130Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:49:40.131Z||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-07-12T11:49:40.131Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:49:40.153Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:49:40.153Z||pool-50-thread-1|||||INFO|500||cambria reply ok (23 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-07-12T11:49:41.049Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:49:41.050Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T11:49:41.050Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:49:51.340Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:49:51.341Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:49:51.341Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T11:49:51.341Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:50:00.887Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:50:00.888Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:50:00.888Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T11:50:00.888Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:50:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:50:06.738Z||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-07-12T11:50:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:50:07.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:50:07.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T11:50:07.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01558d78-34d2-475c-95fd-61fa4d16c584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626580028, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T11:50:07.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:50:10.427Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:50:10.428Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:50:10.428Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T11:50:10.428Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:50:19.984Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:50:19.984Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:50:19.985Z||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-07-12T11:50:19.985Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:50:29.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:50:29.530Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:50:29.531Z||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-07-12T11:50:29.531Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:50:39.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:51:06.731Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:51:06.732Z||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-07-12T11:51:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:51:06.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:51:06.738Z||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-07-12T11:51:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:51:16.276Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:51:16.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:52:06.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:52:06.731Z||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-07-12T11:52:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:52:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:52:06.738Z||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-07-12T11:52:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:52:16.281Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:52:16.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:53:06.730Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:53:06.731Z||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-07-12T11:53:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:53:06.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:53:06.738Z||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-07-12T11:53:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:53:16.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:53:16.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:54:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:54:06.731Z||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-07-12T11:54:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:54:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:54:06.738Z||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-07-12T11:54:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:54:16.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:54:16.298Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:55:06.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:55:06.732Z||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-07-12T11:55:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:55:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:55:06.738Z||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-07-12T11:55:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:55:16.322Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:55:16.333Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:56:06.730Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:56:06.732Z||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-07-12T11:56:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:56:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:56:06.738Z||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-07-12T11:56:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:56:07.402Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:56:07.402Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:56:07.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bf1f3fb3-73dc-4065-9857-5104a6f8a04f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"165a8cb8-15a3-4e38-917b-3aea360dc51c","serviceDescription":"service","serviceInvariantUUID":"d528d32b-30a2-4208-9523-57d15d7d806b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d9ab4696-f77b-4fab-9f4b-30c89bd53f40","resourceInvariantUUID":"8fc60954-fb58-42de-be5c-b619dc5cf02e","resourceCustomizationUUID":"2de88f33-29b8-4d20-aca4-2079b2981085","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":"MDgyOTYwZGU4MjM1NmZkOWI0YjBmYWU4ZDk0M2FlYjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2bd648db-8dc4-4825-9e44-debb0b1dbbec","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTUwY2RkZTNiOWRjMTIxMDc4NGJjNzE2ZWFmYmY4NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92b355d2-7478-45ce-817a-dbc03346e5a0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T11:56:07.403Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.403Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "ves-openapi-manager", "timestamp": 1657626917776, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:56:07.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "aai-ml", "timestamp": 1657626920786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:56:07.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "cds", "timestamp": 1657626918296, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:56:07.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "ves-openapi-manager", "timestamp": 1657626917776, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:56:07.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "cds", "timestamp": 1657626918296, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:56:07.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "aai-ml", "timestamp": 1657626920786, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:56:07.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "cds", "timestamp": 1657626925817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:56:07.406Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:56:07.406Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "aai-ml", "timestamp": 1657626925896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:56:07.406Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:56:07.406Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "cds", "timestamp": 1657626926822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-07-12T11:56:07.410Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:56:07.410Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626966730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:56:07.426Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bf1f3fb3-73dc-4065-9857-5104a6f8a04f 2022-07-12T11:56:07.427Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf1f3fb3-73dc-4065-9857-5104a6f8a04f 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-07-12T11:56:07.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "clamp", "timestamp": 1657626927819, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "multicloud-k8s-id", "timestamp": 1657626928653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "policy-id", "timestamp": 1657626927932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "clamp", "timestamp": 1657626927819, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:56:07.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "multicloud-k8s-id", "timestamp": 1657626928653, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:56:07.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "policy-id", "timestamp": 1657626927932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:56:07.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "policy-id", "timestamp": 1657626930656, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "policy-id", "timestamp": 1657626931661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "aai-ml", "timestamp": 1657626932402, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "policy-id", "timestamp": 1657626932663, "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-07-12T11:56:07.443Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf1f3fb3-73dc-4065-9857-5104a6f8a04f 2022-07-12T11:56:07.444Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf1f3fb3-73dc-4065-9857-5104a6f8a04f 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-07-12T11:56:07.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "aai-ml", "timestamp": 1657626933408, "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-07-12T11:56:07.456Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bf1f3fb3-73dc-4065-9857-5104a6f8a04f 2022-07-12T11:56:07.457Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf1f3fb3-73dc-4065-9857-5104a6f8a04f 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-07-12T11:56:07.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "clamp", "timestamp": 1657626940044, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:56:07.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626940527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "clamp", "timestamp": 1657626942051, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626940527, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:56:07.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "clamp", "timestamp": 1657626943055, "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-07-12T11:56:07.470Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bf1f3fb3-73dc-4065-9857-5104a6f8a04f 2022-07-12T11:56:07.470Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf1f3fb3-73dc-4065-9857-5104a6f8a04f 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-07-12T11:56:07.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626943279, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:56:07.481Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626945036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:56:07.481Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:56:07.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:56:07.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657626946040, "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-07-12T11:56:07.486Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bf1f3fb3-73dc-4065-9857-5104a6f8a04f 2022-07-12T11:56:07.486Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf1f3fb3-73dc-4065-9857-5104a6f8a04f 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-07-12T11:56:07.510Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:56:07.511Z||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-07-12T11:56:07.511Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:56:07.531Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:56:07.532Z||pool-51-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:56:08.410Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:56:08.411Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:56:08.414Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:56:08.414Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626966730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:56:08.515Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T11:56:08.516Z||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-07-12T11:56:08.516Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:56:08.541Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:56:08.541Z||pool-52-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:56:09.415Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "165a8cb8-15a3-4e38-917b-3aea360dc51c", "serviceDescription": "service", "serviceInvariantUUID": "d528d32b-30a2-4208-9523-57d15d7d806b", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "2de88f33-29b8-4d20-aca4-2079b2981085", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d9ab4696-f77b-4fab-9f4b-30c89bd53f40", "resourceInvariantUUID": "8fc60954-fb58-42de-be5c-b619dc5cf02e", "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": "MTUwY2RkZTNiOWRjMTIxMDc4NGJjNzE2ZWFmYmY4NTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92b355d2-7478-45ce-817a-dbc03346e5a0" } ], "workloadContext": "Production" } 2022-07-12T11:56:09.415Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T11:56:09.415Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 165a8cb8-15a3-4e38-917b-3aea360dc51c ASDC 2022-07-12T11:56:09.416Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:bf1f3fb3-73dc-4065-9857-5104a6f8a04f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:165a8cb8-15a3-4e38-917b-3aea360dc51c ServiceInvariantUUID:d528d32b-30a2-4208-9523-57d15d7d806b 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:92b355d2-7478-45ce-817a-dbc03346e5a0 ArtifactChecksum:MTUwY2RkZTNiOWRjMTIxMDc4NGJjNzE2ZWFmYmY4NTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:2de88f33-29b8-4d20-aca4-2079b2981085 ResourceInvariantUUID:8fc60954-fb58-42de-be5c-b619dc5cf02e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d9ab4696-f77b-4fab-9f4b-30c89bd53f40 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-07-12T11:56:09.416Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 165a8cb8-15a3-4e38-917b-3aea360dc51c 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-07-12T11:56:09.480Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:56:09.480Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T11:56:09.480Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T11:56:09.481Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 92b355d2-7478-45ce-817a-dbc03346e5a0 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-12T11:56:09.481Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T11:56:09.481Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-12T11:56:09.570Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T11:56:09.573Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 92b355d2-7478-45ce-817a-dbc03346e5a0 56531 2022-07-12T11:56:09.574Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-12T11:56:09.574Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-12T11:56:09.574Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:56:09.574Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:56:09.576Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:56:09.576Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626969574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:56:09.677Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T11:56:09.678Z||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-07-12T11:56:09.678Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:56:09.703Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:56:09.703Z||pool-53-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:56:10.577Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:56:10.578Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T11:56:10.579Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 92b355d2-7478-45ce-817a-dbc03346e5a0, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:10.579Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-07-12T11:56:10.580Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:10.580Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:10.782Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6004929250632342747/Definitions/service-BasicNetwork-template.yml 2022-07-12T11:56:11.263Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T11:56:11.263Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-12T11:56:11.264Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.264Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-07-12T11:56:11.264Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.264Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.264Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.264Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.264Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.265Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.265Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.265Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.265Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-12T11:56:11.265Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.265Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.266Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-12T11:56:11.266Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-12T11:56:11.266Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:56:11.267Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.267Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.267Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-12T11:56:11.267Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-12T11:56:11.268Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:56:11.268Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.268Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.268Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.269Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.269Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.269Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.270Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.270Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.270Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.270Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.271Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:165a8cb8-15a3-4e38-917b-3aea360dc51c Model Version:NULL Model InvariantUuid:d528d32b-30a2-4208-9523-57d15d7d806b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:8fc60954-fb58-42de-be5c-b619dc5cf02e Model UUID:b3d747ad-4593-4966-af81-09c2e1c405b7 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:2de88f33-29b8-4d20-aca4-2079b2981085 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-07-12T11:56:11.290Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: d9ab4696-f77b-4fab-9f4b-30c89bd53f40 2022-07-12T11:56:11.291Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||No resources found for Service: 165a8cb8-15a3-4e38-917b-3aea360dc51c 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-07-12T11:56:11.297Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500|| 2022-07-12T11:56:11.297Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-07-12T11:56:11.298Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 165a8cb8-15a3-4e38-917b-3aea360dc51c 2022-07-12T11:56:11.298Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 165a8cb8-15a3-4e38-917b-3aea360dc51c 2022-07-12T11:56:11.298Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-07-12T11:56:11.298Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T11:56:11.304Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e3128a5, org.onap.sdc.toscaparser.api.parameters.Input@388bce26, org.onap.sdc.toscaparser.api.parameters.Input@27bbfc2d, org.onap.sdc.toscaparser.api.parameters.Input@c1886dd, org.onap.sdc.toscaparser.api.parameters.Input@2b4bf3fb] 2022-07-12T11:56:11.306Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.307Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.307Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.307Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.307Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 165a8cb8-15a3-4e38-917b-3aea360dc51c: Generic NeutronNet 2022-07-12T11:56:11.307Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.307Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.308Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.308Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-07-12T11:56:11.357Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.357Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.358Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.358Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.358Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:56:11.358Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:56:11.359Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-07-12T11:56:11.428Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-07-12T11:56:11.429Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-12T11:56:11.429Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-12T11:56:11.429Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:56:11.429Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:56:11.431Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:56:11.431Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626971429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:56:11.532Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:56:11.533Z||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-07-12T11:56:11.533Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:56:11.562Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:56:11.563Z||pool-54-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:56:12.433Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf1f3fb3-73dc-4065-9857-5104a6f8a04f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:56:12.446Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf1f3fb3-73dc-4065-9857-5104a6f8a04f 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-07-12T11:56:12.449Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:56:12.449Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T11:56:12.449Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T11:56:12.449Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T11:56:12.450Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:56:12.450Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:56:12.450Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:56:12.450Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:56:12.450Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:56:12.451Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T11:56:12.451Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T11:56:12.456Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T11:56:42.456Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf1f3fb3-73dc-4065-9857-5104a6f8a04f 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-07-12T11:56:42.462Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf1f3fb3-73dc-4065-9857-5104a6f8a04f and serviceModelVersionId: 165a8cb8-15a3-4e38-917b-3aea360dc51c 2022-07-12T11:56:42.463Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d528d32b-30a2-4208-9523-57d15d7d806b 2022-07-12T11:56:42.464Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d528d32b-30a2-4208-9523-57d15d7d806b/model-vers/model-ver/165a8cb8-15a3-4e38-917b-3aea360dc51c?depth=0 2022-07-12T11:56:42.469Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T11:56:42.523Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d528d32b-30a2-4208-9523-57d15d7d806b/model-vers/model-ver/165a8cb8-15a3-4e38-917b-3aea360dc51c?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-07-12T11:56:42.524Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d528d32b-30a2-4208-9523-57d15d7d806b/model-vers/model-ver/165a8cb8-15a3-4e38-917b-3aea360dc51c?depth=0|INFO|500||Invoke 2022-07-12T11:56:42.546Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d528d32b-30a2-4208-9523-57d15d7d806b/model-vers/model-ver/165a8cb8-15a3-4e38-917b-3aea360dc51c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T11:56:42.749Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d528d32b-30a2-4208-9523-57d15d7d806b/model-vers/model-ver/165a8cb8-15a3-4e38-917b-3aea360dc51c?depth=0|INFO|500||InvokeReturn 2022-07-12T11:56:42.750Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d528d32b-30a2-4208-9523-57d15d7d806b/model-vers/model-ver/165a8cb8-15a3-4e38-917b-3aea360dc51c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220712-11:56:43:131-28180], vertex-id=[270432], Content-Length=[0], Date=[Tue, 12 Jul 2022 11:56:43 GMT], Content-Type=[application/json]} 2022-07-12T11:56:42.755Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-07-12T11:56:42.755Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T11:56:42.755Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T11:56:42.767Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T11:56:42.768Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf1f3fb3-73dc-4065-9857-5104a6f8a04f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T11:56:42.768Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T11:56:42.768Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:56:42.771Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:56:42.771Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627002768, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T11:56:42.871Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:56:42.872Z||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-07-12T11:56:42.872Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:56:42.890Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:56:42.891Z||pool-55-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-07-12T11:57:06.730Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:57:06.731Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|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-07-12T11:57:06.731Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:57:06.738Z||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-07-12T11:57:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:06.871Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:06.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T11:57:06.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626966730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:57:06.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T11:57:07.356Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:07.357Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T11:57:07.357Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b77fdc6-e798-4ad9-a86e-90fa25458605","serviceName":"Demo_pNF_ms2jJKrbUuoX0tnA9O63","serviceVersion":"1.0","serviceUUID":"7ff1064d-4844-40cb-b4b8-439b95f6318f","serviceDescription":"catalog service description","serviceInvariantUUID":"084d2766-0041-4f13-a44e-25e52f1fedd8","resources":[{"resourceInstanceName":"pNF fc144abf-9023 0","resourceName":"pNF fc144abf-9023","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2320026e-a693-4ad3-98df-02ca7e31ec7d","resourceInvariantUUID":"88d71fd1-b5fe-481a-8e85-b98702b17908","resourceCustomizationUUID":"dd56a97d-6d0c-450b-944f-e4c891792e2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml","artifactChecksum":"OWM3ZmQ3Mjc4NzNiODY5ZDBlYzVmYmUwMDU1ZTBmNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66575582-1adc-4d6f-8914-609fb030076c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar","artifactChecksum":"M2FkNTJhZTI3YTE0YTcwZWNlNGYxZTk5NDQyNmIwOGM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a7e3570-9c79-46ce-b350-5fa52437afee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7f95fbd-ff08-4e86-bbce-6d9070ae213c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml","artifactChecksum":"NDQyODNmY2I3OTYwYjdhNmYyNzc2NjZhMTQ4MTk1OTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56293963-3005-4f6a-a8ef-6dadc44a0a4b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6b1446d0-0370-4ec0-9ff7-3aab66015106","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"53662d8f-415e-486d-aea7-bf0d5b96d4a5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml","artifactChecksum":"OWNjMTY5YTU4NDIxZDgzYWFmMmI2MTUyNmJkMGNkODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ec79081-1377-49ea-9765-59e8494d30dd","artifactVersion":"1"},{"artifactName":"service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar","artifactChecksum":"NmFjYzcyYjNkMDI2MTcxYTIzZGEwM2M5MDI2NjQ2ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c621ba43-2a35-4a4d-9470-cb17d305395b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T11:57:07.359Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:57:07.360Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:07.361Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:07.362Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:57:07.462Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:57:07.463Z||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-07-12T11:57:07.463Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:07.477Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:07.477Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:57:08.362Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:57:08.364Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:08.367Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:08.367Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:57:08.467Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:57:08.468Z||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-07-12T11:57:08.468Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:08.487Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:08.488Z||pool-57-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:57:09.367Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:57:09.369Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:09.371Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:09.371Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T11:57:09.471Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:57:09.472Z||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-07-12T11:57:09.472Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:09.486Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:09.487Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:57:10.371Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:57:10.372Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:10.374Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:10.374Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:57:10.475Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:57:10.476Z||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-07-12T11:57:10.476Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:10.495Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:10.495Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:57:11.375Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:57:11.376Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:11.378Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:11.378Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:57:11.478Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:57:11.479Z||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-07-12T11:57:11.479Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:11.492Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:11.493Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:57:12.378Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:57:12.379Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:12.382Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:12.382Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:57:12.482Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:57:12.483Z||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-07-12T11:57:12.483Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:12.502Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:12.502Z||pool-61-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:57:13.383Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:57:13.383Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:13.387Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:13.387Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:57:13.488Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:57:13.488Z||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-07-12T11:57:13.489Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:13.506Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:13.506Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:57:14.388Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T11:57:14.388Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:14.403Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:14.404Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:57:14.491Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-07-12T11:57:14.492Z||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-07-12T11:57:14.493Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:14.510Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:14.510Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:57:15.437Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "serviceName": "Demo_pNF_ms2jJKrbUuoX0tnA9O63", "serviceVersion": "1.0", "serviceUUID": "7ff1064d-4844-40cb-b4b8-439b95f6318f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "084d2766-0041-4f13-a44e-25e52f1fedd8", "resources": [ { "resourceInstanceName": "pNF fc144abf-9023 0", "resourceCustomizationUUID": "dd56a97d-6d0c-450b-944f-e4c891792e2f", "resourceName": "pNF fc144abf-9023", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2320026e-a693-4ad3-98df-02ca7e31ec7d", "resourceInvariantUUID": "88d71fd1-b5fe-481a-8e85-b98702b17908", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "artifactChecksum": "NmFjYzcyYjNkMDI2MTcxYTIzZGEwM2M5MDI2NjQ2ODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c621ba43-2a35-4a4d-9470-cb17d305395b" } ], "workloadContext": "Production" } 2022-07-12T11:57:15.438Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T11:57:15.438Z|bf1f3fb3-73dc-4065-9857-5104a6f8a04f|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7ff1064d-4844-40cb-b4b8-439b95f6318f ASDC 2022-07-12T11:57:15.438Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:5b77fdc6-e798-4ad9-a86e-90fa25458605 ServiceName:Demo_pNF_ms2jJKrbUuoX0tnA9O63 ServiceVersion:1.0 ServiceUUID:7ff1064d-4844-40cb-b4b8-439b95f6318f ServiceInvariantUUID:084d2766-0041-4f13-a44e-25e52f1fedd8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar ArtifactUUID:c621ba43-2a35-4a4d-9470-cb17d305395b ArtifactChecksum:NmFjYzcyYjNkMDI2MTcxYTIzZGEwM2M5MDI2NjQ2ODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF fc144abf-9023 0 ResourceCustomizationUUID:dd56a97d-6d0c-450b-944f-e4c891792e2f ResourceInvariantUUID:88d71fd1-b5fe-481a-8e85-b98702b17908 ResourceName:pNF fc144abf-9023 ResourceType:PNF ResourceUUID:2320026e-a693-4ad3-98df-02ca7e31ec7d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-12T11:57:15.438Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ff1064d-4844-40cb-b4b8-439b95f6318f 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-07-12T11:57:15.465Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:57:15.465Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T11:57:15.465Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T11:57:15.465Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c621ba43-2a35-4a4d-9470-cb17d305395b from URL: /sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:15.465Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T11:57:15.466Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:15.523Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T11:57:15.527Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar c621ba43-2a35-4a4d-9470-cb17d305395b 86690 2022-07-12T11:57:15.527Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar ASDC sendASDCNotification 2022-07-12T11:57:15.527Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:15.527Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T11:57:15.527Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:15.529Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:15.529Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627035527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:57:15.629Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T11:57:15.630Z||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-07-12T11:57:15.630Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:15.646Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:15.646Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T11:57:16.529Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T11:57:16.530Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T11:57:16.531Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c621ba43-2a35-4a4d-9470-cb17d305395b, URL: /sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar to file: /app/ASDC/1/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:16.531Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:16.531Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:16.531Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:16.665Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1318662753632907645/Definitions/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml 2022-07-12T11:57:17.436Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T11:57:17.436Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-12T11:57:17.436Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.436Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-12T11:57:17.437Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc144abf-9023 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-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.437Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||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-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.437Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.437Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||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-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.437Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.437Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.437Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.437Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-12T11:57:17.438Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.438Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.438Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Node template pNF fc144abf-9023 0 is matching search criteria 2022-07-12T11:57:17.438Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-12T11:57:17.439Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF fc144abf-9023 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:57:17.439Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.439Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.439Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Node template pNF fc144abf-9023 0 is matching search criteria 2022-07-12T11:57:17.440Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-12T11:57:17.440Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF fc144abf-9023 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T11:57:17.440Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.440Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.440Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.441Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.441Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.441Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.441Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.442Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.442Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.442Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.442Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ms2jJKrbUuoX0tnA9O63 Description:catalog service description Model UUID:7ff1064d-4844-40cb-b4b8-439b95f6318f Model Version:NULL Model InvariantUuid:084d2766-0041-4f13-a44e-25e52f1fedd8 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-07-12T11:57:17.451Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2320026e-a693-4ad3-98df-02ca7e31ec7d 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-07-12T11:57:17.455Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||pNF fc144abf-9023 0 2022-07-12T11:57:17.455Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2320026e-a693-4ad3-98df-02ca7e31ec7d 2022-07-12T11:57:17.455Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 7ff1064d-4844-40cb-b4b8-439b95f6318f 2022-07-12T11:57:17.456Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7ff1064d-4844-40cb-b4b8-439b95f6318f 2022-07-12T11:57:17.456Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc144abf-9023 0 2320026e-a693-4ad3-98df-02ca7e31ec7d 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-07-12T11:57:17.460Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cf84f79, org.onap.sdc.toscaparser.api.parameters.Input@1e21eb25, org.onap.sdc.toscaparser.api.parameters.Input@3e1a1dc8, org.onap.sdc.toscaparser.api.parameters.Input@5734c46c, org.onap.sdc.toscaparser.api.parameters.Input@4929ca74] 2022-07-12T11:57:17.461Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.461Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.461Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7ff1064d-4844-40cb-b4b8-439b95f6318f: pNF fc144abf-9023 2022-07-12T11:57:17.462Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||Processing PNF resource: 2320026e-a693-4ad3-98df-02ca7e31ec7d 2022-07-12T11:57:17.462Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T11:57:17.462Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ms2jJKrbUuoX0tnA9O63 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T11:57:17.462Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||Resource customization UUID: dd56a97d-6d0c-450b-944f-e4c891792e2f is the same as notified resource customizationUUID: dd56a97d-6d0c-450b-944f-e4c891792e2f 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-07-12T11:57:17.596Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fc144abf-9023 2320026e-a693-4ad3-98df-02ca7e31ec7d 0 ASDC deployResourceStructure 2022-07-12T11:57:17.597Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar ASDC sendASDCNotification 2022-07-12T11:57:17.597Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar 2022-07-12T11:57:17.597Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T11:57:17.597Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T11:57:17.599Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T11:57:17.599Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627037597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:57:17.700Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T11:57:17.700Z||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-07-12T11:57:17.700Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T11:57:17.717Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:57:17.717Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-12T11:57:18.602Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:57:18.614Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:57:18.615Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:57:18.616Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:57:18.616Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:57:48.617Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:57:48.630Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:57:48.632Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:57:48.632Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:57:48.632Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:58:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:58:06.739Z||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-07-12T11:58:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:58:06.776Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:58:06.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626966730, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:58:06.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626969574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:58:06.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:58:06.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657626971429, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:58:06.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:58:06.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bf1f3fb3-73dc-4065-9857-5104a6f8a04f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627002768, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T11:58:06.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:58:06.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "multicloud-k8s-id", "timestamp": 1657627008653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627010786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627008296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627007932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "multicloud-k8s-id", "timestamp": 1657627008653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627010786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627008296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627007932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.791Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "multicloud-k8s-id", "timestamp": 1657627008653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.791Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627010786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627008296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.792Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627007932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.793Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "multicloud-k8s-id", "timestamp": 1657627008653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.793Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627010786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627007932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.794Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627008296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "multicloud-k8s-id", "timestamp": 1657627008653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627010786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627007932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627008296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.797Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "multicloud-k8s-id", "timestamp": 1657627008653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627010786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.798Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.798Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627007932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627008296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "multicloud-k8s-id", "timestamp": 1657627008653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627010786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627007932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.800Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627008296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "multicloud-k8s-id", "timestamp": 1657627008653, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:58:06.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627010786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:58:06.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627007932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:58:06.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.808Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627008296, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:58:06.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.809Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.809Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.809Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627019677, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:58:06.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:58:06.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627019771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:58:06.810Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:58:06.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627019684, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T11:58:06.811Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:58:06.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.811Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.812Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.812Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.812Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627020778, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:58:06.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:58:06.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "cds", "timestamp": 1657627020694, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-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-07-12T11:58:06.824Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b77fdc6-e798-4ad9-a86e-90fa25458605 2022-07-12T11:58:06.824Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:58:06.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "policy-id", "timestamp": 1657627021782, "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-07-12T11:58:06.854Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b77fdc6-e798-4ad9-a86e-90fa25458605 2022-07-12T11:58:06.854Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:58:06.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-12T11:58:06.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627023296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627023296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOTIFIED" } 2022-07-12T11:58:06.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627025481, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T11:58:06.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T11:58:06.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:06.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T11:58:06.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627023296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T11:58:06.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T11:58:18.633Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:58:18.655Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:58:18.659Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:58:18.659Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:58:18.660Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:58:48.660Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:58:48.673Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:58:48.677Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:58:48.677Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:58:48.677Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:59:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T11:59:06.739Z||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-07-12T11:59:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T11:59:06.774Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T11:59:06.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T11:59:06.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "aai-ml", "timestamp": 1657627026485, "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-07-12T11:59:06.787Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b77fdc6-e798-4ad9-a86e-90fa25458605 2022-07-12T11:59:06.788Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:59:18.677Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:59:18.690Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:59:18.695Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:59:18.695Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T11:59:18.695Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:59:18.695Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T11:59:48.696Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T11:59:48.720Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T11:59:48.724Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T11:59:48.724Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T11:59:48.724Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T11:59:48.724Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T12:00:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:00:06.739Z||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-07-12T12:00:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:06.769Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:07.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627026712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627023296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627027898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627023296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627028653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627027933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "ves-openapi-manager", "timestamp": 1657627028902, "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-07-12T12:00:07.297Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5b77fdc6-e798-4ad9-a86e-90fa25458605 2022-07-12T12:00:07.297Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T12:00:07.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627023296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627028653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:00:07.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627027933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627030058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627023296, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627028653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T12:00:07.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627027933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T12:00:07.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627031170, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627028653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627027933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627032066, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "cds", "timestamp": 1657627032176, "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-07-12T12:00:07.332Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9460ec2-0ae0-406f-b672-d63718472e89 2022-07-12T12:00:07.332Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9460ec2-0ae0-406f-b672-d63718472e89 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-07-12T12:00:07.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627028653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T12:00:07.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627027933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "clamp", "timestamp": 1657627033070, "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-07-12T12:00:07.347Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b77fdc6-e798-4ad9-a86e-90fa25458605 2022-07-12T12:00:07.347Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T12:00:07.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627028653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627027933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627028653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627027933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:00:07.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627035527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627035719, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627036522, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "ves-openapi-manager", "timestamp": 1657627017776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/resourceInstances/pnffc144abf90230/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627036723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627037582, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627037597, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "policy-id", "timestamp": 1657627037726, "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-07-12T12:00:07.373Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9460ec2-0ae0-406f-b672-d63718472e89 2022-07-12T12:00:07.373Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9460ec2-0ae0-406f-b672-d63718472e89 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-07-12T12:00:07.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627038661, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.395Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627039696, "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-07-12T12:00:07.401Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9460ec2-0ae0-406f-b672-d63718472e89 2022-07-12T12:00:07.401Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9460ec2-0ae0-406f-b672-d63718472e89 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-07-12T12:00:07.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627039423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627017819, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "multicloud-k8s-id", "timestamp": 1657627040699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627041436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMs2jjkrbuuox0tna9o63/1.0/artifacts/service-DemoPnfMs2jjkrbuuox0tna9o63-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627042439, "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-07-12T12:00:07.416Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b77fdc6-e798-4ad9-a86e-90fa25458605 2022-07-12T12:00:07.416Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T12:00:07.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "ves-openapi-manager", "timestamp": 1657627037776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627038296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627048069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627048511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "cds", "timestamp": 1657627049074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-12T12:00:07.448Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5479936d-fd50-41b8-ac48-33ee497449b8 2022-07-12T12:00:07.448Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5479936d-fd50-41b8-ac48-33ee497449b8 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-07-12T12:00:07.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627050060, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627050774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627052070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-12T12:00:07.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-12T12:00:07.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "clamp", "timestamp": 1657627053073, "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-07-12T12:00:07.465Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9460ec2-0ae0-406f-b672-d63718472e89 2022-07-12T12:00:07.465Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9460ec2-0ae0-406f-b672-d63718472e89 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-07-12T12:00:07.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627053174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627054179, "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-07-12T12:00:07.482Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9460ec2-0ae0-406f-b672-d63718472e89 2022-07-12T12:00:07.482Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9460ec2-0ae0-406f-b672-d63718472e89 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-07-12T12:00:07.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627048653, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627047932, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627057103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627058392, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627057675, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "aai-ml", "timestamp": 1657627058110, "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-07-12T12:00:07.505Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9460ec2-0ae0-406f-b672-d63718472e89 2022-07-12T12:00:07.505Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9460ec2-0ae0-406f-b672-d63718472e89 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-07-12T12:00:07.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627058680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627059483, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "policy-id", "timestamp": 1657627059683, "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-07-12T12:00:07.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5479936d-fd50-41b8-ac48-33ee497449b8 2022-07-12T12:00:07.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5479936d-fd50-41b8-ac48-33ee497449b8 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-07-12T12:00:07.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627060568, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.532Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627061622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627062678, "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-07-12T12:00:07.541Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5479936d-fd50-41b8-ac48-33ee497449b8 2022-07-12T12:00:07.541Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5479936d-fd50-41b8-ac48-33ee497449b8 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-07-12T12:00:07.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627054077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "multicloud-k8s-id", "timestamp": 1657627063682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627030527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627064352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:07.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627066723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627040786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:07.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T12:00:07.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627067726, "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-07-12T12:00:07.569Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5479936d-fd50-41b8-ac48-33ee497449b8 2022-07-12T12:00:07.569Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5479936d-fd50-41b8-ac48-33ee497449b8 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-07-12T12:00:07.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627068062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627068224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627070070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "clamp", "timestamp": 1657627071073, "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-07-12T12:00:07.610Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5479936d-fd50-41b8-ac48-33ee497449b8 2022-07-12T12:00:07.610Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5479936d-fd50-41b8-ac48-33ee497449b8 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-07-12T12:00:07.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627076336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:00:07.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:00:07.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T12:00:07.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "aai-ml", "timestamp": 1657627077341, "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-07-12T12:00:07.637Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5479936d-fd50-41b8-ac48-33ee497449b8 2022-07-12T12:00:07.637Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5479936d-fd50-41b8-ac48-33ee497449b8 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-07-12T12:00:18.725Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:00:18.758Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T12:00:18.762Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:00:18.763Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T12:00:18.763Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T12:00:18.763Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T12:00:18.764Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:00:18.765Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:00:18.765Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:00:18.765Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:00:18.766Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:00:18.766Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:00:18.766Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:00:18.766Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T12:00:18.773Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T12:00:48.773Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 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-07-12T12:00:48.781Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b77fdc6-e798-4ad9-a86e-90fa25458605 and serviceModelVersionId: 7ff1064d-4844-40cb-b4b8-439b95f6318f 2022-07-12T12:00:48.781Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 084d2766-0041-4f13-a44e-25e52f1fedd8 2022-07-12T12:00:48.782Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?depth=0 2022-07-12T12:00:48.788Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T12:00:48.865Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?depth=0|INFO|500||Invoke 2022-07-12T12:00:48.865Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b77fdc6-e798-4ad9-a86e-90fa25458605], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7796fc7-d1b5-447a-8eb1-527b013bf5b8], X-ECOMP-RequestID=[5b77fdc6-e798-4ad9-a86e-90fa25458605], X-TransactionId=[], X-ONAP-RequestID=[5b77fdc6-e798-4ad9-a86e-90fa25458605], Content-Type=[application/merge-patch+json]} 2022-07-12T12:00:48.891Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T12:00:49.067Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?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/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220712-12:00:49:475-64931], vertex-id=[184392], Content-Length=[0], Date=[Tue, 12 Jul 2022 12:00:49 GMT], Content-Type=[application/json]} 2022-07-12T12:00:49.067Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T12:00:49.068Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/084d2766-0041-4f13-a44e-25e52f1fedd8/model-vers/model-ver/7ff1064d-4844-40cb-b4b8-439b95f6318f?depth=0|INFO|500||InvokeReturn 2022-07-12T12:00:49.069Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T12:00:49.069Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T12:00:49.096Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T12:00:49.096Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b77fdc6-e798-4ad9-a86e-90fa25458605 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T12:00:49.097Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T12:00:49.097Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:49.100Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:49.100Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627249097, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:00:49.200Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:00:49.201Z||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-07-12T12:00:49.201Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:49.219Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:49.219Z||pool-66-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-07-12T12:00:50.118Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:00:50.118Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9460ec2-0ae0-406f-b672-d63718472e89","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f964e53a-e450-41c6-ae43-18cc60ba2150","serviceDescription":"service","serviceInvariantUUID":"12ced3a0-f2bb-42c2-bacf-696a45b47519","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"870b63a9-ff6e-47b4-9a28-2f65d6f0eb49","resourceInvariantUUID":"54c340cc-3949-4c23-8298-fa26b1d14d94","resourceCustomizationUUID":"54166a42-dc8f-4428-925d-1616715ab126","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":"OGUxNGI0ODc5ZGQ1NzYxMjA3NGViODQzMTc4ZWZjYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17adda58-fd75-4845-8d19-843877db4900","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":"YjljZDU2MTA4YjRmNWFjNTRmNzVjZDgwNWM5YTA5OTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"691d4106-722e-44cd-a774-2a10a3a1c88a","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":"29e596dd-d813-4d1c-b353-1b0736b30a21","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":"8c277643-6935-4daf-b718-a81266165d68","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":"2789f060-d692-420c-8609-50de6564cd00","artifactVersion":"2","generatedFromUUID":"29e596dd-d813-4d1c-b353-1b0736b30a21"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MmNkY2YwZDJiMzRkMGUzMTY4ODQ0NjQ1ZTdiMDFiZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b30b9342-9401-47fe-93f3-d14d123797bb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWE4ODllNTRkOWY5NGYwNjk3OGViMmNjMzE2NGRmNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44d87c24-3c96-44e8-823c-e561330ff417","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T12:00:50.118Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:00:50.119Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:50.121Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:50.121Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:50.221Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:00:50.222Z||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-07-12T12:00:50.222Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:50.235Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:50.236Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:00:51.121Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:00:51.122Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:51.124Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:51.124Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:00:51.225Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:00:51.225Z||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-07-12T12:00:51.226Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:51.239Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:51.239Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:00:52.126Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:00:52.128Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:52.130Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:52.130Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T12:00:52.230Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:00:52.231Z||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-07-12T12:00:52.231Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:52.246Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:52.247Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:00:53.131Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:00:53.131Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:53.133Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:53.133Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:53.234Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:00:53.235Z||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-07-12T12:00:53.235Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:53.250Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:53.250Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:00:54.134Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:00:54.135Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:54.137Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:54.137Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T12:00:54.237Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:00:54.238Z||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-07-12T12:00:54.238Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:54.251Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:54.251Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:00:55.146Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:00:55.146Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:55.148Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:55.148Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:00:55.248Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:00:55.250Z||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-07-12T12:00:55.250Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:55.265Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:55.265Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:00:56.149Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:00:56.150Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:56.152Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:56.152Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:00:56.252Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:00:56.255Z||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-07-12T12:00:56.255Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:56.269Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:56.270Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:00:57.153Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f964e53a-e450-41c6-ae43-18cc60ba2150", "serviceDescription": "service", "serviceInvariantUUID": "12ced3a0-f2bb-42c2-bacf-696a45b47519", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "54166a42-dc8f-4428-925d-1616715ab126", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "870b63a9-ff6e-47b4-9a28-2f65d6f0eb49", "resourceInvariantUUID": "54c340cc-3949-4c23-8298-fa26b1d14d94", "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": "YjljZDU2MTA4YjRmNWFjNTRmNzVjZDgwNWM5YTA5OTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "691d4106-722e-44cd-a774-2a10a3a1c88a", "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": "29e596dd-d813-4d1c-b353-1b0736b30a21", "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": "2789f060-d692-420c-8609-50de6564cd00", "generatedFromUUID": "29e596dd-d813-4d1c-b353-1b0736b30a21" }, "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": "2789f060-d692-420c-8609-50de6564cd00", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWE4ODllNTRkOWY5NGYwNjk3OGViMmNjMzE2NGRmNjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "44d87c24-3c96-44e8-823c-e561330ff417" } ], "workloadContext": "Production" } 2022-07-12T12:00:57.154Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T12:00:57.154Z|5b77fdc6-e798-4ad9-a86e-90fa25458605|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f964e53a-e450-41c6-ae43-18cc60ba2150 ASDC 2022-07-12T12:00:57.154Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a9460ec2-0ae0-406f-b672-d63718472e89 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f964e53a-e450-41c6-ae43-18cc60ba2150 ServiceInvariantUUID:12ced3a0-f2bb-42c2-bacf-696a45b47519 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:44d87c24-3c96-44e8-823c-e561330ff417 ArtifactChecksum:OWE4ODllNTRkOWY5NGYwNjk3OGViMmNjMzE2NGRmNjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:54166a42-dc8f-4428-925d-1616715ab126 ResourceInvariantUUID:54c340cc-3949-4c23-8298-fa26b1d14d94 ResourceName:basic_vm ResourceType:VF ResourceUUID:870b63a9-ff6e-47b4-9a28-2f65d6f0eb49 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:691d4106-722e-44cd-a774-2a10a3a1c88a ArtifactChecksum:YjljZDU2MTA4YjRmNWFjNTRmNzVjZDgwNWM5YTA5OTQ= 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:29e596dd-d813-4d1c-b353-1b0736b30a21 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:2789f060-d692-420c-8609-50de6564cd00 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:2789f060-d692-420c-8609-50de6564cd00 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T12:00:57.155Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f964e53a-e450-41c6-ae43-18cc60ba2150 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-07-12T12:00:57.189Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:00:57.189Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T12:00:57.190Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T12:00:57.190Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 44d87c24-3c96-44e8-823c-e561330ff417 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-12T12:00:57.190Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:00:57.190Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-12T12:00:57.375Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:00:57.378Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 44d87c24-3c96-44e8-823c-e561330ff417 75091 2022-07-12T12:00:57.379Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-12T12:00:57.379Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-12T12:00:57.379Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:00:57.379Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:57.381Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:57.381Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627257379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:57.482Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T12:00:57.483Z||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-07-12T12:00:57.484Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:57.503Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:57.503Z||pool-74-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:00:58.382Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:00:58.383Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T12:00:58.383Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 44d87c24-3c96-44e8-823c-e561330ff417, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:58.384Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-07-12T12:00:58.384Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:58.384Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:58.516Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12049213300736494722/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-07-12T12:00:59.698Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T12:00:59.698Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-12T12:00:59.698Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.699Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-12T12:00:59.699Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.699Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.699Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.699Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.700Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.700Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.700Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.700Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.700Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T12:00:59.700Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-12T12:00:59.701Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.701Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:00:59.701Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:00:59.702Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-12T12:00:59.702Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:00:59.702Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.702Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:00:59.703Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:00:59.703Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-12T12:00:59.703Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:00:59.703Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.703Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:00:59.704Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.704Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-12T12:00:59.704Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-12T12:00:59.704Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-12T12:00:59.705Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-12T12:00:59.705Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T12:00:59.705Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T12:00:59.705Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.705Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T12:00:59.706Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.706Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:00:59.706Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:00:59.706Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.707Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:00:59.707Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:00:59.707Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.707Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:00:59.707Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:00:59.708Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.708Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-12T12:00:59.708Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-12T12:00:59.708Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T12:00:59.708Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8246d78c-a9ba-4aeb-bd88-bcd65e29c61c 2022-07-12T12:00:59.709Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.709Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:00:59.709Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.709Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:00:59.710Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.710Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:00:59.710Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:00:59.710Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:00:59.711Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f964e53a-e450-41c6-ae43-18cc60ba2150 Model Version:NULL Model InvariantUuid:12ced3a0-f2bb-42c2-bacf-696a45b47519 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:609ca045-24ef-4b3f-9f6a-03e6bfd7e892 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:54c340cc-3949-4c23-8298-fa26b1d14d94 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:54166a42-dc8f-4428-925d-1616715ab126 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:adaa97b8-23b9-43fe-bc4e-8a62464da30e ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:2b588108-13c9-44df-bcaf-3352f94b8610 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8246d78c-a9ba-4aeb-bd88-bcd65e29c61c ModelInvariantUuid:e3f4c4d2-8222-40c1-a513-8eeead4ff2e2 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:8f8a3d70-b9a5-448a-a042-c55f93b820d3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f0eb42cb-23d6-41e8-baf9-14a0b541e9b1 ModelInvariantUuid:7faf8b91-c63d-42af-a8fc-0ce0fbc84b24 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fbfb087a-5a01-4b12-9f12-8f1c904fba85 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-07-12T12:00:59.725Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 870b63a9-ff6e-47b4-9a28-2f65d6f0eb49 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-07-12T12:00:59.730Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-07-12T12:00:59.731Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 870b63a9-ff6e-47b4-9a28-2f65d6f0eb49 2022-07-12T12:00:59.731Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 691d4106-722e-44cd-a774-2a10a3a1c88a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-12T12:00:59.731Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:00:59.732Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:00:59.849Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:00:59.850Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 691d4106-722e-44cd-a774-2a10a3a1c88a 787 2022-07-12T12:00:59.850Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:00:59.850Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:00:59.851Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:00:59.851Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:00:59.855Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:00:59.855Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627259850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:00:59.961Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-07-12T12:00:59.962Z||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-07-12T12:00:59.962Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:00:59.984Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:00:59.985Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:00.856Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "adaa97b8-23b9-43fe-bc4e-8a62464da30e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b588108-13c9-44df-bcaf-3352f94b8610", "vfModuleModelCustomizationUUID": "b5761c92-6b92-4e7e-9b04-f26f7ce1c58a", "isBase": true, "artifacts": [ "29e596dd-d813-4d1c-b353-1b0736b30a21", "2789f060-d692-420c-8609-50de6564cd00" ], "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-07-12T12:01:00.861Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b588108-13c9-44df-bcaf-3352f94b8610 VfModuleModelInvariantUUID:adaa97b8-23b9-43fe-bc4e-8a62464da30e VfModuleModelDescription:NULL Artifacts UUID List:{ 29e596dd-d813-4d1c-b353-1b0736b30a21 , 2789f060-d692-420c-8609-50de6564cd00 } 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-07-12T12:01:00.863Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "adaa97b8-23b9-43fe-bc4e-8a62464da30e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2b588108-13c9-44df-bcaf-3352f94b8610", "vfModuleModelCustomizationUUID": "b5761c92-6b92-4e7e-9b04-f26f7ce1c58a", "isBase": true, "artifacts": [ "29e596dd-d813-4d1c-b353-1b0736b30a21", "2789f060-d692-420c-8609-50de6564cd00" ], "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-07-12T12:01:00.864Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2b588108-13c9-44df-bcaf-3352f94b8610 VfModuleModelInvariantUUID:adaa97b8-23b9-43fe-bc4e-8a62464da30e VfModuleModelDescription:NULL Artifacts UUID List:{ 29e596dd-d813-4d1c-b353-1b0736b30a21 , 2789f060-d692-420c-8609-50de6564cd00 } 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-07-12T12:01:00.864Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 29e596dd-d813-4d1c-b353-1b0736b30a21 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-12T12:01:00.864Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:01:00.865Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:00.941Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:01:00.942Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 29e596dd-d813-4d1c-b353-1b0736b30a21 5033 2022-07-12T12:01:00.942Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:00.942Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:00.942Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:01:00.943Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:00.945Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:00.945Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627260942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:01.045Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:01.046Z||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-07-12T12:01:01.047Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:01.066Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:01.066Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:01.946Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2789f060-d692-420c-8609-50de6564cd00 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-12T12:01:01.946Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:01:01.947Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:02.010Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:01:02.011Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2789f060-d692-420c-8609-50de6564cd00 903 2022-07-12T12:01:02.011Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:02.011Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:02.011Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:01:02.011Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:02.013Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:02.013Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627262011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:02.114Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:02.115Z||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-07-12T12:01:02.115Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:02.130Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:02.130Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:03.014Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f964e53a-e450-41c6-ae43-18cc60ba2150 2022-07-12T12:01:03.015Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 870b63a9-ff6e-47b4-9a28-2f65d6f0eb49 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-07-12T12:01:03.028Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d8345a7, org.onap.sdc.toscaparser.api.parameters.Input@499f8933, org.onap.sdc.toscaparser.api.parameters.Input@3f546f30, org.onap.sdc.toscaparser.api.parameters.Input@7061e78b, org.onap.sdc.toscaparser.api.parameters.Input@37883a5d] 2022-07-12T12:01:03.030Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.030Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:03.030Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-07-12T12:01:03.031Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 54166a42-dc8f-4428-925d-1616715ab126 2022-07-12T12:01:03.031Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 54166a42-dc8f-4428-925d-1616715ab126 matches Tosca VF Customization UUID: 54166a42-dc8f-4428-925d-1616715ab126 2022-07-12T12:01:03.031Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 54166a42-dc8f-4428-925d-1616715ab126 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-07-12T12:01:03.034Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.034Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:03.034Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 54166a42-dc8f-4428-925d-1616715ab126: {\"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-07-12T12:01:03.035Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61f8c8f3 2022-07-12T12:01:03.035Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.035Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T12:01:03.035Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5761c92-6b92-4e7e-9b04-f26f7ce1c58a 2022-07-12T12:01:03.035Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5761c92-6b92-4e7e-9b04-f26f7ce1c58a 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-07-12T12:01:03.039Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.039Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:01:03.039Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:01:03.040Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.040Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:01:03.040Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:01:03.041Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.041Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-12T12:01:03.041Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-12T12:01:03.041Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T12:01:03.042Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8246d78c-a9ba-4aeb-bd88-bcd65e29c61c 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-07-12T12:01:03.044Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.044Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:01:03.044Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:01:03.045Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.045Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T12:01:03.045Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=54166a42-dc8f-4428-925d-1616715ab126 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-07-12T12:01:03.047Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.048Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:03.048Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f964e53a-e450-41c6-ae43-18cc60ba2150: basic_vm 2022-07-12T12:01:03.048Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.048Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:03.049Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.049Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:03.049Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.049Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:03.050Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.050Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:03.050Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:03.050Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:03.051Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:03.229Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 870b63a9-ff6e-47b4-9a28-2f65d6f0eb49 1 ASDC deployResourceStructure 2022-07-12T12:01:03.229Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:03.229Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:03.230Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:01:03.230Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:03.232Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:03.233Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627263229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:01:03.333Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:03.334Z||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-07-12T12:01:03.334Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:03.357Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:03.357Z||pool-78-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:01:04.234Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:04.234Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:04.234Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:01:04.235Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:04.237Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:04.237Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627264233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:01:04.337Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:04.339Z||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-07-12T12:01:04.339Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:04.412Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:04.412Z||pool-79-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:05.238Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:05.238Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||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-07-12T12:01:05.239Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:01:05.239Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:05.241Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:05.241Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627265238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-12T12:01:05.341Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:05.342Z||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-07-12T12:01:05.342Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:05.374Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:05.375Z||pool-80-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:01:06.242Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-12T12:01:06.242Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-12T12:01:06.242Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:01:06.243Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:06.245Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:06.245Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627266241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:01:06.345Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:06.346Z||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-07-12T12:01:06.347Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:06.409Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:06.410Z||pool-81-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:06.738Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:01:06.739Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T12:01:06.739Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:07.246Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9460ec2-0ae0-406f-b672-d63718472e89 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:01:07.258Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9460ec2-0ae0-406f-b672-d63718472e89 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-07-12T12:01:07.261Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:01:07.261Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T12:01:07.261Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T12:01:07.261Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T12:01:07.261Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:01:07.262Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:01:07.262Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:01:07.262Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:01:07.262Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:01:07.263Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:01:07.263Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T12:01:07.269Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T12:01:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b77fdc6-e798-4ad9-a86e-90fa25458605", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627249097, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:01:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:01:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627026730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627257379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627259850, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627260942, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627262011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627263229, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627264233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:01:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627265238, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-12T12:01:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:01:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627266241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:01:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:01:37.269Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9460ec2-0ae0-406f-b672-d63718472e89 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-07-12T12:01:37.278Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9460ec2-0ae0-406f-b672-d63718472e89 and serviceModelVersionId: f964e53a-e450-41c6-ae43-18cc60ba2150 2022-07-12T12:01:37.278Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 12ced3a0-f2bb-42c2-bacf-696a45b47519 2022-07-12T12:01:37.279Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?depth=0 2022-07-12T12:01:37.283Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T12:01:37.324Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?depth=0|INFO|500||Invoke 2022-07-12T12:01:37.324Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9460ec2-0ae0-406f-b672-d63718472e89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32afbd8b-3e8e-4d6b-889e-ceddc1775fb1], X-ECOMP-RequestID=[a9460ec2-0ae0-406f-b672-d63718472e89], X-TransactionId=[], X-ONAP-RequestID=[a9460ec2-0ae0-406f-b672-d63718472e89], Content-Type=[application/merge-patch+json]} 2022-07-12T12:01:37.344Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T12:01:37.526Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?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/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220712-12:01:37:927-16023], vertex-id=[204992], Content-Length=[0], Date=[Tue, 12 Jul 2022 12:01:37 GMT], Content-Type=[application/json]} 2022-07-12T12:01:37.527Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T12:01:37.528Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/12ced3a0-f2bb-42c2-bacf-696a45b47519/model-vers/model-ver/f964e53a-e450-41c6-ae43-18cc60ba2150?depth=0|INFO|500||InvokeReturn 2022-07-12T12:01:37.528Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T12:01:37.529Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T12:01:37.535Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T12:01:37.536Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9460ec2-0ae0-406f-b672-d63718472e89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T12:01:37.536Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T12:01:37.537Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:37.538Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:37.539Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627297536, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:01:37.639Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:37.640Z||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-07-12T12:01:37.640Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:37.657Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:37.658Z||pool-82-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-07-12T12:01:38.580Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:01:38.581Z|a9460ec2-0ae0-406f-b672-d63718472e89|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-07-12T12:01:38.581Z|a9460ec2-0ae0-406f-b672-d63718472e89|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:43.022Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:43.023Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:01:43.023Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5479936d-fd50-41b8-ac48-33ee497449b8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a87d347c-415c-4c06-a7eb-343f460c6193","serviceDescription":"service","serviceInvariantUUID":"b8be1648-5972-45e0-a519-c313dd53de96","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc5869f0-069a-4882-ac1f-8cf42cf8ee92","resourceInvariantUUID":"adde2a70-dd9b-4947-887a-50bc0499cf6f","resourceCustomizationUUID":"3f60656c-6158-4dea-b1bc-e3e0afe1161a","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":"NzIzNDQ0OGViMzQzMTY5NTEyODY5MGQyODA4ZTcyY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"438f70a0-3024-4814-9bcd-d4622e206ce0","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":"c803142a-d62a-4bc0-86a7-c694bab9188b","artifactVersion":"2","generatedFromUUID":"d7ac08c2-0e30-413e-adca-e53081de70c9"},{"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":"d7ac08c2-0e30-413e-adca-e53081de70c9","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":"NTk0MTNjMzUzODlhZTU2NmE0YzZjYjQ5MmIyMGM1YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa7ad801-9d2d-44ee-bf28-31e97b9c1b33","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":"ecbb31cb-da7b-4da3-a736-7168040444fa","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":"bfc0cb19-af7a-4cb2-a047-7cfa01699c79","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":"22ec393e-67d4-42d8-8aaa-e4d41ae15f7b","artifactVersion":"2","generatedFromUUID":"ecbb31cb-da7b-4da3-a736-7168040444fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2FmMjc3ZWIxNWY2NTM4YmI4YWY0MDIzMTIxMzY0YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b294a62b-be59-494b-b45b-b12fd670d7e3","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ODE5NDRlNDg3OGVlMDBhYjNlNjU0NTczYzc3NjhjODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dec1b133-f974-4079-8d86-1e925d7dc371","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T12:01:43.026Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:43.026Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:43.029Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:43.029Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:01:43.129Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:01:43.131Z||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-07-12T12:01:43.131Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:43.151Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:43.151Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:44.030Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:44.031Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:44.033Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:44.033Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-12T12:01:44.133Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:44.134Z||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-07-12T12:01:44.134Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:44.187Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:44.188Z||pool-84-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:01:45.034Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:45.035Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:45.036Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:45.037Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-12T12:01:45.137Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:45.138Z||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-07-12T12:01:45.138Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:45.169Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:45.170Z||pool-85-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:46.037Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:46.038Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:46.040Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:46.040Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:01:46.140Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:46.141Z||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-07-12T12:01:46.142Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:46.184Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:46.185Z||pool-86-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:47.040Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:47.041Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:47.043Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:47.043Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-12T12:01:47.143Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:47.144Z||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-07-12T12:01:47.145Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:47.201Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:47.202Z||pool-87-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:48.044Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:48.045Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:48.048Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:48.048Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:01:48.148Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:48.149Z||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-07-12T12:01:48.150Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:48.164Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:48.165Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:01:49.050Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:49.051Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:49.053Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:49.053Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-12T12:01:49.153Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:49.154Z||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-07-12T12:01:49.154Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:49.169Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:49.169Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:50.054Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:50.055Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:50.057Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:50.057Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:01:50.157Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:50.158Z||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-07-12T12:01:50.158Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:50.176Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:50.176Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:51.057Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:01:51.058Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:51.060Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:51.061Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:01:51.161Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:51.162Z||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-07-12T12:01:51.162Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:51.186Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:51.187Z||pool-91-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:52.062Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "a87d347c-415c-4c06-a7eb-343f460c6193", "serviceDescription": "service", "serviceInvariantUUID": "b8be1648-5972-45e0-a519-c313dd53de96", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3f60656c-6158-4dea-b1bc-e3e0afe1161a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cc5869f0-069a-4882-ac1f-8cf42cf8ee92", "resourceInvariantUUID": "adde2a70-dd9b-4947-887a-50bc0499cf6f", "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": "c803142a-d62a-4bc0-86a7-c694bab9188b", "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": "d7ac08c2-0e30-413e-adca-e53081de70c9", "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": "NTk0MTNjMzUzODlhZTU2NmE0YzZjYjQ5MmIyMGM1YTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aa7ad801-9d2d-44ee-bf28-31e97b9c1b33", "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": "ecbb31cb-da7b-4da3-a736-7168040444fa", "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": "22ec393e-67d4-42d8-8aaa-e4d41ae15f7b", "generatedFromUUID": "ecbb31cb-da7b-4da3-a736-7168040444fa" }, "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": "22ec393e-67d4-42d8-8aaa-e4d41ae15f7b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ODE5NDRlNDg3OGVlMDBhYjNlNjU0NTczYzc3NjhjODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dec1b133-f974-4079-8d86-1e925d7dc371" } ], "workloadContext": "Production" } 2022-07-12T12:01:52.062Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T12:01:52.062Z|a9460ec2-0ae0-406f-b672-d63718472e89|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a87d347c-415c-4c06-a7eb-343f460c6193 ASDC 2022-07-12T12:01:52.063Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:5479936d-fd50-41b8-ac48-33ee497449b8 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:a87d347c-415c-4c06-a7eb-343f460c6193 ServiceInvariantUUID:b8be1648-5972-45e0-a519-c313dd53de96 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:dec1b133-f974-4079-8d86-1e925d7dc371 ArtifactChecksum:ODE5NDRlNDg3OGVlMDBhYjNlNjU0NTczYzc3NjhjODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3f60656c-6158-4dea-b1bc-e3e0afe1161a ResourceInvariantUUID:adde2a70-dd9b-4947-887a-50bc0499cf6f ResourceName:basic_cnf ResourceType:VF ResourceUUID:cc5869f0-069a-4882-ac1f-8cf42cf8ee92 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:c803142a-d62a-4bc0-86a7-c694bab9188b 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:d7ac08c2-0e30-413e-adca-e53081de70c9 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:aa7ad801-9d2d-44ee-bf28-31e97b9c1b33 ArtifactChecksum:NTk0MTNjMzUzODlhZTU2NmE0YzZjYjQ5MmIyMGM1YTU= 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:ecbb31cb-da7b-4da3-a736-7168040444fa 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:22ec393e-67d4-42d8-8aaa-e4d41ae15f7b 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:22ec393e-67d4-42d8-8aaa-e4d41ae15f7b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T12:01:52.063Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a87d347c-415c-4c06-a7eb-343f460c6193 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-07-12T12:01:52.113Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:01:52.114Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T12:01:52.114Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T12:01:52.114Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dec1b133-f974-4079-8d86-1e925d7dc371 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-12T12:01:52.114Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:01:52.114Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-12T12:01:52.326Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:01:52.331Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dec1b133-f974-4079-8d86-1e925d7dc371 72993 2022-07-12T12:01:52.332Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-12T12:01:52.332Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-12T12:01:52.333Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:01:52.333Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:52.336Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:52.337Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627312332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:52.437Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:52.437Z||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-07-12T12:01:52.438Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:52.452Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:52.453Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:01:53.337Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:01:53.338Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-07-12T12:01:53.339Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dec1b133-f974-4079-8d86-1e925d7dc371, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T12:01:53.339Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-07-12T12:01:53.339Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T12:01:53.339Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T12:01:53.505Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8439031426506396956/Definitions/service-BasicCnf-template.yml 2022-07-12T12:01:54.555Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T12:01:54.556Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-12T12:01:54.556Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T12:01:54.556Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-12T12:01:54.556Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:54.556Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:54.556Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T12:01:54.556Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:54.557Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-07-12T12:01:54.557Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.557Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:54.557Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:01:54.557Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-12T12:01:54.557Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:01:54.558Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.558Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:54.558Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:01:54.558Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-07-12T12:01:54.558Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:01:54.558Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.558Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:54.559Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.559Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-12T12:01:54.559Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-07-12T12:01:54.559Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-07-12T12:01:54.559Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T12:01:54.559Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.559Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T12:01:54.560Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.560Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:01:54.560Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:01:54.560Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.560Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:01:54.560Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:01:54.560Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.561Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:01:54.561Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:01:54.561Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.561Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-12T12:01:54.561Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-12T12:01:54.561Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ee469c84-34ea-47a6-b28d-0bbbef1ced9a 2022-07-12T12:01:54.561Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.562Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:54.562Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.562Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:54.562Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.562Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:54.562Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:01:54.563Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:01:54.563Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:a87d347c-415c-4c06-a7eb-343f460c6193 Model Version:NULL Model InvariantUuid:b8be1648-5972-45e0-a519-c313dd53de96 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:44a6c6e7-aa75-4d27-b907-c201f6e4c3d2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:adde2a70-dd9b-4947-887a-50bc0499cf6f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3f60656c-6158-4dea-b1bc-e3e0afe1161a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:95a49734-5303-419e-96e0-fcdc00a92a89 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ac06dfa7-bf2b-4aa0-ac05-c58728c6ba76 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ee469c84-34ea-47a6-b28d-0bbbef1ced9a ModelInvariantUuid:16a46765-3346-4781-99d4-1c42bad040a5 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0fd0cce6-4139-4bef-bc7b-10adb9210141 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:cc7aa274-f83c-4d5c-bda6-f20e6863e496 ModelInvariantUuid:bba7db31-956e-4b2c-8ab0-3a338040c8af ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:b278772f-41c6-4891-a84c-1df87cffb054 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-07-12T12:01:54.570Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cc5869f0-069a-4882-ac1f-8cf42cf8ee92 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-07-12T12:01:54.573Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-07-12T12:01:54.574Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc5869f0-069a-4882-ac1f-8cf42cf8ee92 2022-07-12T12:01:54.574Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c803142a-d62a-4bc0-86a7-c694bab9188b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-12T12:01:54.574Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:01:54.574Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:54.687Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:01:54.687Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c803142a-d62a-4bc0-86a7-c694bab9188b 12 2022-07-12T12:01:54.687Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:54.687Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:54.687Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:01:54.688Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:54.689Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:54.689Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627314687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:54.793Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-12T12:01:54.802Z||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-07-12T12:01:54.805Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:54.841Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:54.842Z||pool-93-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:55.691Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7ac08c2-0e30-413e-adca-e53081de70c9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-12T12:01:55.693Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:01:55.694Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:55.741Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:01:55.741Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d7ac08c2-0e30-413e-adca-e53081de70c9 2688 2022-07-12T12:01:55.742Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:55.742Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:55.742Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:01:55.743Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:55.745Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:55.745Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627315742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:55.845Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:55.846Z||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-07-12T12:01:55.846Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:55.860Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:55.861Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:56.747Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: aa7ad801-9d2d-44ee-bf28-31e97b9c1b33 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-12T12:01:56.747Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:01:56.747Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:56.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:01:56.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json aa7ad801-9d2d-44ee-bf28-31e97b9c1b33 828 2022-07-12T12:01:56.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:56.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:56.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:01:56.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:56.892Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:56.892Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627316887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:56.989Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-07-12T12:01:56.990Z||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-07-12T12:01:56.990Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:57.006Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:57.007Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:57.892Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "95a49734-5303-419e-96e0-fcdc00a92a89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ac06dfa7-bf2b-4aa0-ac05-c58728c6ba76", "vfModuleModelCustomizationUUID": "09107195-dae4-45a9-9516-28e7db2c0aff", "isBase": true, "artifacts": [ "d7ac08c2-0e30-413e-adca-e53081de70c9", "ecbb31cb-da7b-4da3-a736-7168040444fa", "22ec393e-67d4-42d8-8aaa-e4d41ae15f7b" ], "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-07-12T12:01:57.896Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ac06dfa7-bf2b-4aa0-ac05-c58728c6ba76 VfModuleModelInvariantUUID:95a49734-5303-419e-96e0-fcdc00a92a89 VfModuleModelDescription:NULL Artifacts UUID List:{ d7ac08c2-0e30-413e-adca-e53081de70c9 , ecbb31cb-da7b-4da3-a736-7168040444fa , 22ec393e-67d4-42d8-8aaa-e4d41ae15f7b } 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-07-12T12:01:57.898Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "95a49734-5303-419e-96e0-fcdc00a92a89", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ac06dfa7-bf2b-4aa0-ac05-c58728c6ba76", "vfModuleModelCustomizationUUID": "09107195-dae4-45a9-9516-28e7db2c0aff", "isBase": true, "artifacts": [ "d7ac08c2-0e30-413e-adca-e53081de70c9", "ecbb31cb-da7b-4da3-a736-7168040444fa", "22ec393e-67d4-42d8-8aaa-e4d41ae15f7b" ], "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-07-12T12:01:57.898Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ac06dfa7-bf2b-4aa0-ac05-c58728c6ba76 VfModuleModelInvariantUUID:95a49734-5303-419e-96e0-fcdc00a92a89 VfModuleModelDescription:NULL Artifacts UUID List:{ d7ac08c2-0e30-413e-adca-e53081de70c9 , ecbb31cb-da7b-4da3-a736-7168040444fa , 22ec393e-67d4-42d8-8aaa-e4d41ae15f7b } 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-07-12T12:01:57.898Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ecbb31cb-da7b-4da3-a736-7168040444fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-12T12:01:57.898Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:01:57.899Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:57.965Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:01:57.966Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ecbb31cb-da7b-4da3-a736-7168040444fa 1164 2022-07-12T12:01:57.966Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:57.966Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:57.966Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:01:57.966Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:57.968Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:57.968Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627317966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:58.069Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:58.069Z||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-07-12T12:01:58.070Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:58.082Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:58.082Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:01:58.969Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 22ec393e-67d4-42d8-8aaa-e4d41ae15f7b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-12T12:01:58.970Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-07-12T12:01:58.970Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:59.114Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-07-12T12:01:59.115Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 22ec393e-67d4-42d8-8aaa-e4d41ae15f7b 200 2022-07-12T12:01:59.115Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:59.115Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:01:59.115Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:01:59.116Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:01:59.118Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:01:59.118Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627319115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:01:59.218Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:01:59.219Z||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-07-12T12:01:59.219Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:01:59.235Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:01:59.236Z||pool-97-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:02:00.119Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a87d347c-415c-4c06-a7eb-343f460c6193 2022-07-12T12:02:00.119Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 cc5869f0-069a-4882-ac1f-8cf42cf8ee92 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=? 2022-07-12T12:02:00.135Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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 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 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-07-12T12:02:00.142Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27861374, org.onap.sdc.toscaparser.api.parameters.Input@1e792366, org.onap.sdc.toscaparser.api.parameters.Input@28fa1078, org.onap.sdc.toscaparser.api.parameters.Input@31496fdc, org.onap.sdc.toscaparser.api.parameters.Input@26c3c732] 2022-07-12T12:02:00.143Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.144Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:02:00.144Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-07-12T12:02:00.144Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3f60656c-6158-4dea-b1bc-e3e0afe1161a 2022-07-12T12:02:00.144Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f60656c-6158-4dea-b1bc-e3e0afe1161a matches Tosca VF Customization UUID: 3f60656c-6158-4dea-b1bc-e3e0afe1161a 2022-07-12T12:02:00.144Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3f60656c-6158-4dea-b1bc-e3e0afe1161a 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-07-12T12:02:00.146Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.146Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:02:00.147Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3f60656c-6158-4dea-b1bc-e3e0afe1161a: {\"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-07-12T12:02:00.147Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73babc64 2022-07-12T12:02:00.147Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.147Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T12:02:00.147Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 09107195-dae4-45a9-9516-28e7db2c0aff 2022-07-12T12:02:00.148Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 09107195-dae4-45a9-9516-28e7db2c0aff 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-07-12T12:02:00.149Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.150Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:02:00.150Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:02:00.150Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.150Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:02:00.151Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:02:00.151Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.151Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-12T12:02:00.151Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-12T12:02:00.151Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ee469c84-34ea-47a6-b28d-0bbbef1ced9a 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-07-12T12:02:00.153Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.153Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:02:00.154Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:02:00.154Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.154Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T12:02:00.154Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3f60656c-6158-4dea-b1bc-e3e0afe1161a 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-07-12T12:02:00.155Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.156Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:02:00.156Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a87d347c-415c-4c06-a7eb-343f460c6193: basic_cnf 2022-07-12T12:02:00.156Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.156Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:02:00.156Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.157Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:02:00.157Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.157Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:02:00.157Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.157Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:02:00.157Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:02:00.158Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:02:00.158Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:00.240Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf cc5869f0-069a-4882-ac1f-8cf42cf8ee92 1 ASDC deployResourceStructure 2022-07-12T12:02:00.241Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:00.241Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:00.242Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-12T12:02:00.242Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:02:00.244Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:02:00.244Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627320241, "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-07-12T12:02:00.344Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:02:00.345Z||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-07-12T12:02:00.345Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:00.360Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:00.361Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:02:01.245Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:01.245Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:01.245Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-12T12:02:01.245Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:02:01.247Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:02:01.247Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627321244, "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-07-12T12:02:01.348Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:02:01.348Z||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-07-12T12:02:01.349Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:01.362Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:01.363Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:02:02.248Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:02.249Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:02.249Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:02:02.249Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:02:02.251Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:02:02.251Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627322248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:02:02.351Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:02:02.352Z||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-07-12T12:02:02.352Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:02.368Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:02.368Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:02:03.252Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:03.253Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:03.253Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:02:03.253Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:02:03.255Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:02:03.255Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627323252, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:02:03.356Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:02:03.356Z||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-07-12T12:02:03.357Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:03.377Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:03.377Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:02:04.256Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:04.256Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||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-07-12T12:02:04.257Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:02:04.257Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:02:04.259Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:02:04.259Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627324256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-12T12:02:04.360Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:02:04.360Z||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-07-12T12:02:04.360Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:04.392Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:04.393Z||pool-102-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:02:05.260Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-12T12:02:05.261Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-12T12:02:05.261Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:02:05.262Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:02:05.263Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:02:05.264Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627325260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:02:05.364Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:02:05.365Z||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-07-12T12:02:05.365Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:05.412Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:05.413Z||pool-103-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:02:06.264Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5479936d-fd50-41b8-ac48-33ee497449b8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:02:06.276Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5479936d-fd50-41b8-ac48-33ee497449b8 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-07-12T12:02:06.279Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:02:06.280Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T12:02:06.280Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T12:02:06.280Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T12:02:06.280Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:02:06.281Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:02:06.281Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:02:06.281Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:02:06.281Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:02:06.282Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:02:06.282Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T12:02:06.287Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T12:02:06.738Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:02:06.739Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T12:02:06.739Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:07.398Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:07.399Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.399Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9460ec2-0ae0-406f-b672-d63718472e89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627297536, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:02:07.400Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.400Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.400Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:02:07.400Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.400Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.400Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.401Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-12T12:02:07.402Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.402Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.402Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:02:07.402Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.402Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.402Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-12T12:02:07.402Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.402Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627298580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627312332, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.403Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627314687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:02:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627315742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T12:02:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.404Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627316887, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:02:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627317966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:02:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627319115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:02:07.405Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627320241, "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-07-12T12:02:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627321244, "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-07-12T12:02:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.406Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627322248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:02:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627323252, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:02:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.407Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627324256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-12T12:02:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:02:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627325260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:02:07.408Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:02:36.288Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5479936d-fd50-41b8-ac48-33ee497449b8 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-07-12T12:02:36.306Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5479936d-fd50-41b8-ac48-33ee497449b8 and serviceModelVersionId: a87d347c-415c-4c06-a7eb-343f460c6193 2022-07-12T12:02:36.306Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8be1648-5972-45e0-a519-c313dd53de96 2022-07-12T12:02:36.308Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?depth=0 2022-07-12T12:02:36.315Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T12:02:36.371Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?depth=0|INFO|500||Invoke 2022-07-12T12:02:36.371Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5479936d-fd50-41b8-ac48-33ee497449b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df1c4db2-fd84-4dba-9e72-d67f298e0e71], X-ECOMP-RequestID=[5479936d-fd50-41b8-ac48-33ee497449b8], X-TransactionId=[], X-ONAP-RequestID=[5479936d-fd50-41b8-ac48-33ee497449b8], Content-Type=[application/merge-patch+json]} 2022-07-12T12:02:36.401Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T12:02:36.851Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?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/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220712-12:02:36:986-50290], vertex-id=[196720], Content-Length=[0], Date=[Tue, 12 Jul 2022 12:02:36 GMT], Content-Type=[application/json]} 2022-07-12T12:02:36.852Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T12:02:36.853Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8be1648-5972-45e0-a519-c313dd53de96/model-vers/model-ver/a87d347c-415c-4c06-a7eb-343f460c6193?depth=0|INFO|500||InvokeReturn 2022-07-12T12:02:36.853Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T12:02:36.853Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T12:02:36.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T12:02:36.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5479936d-fd50-41b8-ac48-33ee497449b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T12:02:36.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T12:02:36.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:02:36.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:02:36.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627356875, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:02:36.978Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:02:36.979Z||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-07-12T12:02:36.979Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:36.995Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:36.996Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-12T12:02:37.892Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:02:37.892Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:02:37.892Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:47.440Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:47.441Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:02:47.442Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:02:47.442Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:02:56.987Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:02:56.989Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:02:56.989Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:02:56.989Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:03:06.533Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:03:06.534Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:03:06.534Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:03:06.535Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:03:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:03:06.739Z||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-07-12T12:03:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:03:07.405Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:03:07.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T12:03:07.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5479936d-fd50-41b8-ac48-33ee497449b8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627356875, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:03:07.408Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:03:16.084Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:03:16.085Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:03:16.086Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:03:16.086Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:03:25.624Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:04:06.730Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:04:06.731Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:04:06.731Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:04:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:04:06.738Z||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-07-12T12:04:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:04:16.303Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:04:16.303Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:05:06.733Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:05:06.735Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:05:06.735Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:05:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:05:06.738Z||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-07-12T12:05:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:05:16.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:05:16.298Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:06:06.730Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:06:06.732Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:06:06.732Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:06:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:06:06.739Z||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-07-12T12:06:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:06:16.285Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:06:16.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:07:06.730Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:07:06.732Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T12:07:06.732Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:07:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:07:06.739Z||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-07-12T12:07:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:07:16.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:07:16.293Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:08:06.730Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:08:06.731Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T12:08:06.731Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:08:06.738Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:08:06.739Z||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-07-12T12:08:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:08:16.316Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:08:16.317Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:09:06.730Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:09:06.731Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T12:09:06.731Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:09:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:09:06.738Z||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-07-12T12:09:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:09:16.290Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:09:16.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:10:06.731Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:10:06.732Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T12:10:06.732Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:10:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:10:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:10:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:10:16.307Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:10:16.310Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:06.730Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:11:06.731Z|01558d78-34d2-475c-95fd-61fa4d16c584|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-07-12T12:11:06.731Z|01558d78-34d2-475c-95fd-61fa4d16c584|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:06.737Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:11:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:11:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:13.757Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:13.759Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T12:11:13.759Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2859ab3-00cb-41c7-b345-ef6162c0987a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"12602849-346c-46eb-a724-344d286d1d7f","serviceDescription":"service","serviceInvariantUUID":"5755c954-1ee9-415e-a2c0-ceba190d5c77","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e527855d-6b77-499c-8eef-f5b10e51b8e4","resourceInvariantUUID":"38e6e9bc-acdd-4be2-90b7-3246d6f6d8cf","resourceCustomizationUUID":"197224af-0af6-4c65-92d3-10f05e4e9ff3","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":"MDAxYzVlMGVhYTg4NDg2OTlmMTNhYzE3ZTUzZTdlZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50fdbc7a-deef-4707-9bec-4e7879fafbb0","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":"YjJmNGJmMjY0YTAwYjJiNjRkZDA1YWRjNDY1MDIyZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8533c877-17ab-410f-ae9f-e6dfc823dfb7","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":"b813a562-e21b-4adb-8b1c-5d663930421b","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":"ed6b6b26-a0da-4da2-b6c6-dd20328bd450","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":"d2d2624d-6927-426e-a381-0898322b69e6","artifactVersion":"2","generatedFromUUID":"b813a562-e21b-4adb-8b1c-5d663930421b"},{"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":"OWQ1NDVkZTAyOWNiZGJmZmJkZjIyMjE0NDliYTEzNjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1abfb114-2a32-4d62-872f-7ca31553b723","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":"MDczMjg2MGE4OTY0YTEzMmNjNzM1MGUxZjQxMzA5YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5011fe16-588c-47a0-8d68-e66e6f3f055f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzI4ZTc2ODMyM2FiZDMxMDBiZDI5YTUyZmNiNTdkZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe50f621-c4ee-44fe-9488-9f4b9609468c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T12:11:13.763Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:11:13.763Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:13.768Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:13.769Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:13.869Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:13.871Z||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-07-12T12:11:13.871Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:13.904Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:13.905Z||pool-105-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":14,"count":1} 2022-07-12T12:11:14.618Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:14.618Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:11:14.618Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627863296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:14.619Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:11:14.619Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:11:14.619Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627868653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:14.619Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:11:14.619Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:11:14.619Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:14.620Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:11:14.620Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:11:14.620Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627870527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:14.620Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:11:14.620Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:11:14.620Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627867933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:14.620Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:11:14.769Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:11:14.770Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:14.773Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:14.773Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:11:14.873Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:14.874Z||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-07-12T12:11:14.874Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:14.893Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:14.894Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:15.773Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:11:15.774Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:15.776Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:15.776Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T12:11:15.877Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T12:11:15.877Z||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-07-12T12:11:15.878Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:15.894Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:15.895Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:16.777Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:11:16.777Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:16.780Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:16.780Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:16.880Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:16.922Z||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-07-12T12:11:16.923Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:16.940Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:16.942Z||pool-108-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:17.780Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:11:17.781Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:17.783Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:17.783Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T12:11:17.883Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:17.884Z||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-07-12T12:11:17.884Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:17.911Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:17.912Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:18.784Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:11:18.785Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:18.788Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:18.788Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:18.888Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:18.889Z||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-07-12T12:11:18.889Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:18.918Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:18.919Z||pool-110-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:19.789Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:11:19.791Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:19.794Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:19.794Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:11:19.894Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:19.895Z||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-07-12T12:11:19.895Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:19.908Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:19.908Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:11:20.794Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:11:20.795Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:20.797Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:20.797Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:11:20.898Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:20.899Z||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-07-12T12:11:20.899Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:20.916Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:20.917Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:21.799Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "12602849-346c-46eb-a724-344d286d1d7f", "serviceDescription": "service", "serviceInvariantUUID": "5755c954-1ee9-415e-a2c0-ceba190d5c77", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "197224af-0af6-4c65-92d3-10f05e4e9ff3", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e527855d-6b77-499c-8eef-f5b10e51b8e4", "resourceInvariantUUID": "38e6e9bc-acdd-4be2-90b7-3246d6f6d8cf", "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": "YjJmNGJmMjY0YTAwYjJiNjRkZDA1YWRjNDY1MDIyZGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8533c877-17ab-410f-ae9f-e6dfc823dfb7", "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": "b813a562-e21b-4adb-8b1c-5d663930421b", "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": "d2d2624d-6927-426e-a381-0898322b69e6", "generatedFromUUID": "b813a562-e21b-4adb-8b1c-5d663930421b" }, "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": "d2d2624d-6927-426e-a381-0898322b69e6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzI4ZTc2ODMyM2FiZDMxMDBiZDI5YTUyZmNiNTdkZjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe50f621-c4ee-44fe-9488-9f4b9609468c" } ], "workloadContext": "Production" } 2022-07-12T12:11:21.799Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T12:11:21.799Z|01558d78-34d2-475c-95fd-61fa4d16c584|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12602849-346c-46eb-a724-344d286d1d7f ASDC 2022-07-12T12:11:21.800Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:b2859ab3-00cb-41c7-b345-ef6162c0987a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:12602849-346c-46eb-a724-344d286d1d7f ServiceInvariantUUID:5755c954-1ee9-415e-a2c0-ceba190d5c77 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:fe50f621-c4ee-44fe-9488-9f4b9609468c ArtifactChecksum:MzI4ZTc2ODMyM2FiZDMxMDBiZDI5YTUyZmNiNTdkZjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:197224af-0af6-4c65-92d3-10f05e4e9ff3 ResourceInvariantUUID:38e6e9bc-acdd-4be2-90b7-3246d6f6d8cf ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e527855d-6b77-499c-8eef-f5b10e51b8e4 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:8533c877-17ab-410f-ae9f-e6dfc823dfb7 ArtifactChecksum:YjJmNGJmMjY0YTAwYjJiNjRkZDA1YWRjNDY1MDIyZGY= 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:b813a562-e21b-4adb-8b1c-5d663930421b 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:d2d2624d-6927-426e-a381-0898322b69e6 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:d2d2624d-6927-426e-a381-0898322b69e6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T12:11:21.800Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12602849-346c-46eb-a724-344d286d1d7f 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-07-12T12:11:21.877Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:11:21.879Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T12:11:21.880Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T12:11:21.880Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe50f621-c4ee-44fe-9488-9f4b9609468c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-12T12:11:21.880Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T12:11:21.881Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-12T12:11:21.990Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T12:11:21.995Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar fe50f621-c4ee-44fe-9488-9f4b9609468c 82843 2022-07-12T12:11:21.996Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-12T12:11:21.996Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-12T12:11:21.996Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:11:21.996Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:21.999Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:21.999Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627881995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:11:22.099Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:22.100Z||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-07-12T12:11:22.100Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:22.114Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:22.115Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:23.000Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:11:23.001Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T12:11:23.001Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fe50f621-c4ee-44fe-9488-9f4b9609468c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T12:11:23.002Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-07-12T12:11:23.002Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T12:11:23.003Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T12:11:23.233Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17737246845493527976/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-07-12T12:11:24.525Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T12:11:24.526Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T12:11:24.526Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T12:11:24.526Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-12T12:11:24.526Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:24.526Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:24.526Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|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-BasicVmMacro-csar.csar 2022-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.527Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:24.528Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:24.528Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T12:11:24.528Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:11:24.528Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.528Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:24.528Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:24.529Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T12:11:24.529Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:11:24.529Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.529Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:24.529Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.529Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-12T12:11:24.530Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-12T12:11:24.530Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-12T12:11:24.530Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-12T12:11:24.530Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T12:11:24.530Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T12:11:24.530Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.530Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T12:11:24.531Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.531Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:24.531Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:11:24.531Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.531Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:24.531Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:11:24.531Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.532Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:24.532Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:11:24.532Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.532Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-12T12:11:24.532Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-12T12:11:24.532Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T12:11:24.532Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=feb0fdd8-a912-4a73-a536-117ddd4843bd 2022-07-12T12:11:24.533Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.533Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:24.533Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.533Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:24.533Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.533Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:24.533Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:24.534Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:24.534Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:12602849-346c-46eb-a724-344d286d1d7f Model Version:NULL Model InvariantUuid:5755c954-1ee9-415e-a2c0-ceba190d5c77 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:f35b5638-b473-44e8-a2f9-e288da166a93 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:38e6e9bc-acdd-4be2-90b7-3246d6f6d8cf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:197224af-0af6-4c65-92d3-10f05e4e9ff3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a7bac7de-89bb-4d2a-8dc0-8c3b332c4787 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0d6dc04f-36be-408d-89df-4554e7eac9df ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:feb0fdd8-a912-4a73-a536-117ddd4843bd ModelInvariantUuid:b6e66182-3e53-4524-813b-38065ea1e20e ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:a791e9e2-148d-4b05-8453-c4cb8025f33a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fd2311a1-0d86-480e-bf01-a1bac4241155 ModelInvariantUuid:94746fe0-a25d-477d-bb9f-16f1e9b7003f ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:899a6a0b-a39f-4b1d-8846-79ad678d2b90 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-07-12T12:11:24.565Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e527855d-6b77-499c-8eef-f5b10e51b8e4 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-07-12T12:11:24.570Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2022-07-12T12:11:24.571Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e527855d-6b77-499c-8eef-f5b10e51b8e4 2022-07-12T12:11:24.571Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8533c877-17ab-410f-ae9f-e6dfc823dfb7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-12T12:11:24.571Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T12:11:24.571Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:24.664Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T12:11:24.664Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8533c877-17ab-410f-ae9f-e6dfc823dfb7 792 2022-07-12T12:11:24.664Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:24.664Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:24.665Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:11:24.665Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:24.667Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:24.667Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627884664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:11:24.767Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:24.768Z||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-07-12T12:11:24.768Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:24.789Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:24.789Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:25.668Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a7bac7de-89bb-4d2a-8dc0-8c3b332c4787", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d6dc04f-36be-408d-89df-4554e7eac9df", "vfModuleModelCustomizationUUID": "747f91aa-19ec-4d02-a47d-c2ce26689abc", "isBase": true, "artifacts": [ "b813a562-e21b-4adb-8b1c-5d663930421b", "d2d2624d-6927-426e-a381-0898322b69e6" ], "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-07-12T12:11:25.672Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d6dc04f-36be-408d-89df-4554e7eac9df VfModuleModelInvariantUUID:a7bac7de-89bb-4d2a-8dc0-8c3b332c4787 VfModuleModelDescription:NULL Artifacts UUID List:{ b813a562-e21b-4adb-8b1c-5d663930421b , d2d2624d-6927-426e-a381-0898322b69e6 } 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-07-12T12:11:25.675Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a7bac7de-89bb-4d2a-8dc0-8c3b332c4787", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d6dc04f-36be-408d-89df-4554e7eac9df", "vfModuleModelCustomizationUUID": "747f91aa-19ec-4d02-a47d-c2ce26689abc", "isBase": true, "artifacts": [ "b813a562-e21b-4adb-8b1c-5d663930421b", "d2d2624d-6927-426e-a381-0898322b69e6" ], "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-07-12T12:11:25.675Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d6dc04f-36be-408d-89df-4554e7eac9df VfModuleModelInvariantUUID:a7bac7de-89bb-4d2a-8dc0-8c3b332c4787 VfModuleModelDescription:NULL Artifacts UUID List:{ b813a562-e21b-4adb-8b1c-5d663930421b , d2d2624d-6927-426e-a381-0898322b69e6 } 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-07-12T12:11:25.675Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b813a562-e21b-4adb-8b1c-5d663930421b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-12T12:11:25.676Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T12:11:25.676Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:25.771Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T12:11:25.772Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b813a562-e21b-4adb-8b1c-5d663930421b 5033 2022-07-12T12:11:25.772Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:25.772Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:25.772Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:11:25.773Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:25.775Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:25.775Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627885772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:11:25.875Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:25.876Z||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-07-12T12:11:25.876Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:25.909Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:25.909Z||pool-115-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:26.776Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d2d2624d-6927-426e-a381-0898322b69e6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-12T12:11:26.776Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T12:11:26.777Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:26.855Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T12:11:26.856Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env d2d2624d-6927-426e-a381-0898322b69e6 903 2022-07-12T12:11:26.856Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:26.856Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:26.857Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:11:26.857Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:26.860Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:26.860Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627886856, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:11:26.960Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:26.961Z||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-07-12T12:11:26.961Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:26.977Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:26.977Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":2,"count":1} 2022-07-12T12:11:27.860Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 12602849-346c-46eb-a724-344d286d1d7f 2022-07-12T12:11:27.862Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e527855d-6b77-499c-8eef-f5b10e51b8e4 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-07-12T12:11:27.878Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f802fdc, org.onap.sdc.toscaparser.api.parameters.Input@1b1e0b34, org.onap.sdc.toscaparser.api.parameters.Input@1d05f49c, org.onap.sdc.toscaparser.api.parameters.Input@38bf54b, org.onap.sdc.toscaparser.api.parameters.Input@1debd429] 2022-07-12T12:11:27.879Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.879Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:27.880Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-07-12T12:11:27.880Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 197224af-0af6-4c65-92d3-10f05e4e9ff3 2022-07-12T12:11:27.880Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 197224af-0af6-4c65-92d3-10f05e4e9ff3 matches Tosca VF Customization UUID: 197224af-0af6-4c65-92d3-10f05e4e9ff3 2022-07-12T12:11:27.880Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 197224af-0af6-4c65-92d3-10f05e4e9ff3 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-07-12T12:11:27.883Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.883Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:27.884Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 197224af-0af6-4c65-92d3-10f05e4e9ff3: {\"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-07-12T12:11:27.884Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18a90437 2022-07-12T12:11:27.884Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.884Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T12:11:27.884Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 747f91aa-19ec-4d02-a47d-c2ce26689abc 2022-07-12T12:11:27.885Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 747f91aa-19ec-4d02-a47d-c2ce26689abc 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-07-12T12:11:27.888Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.888Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:27.889Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:11:27.889Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.890Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:27.890Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:11:27.890Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.891Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-12T12:11:27.891Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-12T12:11:27.892Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T12:11:27.892Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=feb0fdd8-a912-4a73-a536-117ddd4843bd 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-07-12T12:11:27.895Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.895Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:27.896Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:11:27.896Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.896Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T12:11:27.896Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=197224af-0af6-4c65-92d3-10f05e4e9ff3 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-07-12T12:11:27.898Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.898Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:27.899Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 12602849-346c-46eb-a724-344d286d1d7f: basic_vm_macro 2022-07-12T12:11:27.899Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.899Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:27.899Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.900Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:27.900Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.900Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:27.900Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.900Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:27.901Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:11:27.901Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:11:27.901Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:28.057Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e527855d-6b77-499c-8eef-f5b10e51b8e4 1 ASDC deployResourceStructure 2022-07-12T12:11:28.057Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:28.058Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:28.058Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:11:28.058Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:28.061Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:28.061Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627888057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:11:28.160Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:11:28.161Z||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-07-12T12:11:28.161Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:28.183Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:28.184Z||pool-117-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:11:29.062Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:29.062Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:29.062Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:11:29.063Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:29.065Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:29.065Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627889062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:11:29.165Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:11:29.167Z||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-07-12T12:11:29.167Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:29.186Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:29.186Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:30.066Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:30.067Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||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-07-12T12:11:30.067Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:11:30.067Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:30.069Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:30.069Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627890066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-12T12:11:30.169Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:30.172Z||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-07-12T12:11:30.172Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:30.199Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:30.200Z||pool-119-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:11:31.070Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-12T12:11:31.071Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-12T12:11:31.071Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:11:31.071Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:11:31.073Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:11:31.073Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627891070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:11:31.174Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:11:31.175Z||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-07-12T12:11:31.175Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:11:31.196Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:11:31.197Z||pool-120-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:11:32.074Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:11:32.086Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:11:32.088Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:11:32.088Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T12:11:32.088Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T12:12:02.089Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:12:02.099Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:12:02.101Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:12:02.101Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T12:12:02.102Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T12:12:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:12:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:12:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:12:06.899Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:12:06.900Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:12:06.902Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:12:06.902Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:12:32.102Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:12:32.122Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:12:32.125Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:12:32.125Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T12:12:32.125Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T12:13:02.125Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:13:02.138Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:13:02.140Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:13:02.141Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T12:13:02.141Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T12:13:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:13:06.739Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:13:06.739Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:13:06.763Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:13:06.777Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.777Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627868653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:13:06.778Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.778Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.779Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627863296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.779Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.779Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.779Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627870527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.780Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.780Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.780Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627867933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.780Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.781Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.781Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T12:13:06.781Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.781Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.782Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627863296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.782Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.782Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.782Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627868653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T12:13:06.783Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.783Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.783Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627870527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.784Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.784Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.784Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627867933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T12:13:06.784Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.785Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.785Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627863296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.785Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.785Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.786Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627868653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.786Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.786Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.786Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627870527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.787Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.787Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.787Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627867933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.788Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.788Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.788Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.788Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.789Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.789Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627863296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.789Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.789Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.789Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T12:13:06.790Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.790Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.790Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627868653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T12:13:06.791Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.791Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.791Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627870527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.792Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.792Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.792Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627867933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.792Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.792Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.793Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "ves-openapi-manager", "timestamp": 1657627877776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.793Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.793Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.793Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.794Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.794Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.794Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627870527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.795Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.795Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.795Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627863296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.795Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.796Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.796Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627868653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.796Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.796Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.796Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627867933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.797Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.797Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.797Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "ves-openapi-manager", "timestamp": 1657627877776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.798Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.798Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.798Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.799Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.799Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.799Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627863296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.799Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.799Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.800Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627868653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.800Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.800Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.800Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627870527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.801Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.801Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.801Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627867933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.802Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.802Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.802Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "ves-openapi-manager", "timestamp": 1657627877776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.802Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.802Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.803Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627866730, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.803Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.803Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.803Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627863296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.804Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.804Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.804Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627868653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.804Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.804Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.805Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627870527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.805Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.805Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.806Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627867933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.806Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.806Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.806Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "ves-openapi-manager", "timestamp": 1657627877776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.807Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.807Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.807Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627880786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.807Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.808Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.808Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627882534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.808Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.808Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.809Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627881631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.809Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.809Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.809Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627881995, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.810Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.810Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.810Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627882008, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.810Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.810Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.811Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627881828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.811Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.811Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.812Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627880786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.812Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.812Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.812Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "ves-openapi-manager", "timestamp": 1657627877776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.813Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.813Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.813Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627882834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.813Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.814Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.814Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627883614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.814Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.814Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.815Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627880786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.815Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.815Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.815Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "ves-openapi-manager", "timestamp": 1657627877776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.816Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.816Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.816Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "policy-id", "timestamp": 1657627883838, "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-07-12T12:13:06.823Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2859ab3-00cb-41c7-b345-ef6162c0987a 2022-07-12T12:13:06.824Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:13:06.833Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.833Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627884713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.834Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.834Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.834Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "cds", "timestamp": 1657627883989, "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-07-12T12:13:06.839Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2859ab3-00cb-41c7-b345-ef6162c0987a 2022-07-12T12:13:06.839Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:13:06.847Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.847Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627884597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.847Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.847Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.847Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627884664, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.847Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.848Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.848Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627880786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.848Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.848Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.848Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "ves-openapi-manager", "timestamp": 1657627877776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.848Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.848Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.848Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627885746, "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-07-12T12:13:06.853Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2859ab3-00cb-41c7-b345-ef6162c0987a 2022-07-12T12:13:06.853Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:13:06.859Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.859Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627885602, "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-07-12T12:13:06.863Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2859ab3-00cb-41c7-b345-ef6162c0987a 2022-07-12T12:13:06.863Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:13:06.871Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.871Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627880786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.871Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.871Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.871Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "ves-openapi-manager", "timestamp": 1657627877776, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627885772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "multicloud-k8s-id", "timestamp": 1657627886754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.872Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627880786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.873Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.873Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.873Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627886856, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.873Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.873Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.873Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627880786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.873Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.873Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.874Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627888057, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.874Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.874Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.874Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627887819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.874Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.874Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.874Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627880786, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627889062, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627887819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:13:06.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.875Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627889599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627890066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627887819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.876Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.877Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.877Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657627891070, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.877Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.877Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.877Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627887819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.877Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.877Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.877Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627887819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627887819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.878Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.879Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.879Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.879Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.879Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.879Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.879Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.879Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627887819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.880Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.881Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.881Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.881Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627887819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.881Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.881Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.881Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.881Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.882Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.882Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-12T12:13:06.882Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.882Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.882Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-12T12:13:06.882Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.882Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.882Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.883Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.883Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.883Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.883Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.883Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.883Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.883Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.883Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.884Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.885Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.885Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.885Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.885Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-12T12:13:06.885Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.885Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.885Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.886Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-12T12:13:06.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.887Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.888Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627899933, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.888Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.888Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.888Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.888Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.888Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.888Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.889Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.890Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.890Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.890Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "aai-ml", "timestamp": 1657627900938, "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-07-12T12:13:06.894Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2859ab3-00cb-41c7-b345-ef6162c0987a 2022-07-12T12:13:06.894Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:13:06.903Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.903Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.903Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.903Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.903Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.904Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.904Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.904Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.904Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.904Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.904Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.904Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.904Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627884993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627888653, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.905Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.906Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627887932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.906Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.906Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.906Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.906Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.906Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.906Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.906Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.907Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.907Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.907Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.907Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.907Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627904337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.907Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.907Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.907Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627903440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627903624, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.908Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.909Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.909Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.909Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627904630, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.909Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.909Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.909Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627905491, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.909Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.909Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.910Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "cds", "timestamp": 1657627904761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-12T12:13:06.921Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f275724a-206a-4971-9893-5bfc9654a8c3 2022-07-12T12:13:06.921Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f275724a-206a-4971-9893-5bfc9654a8c3 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-07-12T12:13:06.928Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.928Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.928Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.929Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.929Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.929Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.929Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.929Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "policy-id", "timestamp": 1657627905633, "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-07-12T12:13:06.933Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f275724a-206a-4971-9893-5bfc9654a8c3 2022-07-12T12:13:06.933Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f275724a-206a-4971-9893-5bfc9654a8c3 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-07-12T12:13:06.940Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.940Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627906621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.941Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.941Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.941Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.941Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.941Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.942Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.942Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.942Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.942Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627907756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.942Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.942Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.943Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.943Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.943Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.943Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "ves-openapi-manager", "timestamp": 1657627897776, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.943Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.943Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.944Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627908180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.944Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.944Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.944Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.944Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.944Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.945Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627908834, "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-07-12T12:13:06.949Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f275724a-206a-4971-9893-5bfc9654a8c3 2022-07-12T12:13:06.949Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f275724a-206a-4971-9893-5bfc9654a8c3 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-07-12T12:13:06.955Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.955Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.955Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.955Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.955Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "multicloud-k8s-id", "timestamp": 1657627909839, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.956Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.956Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.956Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627900527, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.956Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.956Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.956Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627911185, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.957Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.957Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.957Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627911330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.957Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.957Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.957Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.958Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.958Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.958Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "clamp", "timestamp": 1657627912188, "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-07-12T12:13:06.962Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2859ab3-00cb-41c7-b345-ef6162c0987a 2022-07-12T12:13:06.962Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:13:06.969Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.970Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.970Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.970Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.970Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627913619, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:13:06.970Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.970Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.971Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.971Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.971Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.971Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657627914622, "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-07-12T12:13:06.976Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f275724a-206a-4971-9893-5bfc9654a8c3 2022-07-12T12:13:06.976Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f275724a-206a-4971-9893-5bfc9654a8c3 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-07-12T12:13:06.983Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.983Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.984Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.984Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.984Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.984Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.984Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.984Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.985Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.985Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.985Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.985Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.985Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.985Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.986Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.986Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.986Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.986Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.986Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.986Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:13:06.987Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.987Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.987Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.987Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.987Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.987Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.987Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.988Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.988Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627910786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:13:06.988Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.988Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.988Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.988Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.989Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.989Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627921573, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:13:06.989Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:13:06.989Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.989Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.990Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.990Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.990Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.990Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.990Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.990Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.991Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.991Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.991Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.991Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:06.991Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:13:06.991Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:13:06.992Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:13:32.141Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:13:32.153Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:13:32.156Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:13:32.156Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T12:13:32.156Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T12:13:32.156Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T12:13:32.156Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:13:32.156Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:13:32.157Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:13:32.157Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:13:32.157Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:13:32.157Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:13:32.157Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|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-07-12T12:13:32.162Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T12:14:02.163Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2859ab3-00cb-41c7-b345-ef6162c0987a 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-07-12T12:14:02.172Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2859ab3-00cb-41c7-b345-ef6162c0987a and serviceModelVersionId: 12602849-346c-46eb-a724-344d286d1d7f 2022-07-12T12:14:02.172Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5755c954-1ee9-415e-a2c0-ceba190d5c77 2022-07-12T12:14:02.174Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?depth=0 2022-07-12T12:14:02.181Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T12:14:02.240Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?depth=0|INFO|500||Invoke 2022-07-12T12:14:02.240Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b2859ab3-00cb-41c7-b345-ef6162c0987a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b02eff44-ce24-4cc4-9437-01c4a774f068], X-ECOMP-RequestID=[b2859ab3-00cb-41c7-b345-ef6162c0987a], X-TransactionId=[], X-ONAP-RequestID=[b2859ab3-00cb-41c7-b345-ef6162c0987a], Content-Type=[application/merge-patch+json]} 2022-07-12T12:14:02.264Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T12:14:02.390Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?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/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220712-12:14:02:845-74441], vertex-id=[209024], Content-Length=[0], Date=[Tue, 12 Jul 2022 12:14:02 GMT], Content-Type=[application/json]} 2022-07-12T12:14:02.390Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T12:14:02.391Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5755c954-1ee9-415e-a2c0-ceba190d5c77/model-vers/model-ver/12602849-346c-46eb-a724-344d286d1d7f?depth=0|INFO|500||InvokeReturn 2022-07-12T12:14:02.392Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T12:14:02.393Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|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-07-12T12:14:02.402Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|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-07-12T12:14:02.403Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2859ab3-00cb-41c7-b345-ef6162c0987a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T12:14:02.403Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T12:14:02.404Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:02.407Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:02.407Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628042403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:14:02.507Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:14:02.508Z||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-07-12T12:14:02.508Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:02.528Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:02.528Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 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-07-12T12:14:03.434Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:14:03.435Z||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-07-12T12:14:03.435Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:14:06.739Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:14:06.739Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:06.777Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:06.778Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:14:06.778Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627917819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:14:06.779Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-07-12T12:14:06.779Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:14:06.780Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627931592, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:14:06.780Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:14:06.780Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:14:06.781Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "aai-ml", "timestamp": 1657627932596, "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-07-12T12:14:06.802Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f275724a-206a-4971-9893-5bfc9654a8c3 2022-07-12T12:14:06.803Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f275724a-206a-4971-9893-5bfc9654a8c3 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-07-12T12:14:06.837Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:14:06.837Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627934185, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:14:06.838Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:14:06.838Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:14:06.838Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627939189, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:14:06.838Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:14:06.838Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-07-12T12:14:06.838Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "clamp", "timestamp": 1657627940195, "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-07-12T12:14:06.847Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f275724a-206a-4971-9893-5bfc9654a8c3 2022-07-12T12:14:06.847Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f275724a-206a-4971-9893-5bfc9654a8c3 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-07-12T12:14:07.890Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:07.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T12:14:07.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f275724a-206a-4971-9893-5bfc9654a8c3","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"05a6e6f6-85ac-4560-84c6-945c062441c4","serviceDescription":"service","serviceInvariantUUID":"ef2f13b1-400c-478d-bbce-ffea3a139645","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0460607-0135-4ede-ba58-617147f6cf4f","resourceInvariantUUID":"59d04589-0ca3-4420-ba8f-a05e6ebce2f9","resourceCustomizationUUID":"c09a3f46-c82b-4a5d-abae-e6f38eff0d2f","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":"YzM4NTljNzc5MzUxZWE5NTRhMjhlYjQyZTg2NDBlMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66a64107-42fc-4b48-b13b-91f57c192311","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":"NjFjODcxODhkYjFjYTY1NGU1NzBhNmNhZmQ0MDAzNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93566b74-3b99-43f5-9d22-7983eb366788","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":"0f041cca-17e2-4ff5-829f-423451833f7c","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":"326f52cd-fb8f-4532-9a43-9af9cb2183f2","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":"25d1285f-82b7-4ef4-8512-9c8b9a5af837","artifactVersion":"2","generatedFromUUID":"9b04e55b-59e2-4b52-b893-ffb323694545"},{"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":"e24da0c4-f046-4ba1-a2e1-adac0dfa4b22","artifactVersion":"2","generatedFromUUID":"0f041cca-17e2-4ff5-829f-423451833f7c"},{"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":"9b04e55b-59e2-4b52-b893-ffb323694545","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":"79ff0a6f-e145-4bd4-bb76-c7384ac9dae3","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":"NTUwNDJiZWEwZTk2OTA2MmNjMjJjYjIwMGRkZDcyMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b897bbb-c385-4a3c-8c78-4d5568f85a27","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YzNlYTg5NjYzY2MzM2EwZTQzNGEwODVlZjVkNGRkMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e192dc3-9cdf-4575-80e3-964e70234f55","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T12:14:07.893Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:07.893Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:07.895Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:07.895Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:14:07.996Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:07.997Z||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-07-12T12:14:07.997Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:08.012Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:08.012Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:08.896Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:08.897Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:08.901Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:08.901Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:14:09.000Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:14:09.001Z||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-07-12T12:14:09.001Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:09.016Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:09.016Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:09.910Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:09.911Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:09.928Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:09.928Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-12T12:14:10.014Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-07-12T12:14:10.015Z||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-07-12T12:14:10.015Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:10.030Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:10.030Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:10.930Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:10.932Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:10.934Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:10.934Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:14:11.037Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-12T12:14:11.038Z||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-07-12T12:14:11.039Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:11.053Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:11.053Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:11.935Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:11.935Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:11.942Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:11.942Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-12T12:14:12.038Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-07-12T12:14:12.040Z||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-07-12T12:14:12.040Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:12.085Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:12.086Z||pool-126-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:14:12.943Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:12.943Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:12.946Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:12.946Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-12T12:14:13.046Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:14:13.047Z||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-07-12T12:14:13.047Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:13.061Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:13.061Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:13.947Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:13.948Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:13.951Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:13.951Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-12T12:14:14.051Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:14.052Z||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-07-12T12:14:14.052Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:14.066Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:14.067Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:14:14.952Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:14.954Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:14.956Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:14.956Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:14:15.057Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:15.058Z||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-07-12T12:14:15.058Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:15.072Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:15.073Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:14:15.957Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:15.958Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:15.960Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:15.960Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:14:16.060Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:16.061Z||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-07-12T12:14:16.061Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:16.078Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:16.078Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:16.961Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:14:16.962Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:16.964Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:16.964Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:14:17.065Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:17.066Z||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-07-12T12:14:17.067Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:17.084Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:17.085Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:17.965Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "05a6e6f6-85ac-4560-84c6-945c062441c4", "serviceDescription": "service", "serviceInvariantUUID": "ef2f13b1-400c-478d-bbce-ffea3a139645", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "c09a3f46-c82b-4a5d-abae-e6f38eff0d2f", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c0460607-0135-4ede-ba58-617147f6cf4f", "resourceInvariantUUID": "59d04589-0ca3-4420-ba8f-a05e6ebce2f9", "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": "NjFjODcxODhkYjFjYTY1NGU1NzBhNmNhZmQ0MDAzNWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "93566b74-3b99-43f5-9d22-7983eb366788", "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": "0f041cca-17e2-4ff5-829f-423451833f7c", "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": "e24da0c4-f046-4ba1-a2e1-adac0dfa4b22", "generatedFromUUID": "0f041cca-17e2-4ff5-829f-423451833f7c" }, "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": "25d1285f-82b7-4ef4-8512-9c8b9a5af837", "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": "e24da0c4-f046-4ba1-a2e1-adac0dfa4b22", "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": "9b04e55b-59e2-4b52-b893-ffb323694545", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YzNlYTg5NjYzY2MzM2EwZTQzNGEwODVlZjVkNGRkMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e192dc3-9cdf-4575-80e3-964e70234f55" } ], "workloadContext": "Production" } 2022-07-12T12:14:17.966Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T12:14:17.966Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 05a6e6f6-85ac-4560-84c6-945c062441c4 ASDC 2022-07-12T12:14:17.967Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f275724a-206a-4971-9893-5bfc9654a8c3 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:05a6e6f6-85ac-4560-84c6-945c062441c4 ServiceInvariantUUID:ef2f13b1-400c-478d-bbce-ffea3a139645 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:6e192dc3-9cdf-4575-80e3-964e70234f55 ArtifactChecksum:YzNlYTg5NjYzY2MzM2EwZTQzNGEwODVlZjVkNGRkMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:c09a3f46-c82b-4a5d-abae-e6f38eff0d2f ResourceInvariantUUID:59d04589-0ca3-4420-ba8f-a05e6ebce2f9 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:c0460607-0135-4ede-ba58-617147f6cf4f 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:93566b74-3b99-43f5-9d22-7983eb366788 ArtifactChecksum:NjFjODcxODhkYjFjYTY1NGU1NzBhNmNhZmQ0MDAzNWE= 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:0f041cca-17e2-4ff5-829f-423451833f7c 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:e24da0c4-f046-4ba1-a2e1-adac0dfa4b22 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:25d1285f-82b7-4ef4-8512-9c8b9a5af837 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:e24da0c4-f046-4ba1-a2e1-adac0dfa4b22 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:9b04e55b-59e2-4b52-b893-ffb323694545 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T12:14:17.967Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 05a6e6f6-85ac-4560-84c6-945c062441c4 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-07-12T12:14:18.005Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:14:18.006Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-12T12:14:18.006Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-12T12:14:18.006Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6e192dc3-9cdf-4575-80e3-964e70234f55 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-12T12:14:18.006Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-12T12:14:18.006Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-12T12:14:18.099Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-12T12:14:18.106Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6e192dc3-9cdf-4575-80e3-964e70234f55 162244 2022-07-12T12:14:18.107Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-12T12:14:18.107Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-12T12:14:18.107Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:14:18.108Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:18.110Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:18.110Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628058107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:14:18.210Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:18.211Z||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-07-12T12:14:18.211Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:18.227Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:18.228Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:19.112Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:14:19.115Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-12T12:14:19.115Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6e192dc3-9cdf-4575-80e3-964e70234f55, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T12:14:19.116Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-07-12T12:14:19.117Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T12:14:19.117Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T12:14:19.246Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16564775458839432785/Definitions/service-BasicCnfMacro-template.yml 2022-07-12T12:14:20.368Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T12:14:20.369Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-12T12:14:20.369Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T12:14:20.369Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-12T12:14:20.369Z|f275724a-206a-4971-9893-5bfc9654a8c3|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-BasicCnfMacro-csar.csar 2022-07-12T12:14:20.369Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:20.369Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:20.369Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:20.369Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-12T12:14:20.370Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.370Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:20.370Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:20.370Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-12T12:14:20.370Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:14:20.370Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.370Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:20.371Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:20.371Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-12T12:14:20.371Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:14:20.371Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.371Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:20.371Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.371Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-12T12:14:20.372Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-07-12T12:14:20.372Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-07-12T12:14:20.372Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T12:14:20.372Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.372Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T12:14:20.372Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.372Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:20.373Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:14:20.373Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.373Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:20.373Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:14:20.373Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.374Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:20.374Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:14:20.374Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.374Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:20.374Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:14:20.374Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.374Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-12T12:14:20.375Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-07-12T12:14:20.375Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=19ec26af-9540-48ca-8130-60199251fb50 2022-07-12T12:14:20.375Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.375Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:20.375Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.375Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:20.375Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.376Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:20.376Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:20.376Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:20.376Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:05a6e6f6-85ac-4560-84c6-945c062441c4 Model Version:NULL Model InvariantUuid:ef2f13b1-400c-478d-bbce-ffea3a139645 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:168bdef7-fa98-4872-85b2-e87a5a9af635 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:59d04589-0ca3-4420-ba8f-a05e6ebce2f9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c09a3f46-c82b-4a5d-abae-e6f38eff0d2f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5ba10a23-fdb0-4771-8bdd-90b3f5a6e457 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:fbb9e9c1-d55c-484d-ac2e-094c35d3031e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:037acdaf-1df1-4cfb-9166-5c51315b9aec ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:18c6b60d-acad-41e3-9ad1-e52451f63f90 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:19ec26af-9540-48ca-8130-60199251fb50 ModelInvariantUuid:7770db81-b789-41d2-9ccd-c0d2a2a99961 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:e3307103-50c0-4d0b-a429-1a333bbd3c75 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:e50074ea-605d-4a0c-a37b-bdad5b253f8d ModelInvariantUuid:602e4495-187b-4640-8d63-4f61f9bd61c8 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:033f42a1-5116-498e-b7d8-4bfacf79298b 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-07-12T12:14:20.393Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c0460607-0135-4ede-ba58-617147f6cf4f 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-07-12T12:14:20.396Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-07-12T12:14:20.396Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0460607-0135-4ede-ba58-617147f6cf4f 2022-07-12T12:14:20.396Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 93566b74-3b99-43f5-9d22-7983eb366788 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-12T12:14:20.396Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-12T12:14:20.396Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:20.465Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-12T12:14:20.465Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 93566b74-3b99-43f5-9d22-7983eb366788 1565 2022-07-12T12:14:20.465Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:20.465Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:20.466Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:14:20.466Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:20.468Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:20.468Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628060465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:14:20.568Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:20.569Z||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-07-12T12:14:20.569Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:20.594Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:20.595Z||pool-133-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:14:21.469Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "037acdaf-1df1-4cfb-9166-5c51315b9aec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18c6b60d-acad-41e3-9ad1-e52451f63f90", "vfModuleModelCustomizationUUID": "9d9572ad-2f7b-419a-a7cc-dec5c2c75cb9", "isBase": true, "artifacts": [ "0f041cca-17e2-4ff5-829f-423451833f7c", "e24da0c4-f046-4ba1-a2e1-adac0dfa4b22" ], "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": "5ba10a23-fdb0-4771-8bdd-90b3f5a6e457", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fbb9e9c1-d55c-484d-ac2e-094c35d3031e", "vfModuleModelCustomizationUUID": "c37faa03-3f71-4866-be90-546c7bdab934", "isBase": false, "artifacts": [ "9b04e55b-59e2-4b52-b893-ffb323694545" ], "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-07-12T12:14:21.474Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18c6b60d-acad-41e3-9ad1-e52451f63f90 VfModuleModelInvariantUUID:037acdaf-1df1-4cfb-9166-5c51315b9aec VfModuleModelDescription:NULL Artifacts UUID List:{ 0f041cca-17e2-4ff5-829f-423451833f7c , e24da0c4-f046-4ba1-a2e1-adac0dfa4b22 } 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:fbb9e9c1-d55c-484d-ac2e-094c35d3031e VfModuleModelInvariantUUID:5ba10a23-fdb0-4771-8bdd-90b3f5a6e457 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b04e55b-59e2-4b52-b893-ffb323694545 } 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-07-12T12:14:21.480Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "037acdaf-1df1-4cfb-9166-5c51315b9aec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "18c6b60d-acad-41e3-9ad1-e52451f63f90", "vfModuleModelCustomizationUUID": "9d9572ad-2f7b-419a-a7cc-dec5c2c75cb9", "isBase": true, "artifacts": [ "0f041cca-17e2-4ff5-829f-423451833f7c", "e24da0c4-f046-4ba1-a2e1-adac0dfa4b22" ], "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": "5ba10a23-fdb0-4771-8bdd-90b3f5a6e457", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fbb9e9c1-d55c-484d-ac2e-094c35d3031e", "vfModuleModelCustomizationUUID": "c37faa03-3f71-4866-be90-546c7bdab934", "isBase": false, "artifacts": [ "9b04e55b-59e2-4b52-b893-ffb323694545" ], "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-07-12T12:14:21.480Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:18c6b60d-acad-41e3-9ad1-e52451f63f90 VfModuleModelInvariantUUID:037acdaf-1df1-4cfb-9166-5c51315b9aec VfModuleModelDescription:NULL Artifacts UUID List:{ 0f041cca-17e2-4ff5-829f-423451833f7c , e24da0c4-f046-4ba1-a2e1-adac0dfa4b22 } 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:fbb9e9c1-d55c-484d-ac2e-094c35d3031e VfModuleModelInvariantUUID:5ba10a23-fdb0-4771-8bdd-90b3f5a6e457 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b04e55b-59e2-4b52-b893-ffb323694545 } 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-07-12T12:14:21.481Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0f041cca-17e2-4ff5-829f-423451833f7c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-12T12:14:21.481Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-12T12:14:21.481Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:21.533Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-12T12:14:21.533Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0f041cca-17e2-4ff5-829f-423451833f7c 914 2022-07-12T12:14:21.533Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:21.533Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:21.534Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:14:21.534Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:21.536Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:21.536Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628061533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:14:21.636Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:21.637Z||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-07-12T12:14:21.637Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:21.659Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:21.659Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:22.536Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 25d1285f-82b7-4ef4-8512-9c8b9a5af837 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-12T12:14:22.537Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-12T12:14:22.537Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:22.595Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-12T12:14:22.596Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 25d1285f-82b7-4ef4-8512-9c8b9a5af837 12 2022-07-12T12:14:22.596Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:22.596Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:22.596Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:14:22.596Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:22.598Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:22.599Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628062596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:14:22.699Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:14:22.700Z||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-07-12T12:14:22.700Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:22.714Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:22.714Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:23.599Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e24da0c4-f046-4ba1-a2e1-adac0dfa4b22 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-12T12:14:23.600Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-12T12:14:23.600Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:23.664Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-12T12:14:23.664Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e24da0c4-f046-4ba1-a2e1-adac0dfa4b22 96 2022-07-12T12:14:23.665Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:23.665Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:23.665Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:14:23.665Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:23.667Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:23.667Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628063665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:14:23.768Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:23.768Z||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-07-12T12:14:23.768Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:23.789Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:23.789Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:24.668Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9b04e55b-59e2-4b52-b893-ffb323694545 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-12T12:14:24.669Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-12T12:14:24.669Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:24.836Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-12T12:14:24.837Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9b04e55b-59e2-4b52-b893-ffb323694545 20206 2022-07-12T12:14:24.837Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:24.838Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:24.838Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:14:24.838Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:24.840Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:24.840Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628064837, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T12:14:24.940Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:24.941Z||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-07-12T12:14:24.941Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:24.972Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:24.972Z||pool-137-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:14:25.844Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 05a6e6f6-85ac-4560-84c6-945c062441c4 2022-07-12T12:14:25.844Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c0460607-0135-4ede-ba58-617147f6cf4f 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-07-12T12:14:25.854Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ff24035, org.onap.sdc.toscaparser.api.parameters.Input@7f6cb5a7, org.onap.sdc.toscaparser.api.parameters.Input@4fa7caba, org.onap.sdc.toscaparser.api.parameters.Input@22f21e7b, org.onap.sdc.toscaparser.api.parameters.Input@1f3c01f8] 2022-07-12T12:14:25.855Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.855Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:25.855Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-07-12T12:14:25.855Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c09a3f46-c82b-4a5d-abae-e6f38eff0d2f 2022-07-12T12:14:25.855Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c09a3f46-c82b-4a5d-abae-e6f38eff0d2f matches Tosca VF Customization UUID: c09a3f46-c82b-4a5d-abae-e6f38eff0d2f 2022-07-12T12:14:25.856Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c09a3f46-c82b-4a5d-abae-e6f38eff0d2f 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-07-12T12:14:25.858Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.858Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:25.858Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c09a3f46-c82b-4a5d-abae-e6f38eff0d2f: {\"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-07-12T12:14:25.858Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46577f08 2022-07-12T12:14:25.859Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.859Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T12:14:25.859Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c37faa03-3f71-4866-be90-546c7bdab934 2022-07-12T12:14:25.859Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c37faa03-3f71-4866-be90-546c7bdab934 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-07-12T12:14:25.861Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.861Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:25.861Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:14:25.862Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.862Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:25.862Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T12:14:25.863Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.863Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T12:14:25.863Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c09a3f46-c82b-4a5d-abae-e6f38eff0d2f 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-07-12T12:14:25.865Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.865Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:25.865Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 05a6e6f6-85ac-4560-84c6-945c062441c4: basic_cnf_macro 2022-07-12T12:14:25.866Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.866Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:25.866Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.866Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:25.867Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.867Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:25.867Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.867Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:25.868Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:14:25.868Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:14:25.868Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:25.909Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c0460607-0135-4ede-ba58-617147f6cf4f 2 ASDC deployResourceStructure 2022-07-12T12:14:25.909Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:25.909Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:25.909Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:14:25.909Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:25.911Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:25.912Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628065909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:14:26.012Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:26.013Z||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-07-12T12:14:26.013Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:26.026Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:26.027Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:26.913Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:26.913Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:26.913Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:14:26.913Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:26.915Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:26.915Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628066912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:14:27.015Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:27.016Z||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-07-12T12:14:27.016Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:27.030Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:27.030Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:27.916Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:27.917Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:27.917Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-12T12:14:27.917Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:27.919Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:27.919Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628067916, "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-07-12T12:14:28.019Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:28.020Z||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-07-12T12:14:28.020Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:28.034Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:28.034Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:14:28.920Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:28.920Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:28.920Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:14:28.920Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:28.923Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:28.923Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628068919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-12T12:14:29.023Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:29.024Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:14:29.024Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:29.037Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:29.038Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:29.923Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:29.924Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||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-07-12T12:14:29.924Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-12T12:14:29.924Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:29.926Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:29.926Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628069923, "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-07-12T12:14:30.027Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:30.028Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:14:30.028Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:30.041Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:30.042Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:14:30.927Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-12T12:14:30.928Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-12T12:14:30.928Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:14:30.928Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:14:30.930Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:14:30.930Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628070927, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:14:31.030Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:14:31.031Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:14:31.031Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:14:31.045Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:14:31.046Z||pool-143-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:14:31.931Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f275724a-206a-4971-9893-5bfc9654a8c3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:14:31.947Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f275724a-206a-4971-9893-5bfc9654a8c3 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-07-12T12:14:31.950Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:14:31.950Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T12:14:31.950Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T12:14:31.950Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T12:14:31.950Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:14:31.950Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:14:31.950Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:14:31.950Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:14:31.951Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:14:31.951Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:14:31.951Z|f275724a-206a-4971-9893-5bfc9654a8c3|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-07-12T12:14:31.955Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T12:15:01.956Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f275724a-206a-4971-9893-5bfc9654a8c3 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-07-12T12:15:01.962Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f275724a-206a-4971-9893-5bfc9654a8c3 and serviceModelVersionId: 05a6e6f6-85ac-4560-84c6-945c062441c4 2022-07-12T12:15:01.962Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef2f13b1-400c-478d-bbce-ffea3a139645 2022-07-12T12:15:01.963Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?depth=0 2022-07-12T12:15:01.966Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T12:15:02.002Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?depth=0|INFO|500||Invoke 2022-07-12T12:15:02.003Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f275724a-206a-4971-9893-5bfc9654a8c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a11cfa09-a199-4030-b5fb-8d1b192eb265], X-ECOMP-RequestID=[f275724a-206a-4971-9893-5bfc9654a8c3], X-TransactionId=[], X-ONAP-RequestID=[f275724a-206a-4971-9893-5bfc9654a8c3], Content-Type=[application/merge-patch+json]} 2022-07-12T12:15:02.025Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T12:15:02.230Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?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/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220712-12:15:02:610-24703], vertex-id=[262336], Content-Length=[0], Date=[Tue, 12 Jul 2022 12:15:02 GMT], Content-Type=[application/json]} 2022-07-12T12:15:02.231Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T12:15:02.231Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef2f13b1-400c-478d-bbce-ffea3a139645/model-vers/model-ver/05a6e6f6-85ac-4560-84c6-945c062441c4?depth=0|INFO|500||InvokeReturn 2022-07-12T12:15:02.232Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T12:15:02.232Z|f275724a-206a-4971-9893-5bfc9654a8c3|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-07-12T12:15:02.242Z|f275724a-206a-4971-9893-5bfc9654a8c3|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-07-12T12:15:02.243Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f275724a-206a-4971-9893-5bfc9654a8c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T12:15:02.243Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T12:15:02.243Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:02.245Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:02.245Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628102243, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:15:02.345Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:15:02.346Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:02.346Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:02.371Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:02.371Z||pool-144-thread-1|||||INFO|500||cambria reply ok (26 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-07-12T12:15:03.258Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-07-12T12:15:03.258Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8587a654-fb24-4920-b523-8fcb029f40b4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"acb9532d-6de0-4cb2-ba7c-1ef7162a94e3","serviceDescription":"service","serviceInvariantUUID":"59b7b01c-bfc3-4ee1-8942-8e51067e0ec6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"253eae61-18a3-4a48-aa1d-7004627b421b","resourceInvariantUUID":"aa7f201d-3004-4e2a-b2c9-473ef1d34908","resourceCustomizationUUID":"de0835d4-546b-4aca-a35b-b6cb56ed987e","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":"MzgxZTA5MzEwYzFlNzFjNmE4ZDY1NzcyNGMwNjM3Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf83aa70-395d-4387-b7b4-025f9d9fe0e5","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":"23e3301d-775f-4bdd-ba9d-4f42bac90177","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":"622cb1ac-9752-4450-a17e-b345a9fdc7d4","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":"MGRiMDE3OWM3YTg2M2I4ODEwZmEwNGQ1NWM1OTIzZmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b0a940ca-bff5-4cbc-8e4a-fab230cf9ae8","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":"ea8a033b-1a20-49a6-9ef4-f6b4379dc59c","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":"25f467c0-982e-4fb4-9c68-791362c7d0ce","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":"49cc5c93-c31b-407a-afac-3f8157c1b0c1","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":"MGNlZDdjNTFmZGQ4YWUzMjY0Y2NlMDg3ZjAyNTVhYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1cc254d-47d4-4741-a34d-d059047a7001","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmY2OTFmZjk5MTdiMWZmNGU3NzU1ZDFhNDNlYzQ4Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7846e592-e9ce-4a7a-8958-7053767ae089","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T12:15:03.258Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:03.258Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:03.260Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:03.260Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:03.360Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:15:03.361Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:03.361Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:03.383Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:03.383Z||pool-145-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:15:04.261Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:04.262Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:04.263Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:04.264Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:04.363Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:15:04.364Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:04.364Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:04.393Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:04.393Z||pool-146-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:15:05.264Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:05.265Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:05.267Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:05.267Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:05.367Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:15:05.367Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:05.368Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:05.398Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:05.398Z||pool-147-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:15:06.267Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:06.268Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:06.270Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:06.270Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.370Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:15:06.370Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:06.370Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:06.393Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:06.393Z||pool-148-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:15:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:15:06.738Z||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-07-12T12:15:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:06.781Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:06.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.783Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.784Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.785Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "multicloud-k8s-id", "timestamp": 1657628008654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628007819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628007932, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628013296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628022999, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:15:06.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:06.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628023087, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:15:06.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:06.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628024018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:15:06.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:06.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "cds", "timestamp": 1657628024300, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-12T12:15:06.869Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8587a654-fb24-4920-b523-8fcb029f40b4 2022-07-12T12:15:06.870Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:15:06.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-12T12:15:06.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:06.917Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:06.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:06.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "policy-id", "timestamp": 1657628025022, "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-07-12T12:15:06.933Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8587a654-fb24-4920-b523-8fcb029f40b4 2022-07-12T12:15:06.933Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:15:07.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628017778, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628027525, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:15:07.015Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628028558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:15:07.016Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628020527, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:15:07.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "ves-openapi-manager", "timestamp": 1657628029561, "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-07-12T12:15:07.030Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8587a654-fb24-4920-b523-8fcb029f40b4 2022-07-12T12:15:07.030Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:15:07.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628030321, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:15:07.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628032391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:15:07.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657628033395, "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-07-12T12:15:07.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8587a654-fb24-4920-b523-8fcb029f40b4 2022-07-12T12:15:07.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:15:07.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628034216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:15:07.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628036208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:15:07.164Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "clamp", "timestamp": 1657628037213, "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-07-12T12:15:07.181Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8587a654-fb24-4920-b523-8fcb029f40b4 2022-07-12T12:15:07.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:15:07.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.229Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628030786, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:15:07.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-07-12T12:15:07.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628040655, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:15:07.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2859ab3-00cb-41c7-b345-ef6162c0987a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628042403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:15:07.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T12:15:07.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628045757, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:15:07.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:15:07.270Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:07.271Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:07.273Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:07.273Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:07.373Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:15:07.374Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:07.374Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:07.392Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:07.393Z||pool-149-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:15:08.273Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:08.274Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:08.276Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:08.276Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:08.376Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:15:08.377Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:08.377Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:08.393Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:08.393Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:15:09.277Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:09.278Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:09.279Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:09.280Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:09.382Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:15:09.383Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:09.383Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:09.398Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:09.398Z||pool-151-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:15:10.280Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:10.281Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:10.284Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:10.285Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:15:10.384Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T12:15:10.386Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:10.386Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:10.400Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:10.400Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:15:11.285Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T12:15:11.286Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:11.288Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:11.288Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:15:11.388Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:15:11.389Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:11.389Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:11.403Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:11.403Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:15:12.289Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "acb9532d-6de0-4cb2-ba7c-1ef7162a94e3", "serviceDescription": "service", "serviceInvariantUUID": "59b7b01c-bfc3-4ee1-8942-8e51067e0ec6", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "de0835d4-546b-4aca-a35b-b6cb56ed987e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "253eae61-18a3-4a48-aa1d-7004627b421b", "resourceInvariantUUID": "aa7f201d-3004-4e2a-b2c9-473ef1d34908", "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": "ZmY2OTFmZjk5MTdiMWZmNGU3NzU1ZDFhNDNlYzQ4Njg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7846e592-e9ce-4a7a-8958-7053767ae089" } ], "workloadContext": "Production" } 2022-07-12T12:15:12.290Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T12:15:12.290Z|f275724a-206a-4971-9893-5bfc9654a8c3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 acb9532d-6de0-4cb2-ba7c-1ef7162a94e3 ASDC 2022-07-12T12:15:12.290Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:8587a654-fb24-4920-b523-8fcb029f40b4 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:acb9532d-6de0-4cb2-ba7c-1ef7162a94e3 ServiceInvariantUUID:59b7b01c-bfc3-4ee1-8942-8e51067e0ec6 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:7846e592-e9ce-4a7a-8958-7053767ae089 ArtifactChecksum:ZmY2OTFmZjk5MTdiMWZmNGU3NzU1ZDFhNDNlYzQ4Njg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:de0835d4-546b-4aca-a35b-b6cb56ed987e ResourceInvariantUUID:aa7f201d-3004-4e2a-b2c9-473ef1d34908 ResourceName:test-pnf ResourceType:PNF ResourceUUID:253eae61-18a3-4a48-aa1d-7004627b421b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-12T12:15:12.291Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF acb9532d-6de0-4cb2-ba7c-1ef7162a94e3 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-07-12T12:15:12.318Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:15:12.319Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-12T12:15:12.319Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-12T12:15:12.319Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7846e592-e9ce-4a7a-8958-7053767ae089 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-12T12:15:12.320Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-07-12T12:15:12.320Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-12T12:15:12.394Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-07-12T12:15:12.398Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 7846e592-e9ce-4a7a-8958-7053767ae089 109701 2022-07-12T12:15:12.399Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-12T12:15:12.399Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-12T12:15:12.399Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T12:15:12.399Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:12.401Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:12.401Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628112399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:15:12.501Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:15:12.502Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:12.502Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:12.518Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:12.518Z||pool-154-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-07-12T12:15:13.402Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T12:15:13.403Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-07-12T12:15:13.403Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7846e592-e9ce-4a7a-8958-7053767ae089, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T12:15:13.404Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-07-12T12:15:13.404Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T12:15:13.404Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T12:15:13.521Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8159671039573747954/Definitions/service-TestPnfMacro-template.yml 2022-07-12T12:15:14.347Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T12:15:14.347Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-12T12:15:14.348Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T12:15:14.348Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-12T12:15:14.348Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-TestPnfMacro-csar.csar 2022-07-12T12:15:14.348Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-TestPnfMacro-csar.csar 2022-07-12T12:15:14.349Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||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-07-12T12:15:14.349Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-TestPnfMacro-csar.csar 2022-07-12T12:15:14.349Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-TestPnfMacro-csar.csar 2022-07-12T12:15:14.349Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-TestPnfMacro-csar.csar 2022-07-12T12:15:14.350Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-TestPnfMacro-csar.csar 2022-07-12T12:15:14.350Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-07-12T12:15:14.350Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.350Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.351Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-12T12:15:14.351Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-12T12:15:14.351Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:15:14.352Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.352Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.352Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-12T12:15:14.352Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-07-12T12:15:14.353Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T12:15:14.353Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.354Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.354Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.354Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.354Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.355Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.355Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.355Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.355Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.356Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.356Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:acb9532d-6de0-4cb2-ba7c-1ef7162a94e3 Model Version:NULL Model InvariantUuid:59b7b01c-bfc3-4ee1-8942-8e51067e0ec6 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-07-12T12:15:14.364Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 253eae61-18a3-4a48-aa1d-7004627b421b 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-07-12T12:15:14.367Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-07-12T12:15:14.367Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 253eae61-18a3-4a48-aa1d-7004627b421b 2022-07-12T12:15:14.368Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||No resources found for Service: acb9532d-6de0-4cb2-ba7c-1ef7162a94e3 2022-07-12T12:15:14.368Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: acb9532d-6de0-4cb2-ba7c-1ef7162a94e3 2022-07-12T12:15:14.368Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 253eae61-18a3-4a48-aa1d-7004627b421b 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-07-12T12:15:14.378Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ffaca0e, org.onap.sdc.toscaparser.api.parameters.Input@e09fda6, org.onap.sdc.toscaparser.api.parameters.Input@32de8227, org.onap.sdc.toscaparser.api.parameters.Input@289d3d79, org.onap.sdc.toscaparser.api.parameters.Input@118e38de] 2022-07-12T12:15:14.378Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.379Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.379Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid acb9532d-6de0-4cb2-ba7c-1ef7162a94e3: test-pnf 2022-07-12T12:15:14.379Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||Processing PNF resource: 253eae61-18a3-4a48-aa1d-7004627b421b 2022-07-12T12:15:14.379Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T12:15:14.380Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T12:15:14.380Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||Resource customization UUID: de0835d4-546b-4aca-a35b-b6cb56ed987e is the same as notified resource customizationUUID: de0835d4-546b-4aca-a35b-b6cb56ed987e 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-07-12T12:15:14.421Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 253eae61-18a3-4a48-aa1d-7004627b421b 0 ASDC deployResourceStructure 2022-07-12T12:15:14.421Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-12T12:15:14.421Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-12T12:15:14.422Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T12:15:14.422Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:15:14.424Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:15:14.424Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628114421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:15:14.524Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:15:14.525Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:15:14.525Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:15:14.541Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:15:14.541Z||pool-155-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T12:15:15.425Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8587a654-fb24-4920-b523-8fcb029f40b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:15:15.439Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:15:15.448Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:15:15.448Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T12:15:15.448Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T12:15:45.449Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8587a654-fb24-4920-b523-8fcb029f40b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:15:45.464Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:15:45.466Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:15:45.467Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T12:15:45.467Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T12:16:06.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:16:06.740Z||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-07-12T12:16:06.740Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:16:06.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:16:06.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:16:06.770Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "aai-ml", "timestamp": 1657628046761, "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-07-12T12:16:06.841Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8587a654-fb24-4920-b523-8fcb029f40b4 2022-07-12T12:16:06.842Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:16:15.467Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8587a654-fb24-4920-b523-8fcb029f40b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T12:16:15.511Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:16:15.516Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T12:16:15.516Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T12:16:15.516Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T12:16:15.516Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T12:16:15.516Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:16:15.516Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:16:15.517Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:16:15.517Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:16:15.517Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:16:15.517Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:16:15.517Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T12:16:15.518Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:16:15.526Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T12:16:45.527Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8587a654-fb24-4920-b523-8fcb029f40b4 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-07-12T12:16:45.567Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8587a654-fb24-4920-b523-8fcb029f40b4 and serviceModelVersionId: acb9532d-6de0-4cb2-ba7c-1ef7162a94e3 2022-07-12T12:16:45.567Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 59b7b01c-bfc3-4ee1-8942-8e51067e0ec6 2022-07-12T12:16:45.568Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?depth=0 2022-07-12T12:16:45.579Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T12:16:45.627Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?depth=0|INFO|500||Invoke 2022-07-12T12:16:45.628Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8587a654-fb24-4920-b523-8fcb029f40b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e1ef5849-74d9-44f0-a37f-89be73bde4aa], X-ECOMP-RequestID=[8587a654-fb24-4920-b523-8fcb029f40b4], X-TransactionId=[], X-ONAP-RequestID=[8587a654-fb24-4920-b523-8fcb029f40b4], Content-Type=[application/merge-patch+json]} 2022-07-12T12:16:45.648Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T12:16:45.957Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?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/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220712-12:16:46:260-26914], vertex-id=[270528], Content-Length=[0], Date=[Tue, 12 Jul 2022 12:16:46 GMT], Content-Type=[application/json]} 2022-07-12T12:16:45.958Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T12:16:45.959Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/59b7b01c-bfc3-4ee1-8942-8e51067e0ec6/model-vers/model-ver/acb9532d-6de0-4cb2-ba7c-1ef7162a94e3?depth=0|INFO|500||InvokeReturn 2022-07-12T12:16:45.959Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T12:16:45.959Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:16:45.965Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:16:45.965Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8587a654-fb24-4920-b523-8fcb029f40b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T12:16:45.966Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T12:16:45.966Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-07-12T12:16:45.969Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T12:16:45.969Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628205966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:16:46.069Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T12:16:46.070Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-07-12T12:16:46.070Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vAZvEulbbiyFOAgl) ... 2022-07-12T12:16:46.087Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:16:46.087Z||pool-156-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-07-12T12:16:47.052Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:16:47.052Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:16:47.052Z|8587a654-fb24-4920-b523-8fcb029f40b4|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:16:57.420Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:16:57.421Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:16:57.421Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:16:57.422Z|8587a654-fb24-4920-b523-8fcb029f40b4|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:17:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:17:06.739Z||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-07-12T12:17:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:17:06.802Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:17:06.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:17:06.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T12:17:06.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-12T12:17:06.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:17:06.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-12T12:17:06.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-12T12:17:06.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-12T12:17:06.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628058107, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628060465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628061533, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628062596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628063665, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-12T12:17:06.809Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628064837, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T12:17:06.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628065909, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T12:17:06.810Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628066912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-12T12:17:06.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628067916, "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-07-12T12:17:06.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628068919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-12T12:17:06.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628069923, "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-07-12T12:17:06.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628070927, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:17:06.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f275724a-206a-4971-9893-5bfc9654a8c3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628102243, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T12:17:06.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:17:06.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T12:17:06.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:17:06.979Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:17:06.979Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:17:06.980Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:17:06.980Z|8587a654-fb24-4920-b523-8fcb029f40b4|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:17:16.525Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:17:16.525Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:17:16.526Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:17:16.526Z|8587a654-fb24-4920-b523-8fcb029f40b4|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:17:26.068Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:17:26.069Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:17:26.070Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:17:26.071Z|8587a654-fb24-4920-b523-8fcb029f40b4|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:17:35.653Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:18:06.730Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:18:06.731Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:18:06.731Z|8587a654-fb24-4920-b523-8fcb029f40b4|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:18:06.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:18:06.738Z||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-07-12T12:18:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:18:06.793Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:18:06.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:18:06.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T12:18:06.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:18:06.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:18:06.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:18:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:18:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:18:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T12:18:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:18:06.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:18:06.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T12:18:06.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:18:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:18:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628043434, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T12:18:06.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-07-12T12:18:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:18:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628112399, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T12:18:06.797Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:18:06.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:18:06.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628114421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T12:18:06.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:18:16.343Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:19:06.730Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:19:06.731Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:19:06.732Z|8587a654-fb24-4920-b523-8fcb029f40b4|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:19:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:19:06.738Z||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-07-12T12:19:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:19:07.289Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:19:07.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-07-12T12:19:07.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8587a654-fb24-4920-b523-8fcb029f40b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657628205966, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T12:19:07.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T12:19:16.308Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:20:06.731Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:20:06.732Z||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-07-12T12:20:06.736Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:20:06.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:20:06.738Z||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-07-12T12:20:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:20:16.310Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:20:16.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:21:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:21:06.732Z||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-07-12T12:21:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:21:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:21:06.738Z||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-07-12T12:21:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:21:16.318Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:21:16.320Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:22:06.734Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:22:06.735Z||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-07-12T12:22:06.735Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:22:06.738Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:22:06.738Z||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-07-12T12:22:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:22:16.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:22:16.305Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:23:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:23:06.732Z||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-07-12T12:23:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:23:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:23:06.738Z||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-07-12T12:23:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:23:16.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:23:16.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:24:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:24:06.731Z||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-07-12T12:24:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:24:06.742Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:24:06.742Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|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-07-12T12:24:06.742Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:24:16.297Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:24:16.298Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:25:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:25:06.731Z||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-07-12T12:25:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:25:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:25:06.738Z||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-07-12T12:25:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:25:16.283Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:25:16.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:26:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:26:06.731Z||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-07-12T12:26:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:26:06.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:26:06.739Z||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-07-12T12:26:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:26:16.289Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:26:16.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:27:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:27:06.731Z||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-07-12T12:27:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:27:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:27:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:27:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:27:16.283Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:27:16.296Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:28:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:28:06.731Z||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-07-12T12:28:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:28:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:28:06.738Z||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-07-12T12:28:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:28:16.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:28:16.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:29:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:29:06.732Z||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-07-12T12:29:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:29:06.738Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:29:06.738Z||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-07-12T12:29:06.739Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:29:16.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:29:16.311Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:30:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:30:06.732Z||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-07-12T12:30:06.732Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:30:06.738Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:30:06.738Z|8587a654-fb24-4920-b523-8fcb029f40b4|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-07-12T12:30:06.739Z|8587a654-fb24-4920-b523-8fcb029f40b4|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:30:16.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:30:16.290Z|8587a654-fb24-4920-b523-8fcb029f40b4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:31:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:31:06.731Z||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-07-12T12:31:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:31:06.738Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:31:06.738Z||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-07-12T12:31:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:31:16.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:31:16.300Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:32:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:32:06.731Z||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-07-12T12:32:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:32:06.738Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:32:06.738Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|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-07-12T12:32:06.739Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:32:16.286Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:32:16.287Z|b2859ab3-00cb-41c7-b345-ef6162c0987a|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:33:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:33:06.731Z||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-07-12T12:33:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:33:06.740Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:33:06.740Z||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-07-12T12:33:06.740Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:33:16.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:33:16.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:34:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:34:06.731Z||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-07-12T12:34:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:34:06.737Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:34:06.738Z||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-07-12T12:34:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:34:16.294Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:34:16.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:35:06.732Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:35:06.733Z||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-07-12T12:35:06.733Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:35:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:35:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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-07-12T12:35:06.738Z|5479936d-fd50-41b8-ac48-33ee497449b8|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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:35:16.278Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:35:16.282Z|5479936d-fd50-41b8-ac48-33ee497449b8|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:36:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:36:06.731Z||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-07-12T12:36:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:36:06.738Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:36:06.738Z||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-07-12T12:36:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:36:16.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:36:16.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:37:06.730Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:37:06.731Z||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-07-12T12:37:06.731Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:37:06.738Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T12:37:06.738Z||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-07-12T12:37:06.738Z||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 vAZvEulbbiyFOAgl) ... 2022-07-12T12:37:16.294Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T12:37:16.295Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK